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

Alejandro Hernández male, DoB: 1953-05-05 ( Medical record number: 765567765FRD)


Other Ids:
  • Pension Number: 307111942H
  • Commonwealth Seniors Health Card: 307111942H
  • Member Number: 8279115
Contact Detail:20 Ocean Drive SYDNEY NSW 2000 AU
Birth Place:
  • Mexico
Date of Arrival in Australia:
  • 2001-10-14
interpreterRequired:
  • true
genderIdentity:
  • Questioning
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/date-of-arrival"^^xsd:anyURI ] ; fhir:value [ fhir:v "2001-10-14"^^xsd:date ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ; fhir:value [ a fhir:Address ; fhir:text [ fhir:v "Mexico" ] ; fhir:country [ fhir:v "MX" ] ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity"^^xsd:anyURI ] ; fhir:value [ a fhir:CodeableConcept ; fhir:text [ fhir:v "Questioning" ] ] ] ) ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MR" ] ] ) ] ; fhir:system [ fhir:v "http://downunderhospital.example.com/identifiers/patient"^^xsd:anyURI ] ; fhir:value [ fhir:v "765567765FRD" ] ; fhir:assigner [ fhir:link ; fhir:reference [ fhir:v "Organization/example0" ] ; fhir:display [ fhir:v "Downunder Hospital" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PEN" ] ] ) ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "307111942H" ] ; fhir:assigner [ fhir:display [ fhir:v "Services Australia" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org.au/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "SEN" ] ] ) ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "307111942H" ] ; fhir:assigner [ fhir:display [ fhir:v "Services Australia" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MB" ] ] ) ] ; fhir:system [ fhir:v "http://myhealthprivatehealthinsurance.example.com/member/memberid"^^xsd:anyURI ] ; fhir:value [ fhir:v "8279115" ] ; fhir:assigner [ fhir:display [ fhir:v "MyHealth Private Healthinsurance Company" ] ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Hernández" ] ; fhir:given ( [ fhir:v "Alejandro" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1953-05-05"^^xsd:date] ; # fhir:address ( [ fhir:line ( [ fhir:v "20 Ocean Drive" ] ) ; fhir:city [ fhir:v "SYDNEY" ] ; fhir:state [ fhir:v "NSW" ] ; fhir:postalCode [ fhir:v "2000" ] ; fhir:country [ fhir:v "AU" ] ] ) . # # -------------------------------------------------------------------------------------