AU Core Implementation Guide 0.2.1-preview - Preview
Publication Build: This will be filled in by the publication tooling
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 "italia-sofia"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient"^^xsd:anyURI ; fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-patient> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Sofia Italia </b> female, DoB: 1989-05-07 ( Passport Number: IT1111111)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Medical Record Number: 2338111</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail:</td><td colspan=\"3\">Piazza del Colosseo Rome Lazio 00184 ITA (HOME)</td></tr></table></div>" ] ; # 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" ] ] ) . #