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

Generated Narrative: Patient pat-newborn

Maasikas (temp) Male, DoB: 2007-12-12 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#50712121111)


Active:trueMultiple Birth:1
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://fhir.ee/sid/pid/est/ni"^^xsd:anyURI ] ; fhir:value [ fhir:v "50712121111" ] ] ) ; # fhir:active [ fhir:v "true"^^xsd:boolean] ; # fhir:name ( [ fhir:use [ fhir:v "temp" ] ; fhir:family [ fhir:v "Maasikas" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "2007-12-12"^^xsd:date] ; # fhir:multipleBirth [ fhir:v "1"^^xsd:integer] . # # -------------------------------------------------------------------------------------