Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "mhr-tjakamarra-billy",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-mhr-1"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n <p><b>Name</b>: Billy Tjakamarra</p>\n <p><b>Identifier</b>: Medical Record Number = 999111999\n (http://territorymedicalcentre.com.au/identifiers/patient)</p>\n <p><b>Identifier</b>: Pensioner Concession Card Number = 307111942H</p>\n <p><b>Identifier</b>: IHI = 8003608833564735</p>\n <p><b>Gender</b>: male</p>\n <p><b>Birth date</b>: 23/04/1954</p>\n <p><b>Marital status</b>: Never Married</p>\n <p><b>Communication</b>: language = Burarra; preferred = false</p>\n <p><b>General Practitioner</b>: TBD</p>\n <p><b>Indigenous status</b>: Aboriginal but not Torres Strait Islander\n origin</p>\n <p><b>Closing the gap registration</b>: true</p>\n </div>"
},
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
"valueCoding" : {
"system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
"code" : "1",
"display" : "Aboriginal but not Torres Strait Islander origin"
}
},
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/closing-the-gap-registration",
"valueBoolean" : true
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "MR"
}
],
"text" : "Medical Record Number"
},
"system" : "http://territorymedicalcentre.example.com.au/identifiers/patient",
"value" : "999111999",
"assigner" : {
🔗 "reference" : "Organization/territory-medical-centre"
}
},
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "PEN",
"display" : "Pension Number"
}
],
"text" : "Pensioner Concession Card Number"
},
"system" : "http://ns.electronichealth.net.au/id/centrelink-customer-reference-number",
"value" : "307111942H"
},
{
"use" : "official",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NI",
"display" : "National unique individual identifier"
}
]
},
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608833564735"
}
],
"name" : [
{
"family" : "Tjakamarra",
"given" : [
"Billy"
]
}
],
"gender" : "male",
"birthDate" : "1954-04-23",
"maritalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
"code" : "S",
"display" : "Never Married"
}
]
},
"communication" : [
{
"language" : {
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "bvr",
"display" : "Burarra"
}
]
},
"preferred" : false
}
],
"generalPractitioner" : [
{
🔗 "reference" : "Organization/territory-medical-centre"
}
]
}