Estonian Base Implementation Guide
1.1.1 - trial-use Estonia flag

Publication Build: This will be filled in by the publication tooling

: John Doe (foreign patient) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "pat2"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.ee/base/StructureDefinition/ee-patient"^^xsd:anyURI ;
fhir:link <https://fhir.ee/base/StructureDefinition/ee-patient>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient pat2</b></p><a name=\"pat2\"> </a><a name=\"hcpat2\"> </a><a name=\"pat2-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Doe  Male, DoB Unknown ( https://fhir.ee/sid/pid/usa/ppn#N857623628)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>https://fhir.ee/sid/pid/est/prn/90006399</code>/983453-4363-634-63423457-325</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">5601 Universal Blvd, Orlando, FL 32819, USA(temp)</td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/usa/ppn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "N857623628" ]
  ] [
fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/prn/90006399"^^xsd:anyURI ] ;
fhir:value [ fhir:v "983453-4363-634-63423457-325" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Doe" ] ;
    ( fhir:given [ fhir:v "John" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:address ( [
fhir:use [ fhir:v "temp" ] ;
fhir:text [ fhir:v "5601 Universal Blvd, Orlando, FL 32819, USA" ] ;
    ( fhir:line [ fhir:v "5601 Universal Blvd" ] ) ;
fhir:city [ fhir:v "Orlando" ] ;
fhir:district [ fhir:v "Orange County" ] ;
fhir:state [ fhir:v "FL" ] ;
fhir:postalCode [ fhir:v "32819" ] ;
fhir:country [ fhir:v "US" ]
  ] ) . #