FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Location |
| Id | Location-bobrester-medical-center.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location bobrester-medical-center
Profile: AU Core Location
status: Active
name: Tindal Building
alias: Bobrester Medical Center
type: Family medicine clinic
address: 87 Western Esp Tindal RAAF QLD 4655 AU
physicalType: Building
{
"resourceType": "Location",
"id": "bobrester-medical-center",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
}