@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "italia-sofia"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Sofia Italia female, DoB: 1989-05-07 ( Passport Number: <a href="http://terminology.hl7.org/5.3.0/NamingSystem-passportNumNS-ITA.html">Passport Numbers Namespace for ITALY</a>#IT1111111)


Other Id:Medical Record Number: 2338111
Contact Detail:Piazza del Colosseo Rome Lazio 00184 ITA (HOME)
" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PPN" ] ] ) ; fhir:text [ fhir:v "Passport Number" ] ] ; fhir:system [ fhir:v "http://hl7.org/fhir/sid/passport-ITA"^^xsd:anyURI ] ; fhir:value [ fhir:v "IT1111111" ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ; fhir:display [ fhir:v "Medical record number" ] ] ) ; fhir:text [ fhir:v "Medical Record Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003626566699734"^^xsd:anyURI ] ; fhir:value [ fhir:v "2338111" ] ; fhir:assigner [ fhir:display [ fhir:v "Large Metropolitan Hospital" ] ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Italia" ] ; fhir:given ( [ fhir:v "Sofia" ] ) ; fhir:prefix ( [ fhir:v "Ms" ] ) ] ) ; # fhir:gender [ fhir:v "female"] ; # fhir:birthDate [ fhir:v "1989-05-07"^^xsd:date] ; # fhir:address ( [ fhir:use [ fhir:v "home" ] ; fhir:line ( [ fhir:v "Piazza del Colosseo" ] ) ; fhir:city [ fhir:v "Rome" ] ; fhir:state [ fhir:v "Lazio" ] ; fhir:postalCode [ fhir:v "00184" ] ; fhir:country [ fhir:v "ITA" ] ] ) . # # -------------------------------------------------------------------------------------