AU Core Implementation Guide
0.4.1-preview - Preview
This page is part of the AU Core (v0.4.1-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Location",
"id" : "mitchells-hill-audiology",
"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 mitchells-hill-audiology</b></p><a name=\"mitchells-hill-audiology\"> </a><a name=\"hcmitchells-hill-audiology\"> </a><a name=\"mitchells-hill-audiology-en-AU\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Mitchells Hill Audiology</p><p><b>mode</b>: Instance</p><p><b>address</b>: 87 Freedom Pnt Mitchells Hill VIC 3478 AU </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-mitchells-hill-audiology.html\">Organization Mitchells Hill Audiology</a></p></div>"
},
"status" : "active",
"name" : "Mitchells Hill Audiology",
"mode" : "instance",
"address" : {
"line" : [
"87 Freedom Pnt"
],
"city" : "Mitchells Hill",
"state" : "VIC",
"postalCode" : "3478",
"country" : "AU"
},
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bu",
"display" : "Building"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/mitchells-hill-audiology"
}
}