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

Malle Maasikas(NICKNAME) male, DoB: 1973-02-10 ( id: 3456346)


Active:false
Contact Detail:Valukoja 10, Tallinn(TEMP)
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/mr"^^xsd:anyURI ] ; fhir:value [ fhir:v "3456346" ] ] ) ; # fhir:active [ fhir:v "false"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "nickname" ] ; fhir:text [ fhir:v "Malle Maasikas" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1973-02-10"^^xsd:date ; fhir:extension ( [ fhir:url [ fhir:v "https://fhir.ee/StructureDefinition/ee-date-accuracy-indicator"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ee-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/StructureDefinition/ee-ads"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ee-ads"^^xsd:anyURI ] ; fhir:code [ fhir:v "2280361" ] ] ] ) ; fhir:use [ fhir:v "temp" ] ; fhir:text [ fhir:v "Valukoja 10, Tallinn" ] ; fhir:country [ fhir:v "EE" ] ] ) . # # -------------------------------------------------------------------------------------