@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Patient; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "mhr-tjakamarra-billy"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"; fhir:index 0; fhir:link ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Billy Tjakamarra male, DoB: 1954-04-23 ( National unique individual identifier: 8003608833564735 (use: OFFICIAL))


Marital Status:Never Married
Other Ids:
  • Medical Record Number: 999111999
  • Pensioner Concession Card Number: 307111942H
Language:Burarra
Links:
Closing the Gap Registration:
  • true
Australian Indigeneous Status:
  • https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1 1: Aboriginal but not Torres Strait Islander origin
" ]; fhir:DomainResource.extension [ fhir:index 0; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/indigenous-status" ]; fhir:Extension.valueCoding [ fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1" ]; fhir:Coding.code [ fhir:value "1" ]; fhir:Coding.display [ fhir:value "Aboriginal but not Torres Strait Islander origin" ] ] ], [ fhir:index 1; fhir:Extension.url [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration" ]; fhir:Extension.valueBoolean [ fhir:value "true"^^xsd:boolean ] ]; fhir:Patient.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "MR" ] ]; fhir:CodeableConcept.text [ fhir:value "Medical Record Number" ] ]; fhir:Identifier.system [ fhir:value "http://territorymedicalcentre.example.com.au/identifiers/patient" ]; fhir:Identifier.value [ fhir:value "999111999" ]; fhir:Identifier.assigner [ fhir:link ; fhir:Reference.reference [ fhir:value "Organization/territory-medical-centre" ] ] ], [ fhir:index 1; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "PEN" ]; fhir:Coding.display [ fhir:value "Pension Number" ] ]; fhir:CodeableConcept.text [ fhir:value "Pensioner Concession Card Number" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number" ]; fhir:Identifier.value [ fhir:value "307111942H" ] ], [ fhir:index 2; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "NI" ]; fhir:Coding.display [ fhir:value "National unique individual identifier" ] ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ]; fhir:Identifier.value [ fhir:value "8003608833564735" ] ]; fhir:Patient.name [ fhir:index 0; fhir:HumanName.family [ fhir:value "Tjakamarra" ]; fhir:HumanName.given [ fhir:value "Billy"; fhir:index 0 ] ]; fhir:Patient.gender [ fhir:value "male"]; fhir:Patient.birthDate [ fhir:value "1954-04-23"^^xsd:date]; fhir:Patient.maritalStatus [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ]; fhir:Coding.code [ fhir:value "S" ]; fhir:Coding.display [ fhir:value "Never Married" ] ] ]; fhir:Patient.communication [ fhir:index 0; fhir:Patient.communication.language [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ]; fhir:Coding.code [ fhir:value "bvr" ]; fhir:Coding.display [ fhir:value "Burarra" ] ] ]; fhir:Patient.communication.preferred [ fhir:value "false"^^xsd:boolean ] ]; fhir:Patient.generalPractitioner [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/territory-medical-centre" ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------