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

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeLocation
IdLocation-barney-view-private-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 barney-view-private-hospital

name: Barney View Private Hospital

address: 195 Maple Cct Barney View QLD 4287

physicalType: Site

managingOrganization: Organization Barney View Private Hospital


Source1

{
  "resourceType": "Location",
  "id": "barney-view-private-hospital",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": "Barney View Private Hospital",
  "address": {
    "line": [
      "195 Maple Cct"
    ],
    "city": "Barney View",
    "state": "QLD",
    "postalCode": "4287"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "si",
        "display": "Site"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/barney-view-private-hospital"
  }
}