@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "mhr-tjakamarra-billy"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient mhr-tjakamarra-billy

Billy Tjakamarra Male, DoB: 1954-04-23 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608833564735 (use: official, ))


Marital Status:Never Married
Other Ids:
  • Medical Record Number/999111999
  • Pensioner Concession Card Number/307111942H
Language:Burarra
Links:
Closing the Gap Registrationtrue
Australian Indigenous Statusaustralian-indigenous-status-1 1: Aboriginal but not Torres Strait Islander origin
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/indigenous-status"^^xsd:anyURI ] ; fhir:value [ a fhir:Coding ; fhir:system [ fhir:v "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1"^^xsd:anyURI ] ; fhir:code [ fhir:v "1" ] ; fhir:display [ fhir:v "Aboriginal but not Torres Strait Islander origin" ] ] ] [ fhir:url [ fhir:v "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration"^^xsd:anyURI ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ; # 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:text [ fhir:v "Medical Record Number" ] ] ; fhir:system [ fhir:v "http://territorymedicalcentre.example.com.au/identifiers/patient"^^xsd:anyURI ] ; fhir:value [ fhir:v "999111999" ] ; fhir:assigner [ fhir:link ; fhir:reference [ fhir:v "Organization/territory-medical-centre" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PEN" ] ; fhir:display [ fhir:v "Pension Number" ] ] ) ; fhir:text [ fhir:v "Pensioner Concession Card Number" ] ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number"^^xsd:anyURI ] ; fhir:value [ fhir:v "307111942H" ] ] [ fhir:use [ fhir:v "official" ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "NI" ] ; fhir:display [ fhir:v "National unique individual identifier" ] ] ) ] ; fhir:system [ fhir:v "http://ns.electronichealth.net.au/id/hi/ihi/1.0"^^xsd:anyURI ] ; fhir:value [ fhir:v "8003608833564735" ] ] ) ; # fhir:name ( [ fhir:family [ fhir:v "Tjakamarra" ] ; fhir:given ( [ fhir:v "Billy" ] ) ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1954-04-23"^^xsd:date] ; # fhir:maritalStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "S" ] ; fhir:display [ fhir:v "Never Married" ] ] ) ] ; # fhir:communication ( [ fhir:language [ fhir:coding ( [ fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ; fhir:code [ fhir:v "bvr" ] ; fhir:display [ fhir:v "Burarra" ] ] ) ] ; fhir:preferred [ fhir:v "false"^^xsd:boolean ] ] ) ; # fhir:generalPractitioner ( [ fhir:link ; fhir:reference [ fhir:v "Organization/territory-medical-centre" ] ] ) . # # -------------------------------------------------------------------------------------