FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.core
Resource TypeLocation
IdLocation-murrabit-hospital.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location murrabit-hospital

name: Murrabit Public Hospital

type: Hospital

telecom: ph: (03) 5550 3333

address: 144 Central Gdns Murrabit VIC 3579 AU

physicalType: Site


Source1

{
  "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"
      }
    ]
  }
}