AU Core Implementation Guide
1.0.0-ci-build - CI Build
AU Core Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-core/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Location",
"id" : "bobrester-medical-center",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location bobrester-medical-center</b></p><a name=\"bobrester-medical-center\"> </a><a name=\"hcbobrester-medical-center\"> </a><a name=\"bobrester-medical-center-en-AU\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Tindal Building</p><p><b>alias</b>: Bobrester Medical Center</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>"
},
"status" : "active",
"name" : "Tindal Building",
"alias" : [
"Bobrester Medical Center"
],
"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"
}
]
}
}