@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "pat1"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient pat1

Mart Mets (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#37302102711)


Active:true
Other Id:https://fhir.ee/sid/pid/est/ppn/K0307337 (, period: (?) --> 2023-12-28)
Contact DetailHarju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10(work)
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ; fhir:value [ fhir:v "37302102711" ] ] [ fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ppn"^^xsd:anyURI ] ; fhir:value [ fhir:v "K0307337" ] ; fhir:period [ fhir:end [ fhir:v "2023-12-28"^^xsd:date ] ] ; fhir:assigner [ fhir:display [ fhir:v "Estonian Police and Board Agency" ] ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "official" ] ; fhir:family [ fhir:v "Mets" ] ; fhir:given ( [ fhir:v "Mart" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1973-02-10"^^xsd:date ; fhir:extension ( [ fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-date-accuracy-indicator"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://fhir.ee/CodeSystem/date-accuracy-indicator"^^xsd:anyURI ] ; fhir:code [ fhir:v "AAA" ] ; fhir:display [ fhir:v "Day, month and year are accurate" ] ] ] ) ] ; # fhir:address ( [ fhir:extension ( [ fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ads-adr-id"^^xsd:anyURI ] ; fhir:code [ fhir:v "2280361" ] ] ] [ fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-oid"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ads-oid"^^xsd:anyURI ] ; fhir:code [ fhir:v "ME03379409" ] ] ] [ fhir:url [ fhir:v "https://fhir.ee/base/StructureDefinition/ee-ehak"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://fhir.ee/sid/ehak"^^xsd:anyURI ] ; fhir:code [ fhir:v "0387" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/address-official"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; fhir:use [ fhir:v "work" ] ; fhir:text [ fhir:v "Harju maakond, Tallinn, Lasnamäe linnaosa, Valukoja tn 10" ] ; fhir:city [ fhir:v "Tallinn" ] ; fhir:state [ fhir:v "Harju" ] ; fhir:postalCode [ fhir:v "14215" ] ; fhir:country [ fhir:v "EE" ] ] ) . # # -------------------------------------------------------------------------------------