FHIR IG analytics| Package | hl7.fhir.au.core |
| Resource Type | Location |
| Id | Location-murrabit-hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location murrabit-hospital
Profile: AU Core Location
name: Murrabit Public Hospital
type: Hospital
telecom: ph: (03) 5550 3333
address: 144 Central Gdns Murrabit VIC 3579 AU
physicalType: Site
{
"resourceType": "Location",
"id": "murrabit-hospital",
"meta": {
"profile": [
"http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Murrabit Public Hospital",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
},
{
"system": "http://snomed.info/sct",
"code": "22232009",
"display": "Hospital"
}
]
}
],
"telecom": [
{
"system": "phone",
"value": "(03) 5550 3333"
}
],
"address": {
"line": [
"144 Central Gdns"
],
"city": "Murrabit",
"state": "VIC",
"postalCode": "3579",
"country": "AU"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "si",
"display": "Site"
}
]
}
}