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" : "Location",
"id" : "algrester-medical-centre",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location algrester-medical-centre</b></p><a name=\"algrester-medical-centre\"> </a><a name=\"hcalgrester-medical-centre\"> </a><a name=\"algrester-medical-centre-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003614900041243</p><p><b>status</b>: Active</p><p><b>name</b>: Gregory Tindal Building</p><p><b>alias</b>: Algregster Medical Centre</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}, {http://snomed.info/sct 288565001}\">Family medicine clinic</span></p><p><b>address</b>: 87 Western Esp Tindal RAAF QLD 4655 AU </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NOI"
}
],
"text" : "HPI-O"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value" : "8003614900041243"
}
],
"status" : "active",
"name" : "Gregory Tindal Building",
"alias" : [
"Algregster Medical Centre"
],
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FMC",
"display" : "Family medicine clinic"
},
{
"system" : "http://snomed.info/sct",
"code" : "288565001",
"display" : "Medical centre"
}
]
}
],
"address" : {
"line" : [
"87 Western Esp"
],
"city" : "Tindal RAAF",
"state" : "QLD",
"postalCode" : "4655",
"country" : "AU"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bu",
"display" : "Building"
}
]
}
}