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

FHIR IG analytics

Packagehl7.fhir.au.base
Resource TypeLocation
IdLocation-example0.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 example0

status: Active

name: Downunder Hospital Blacktown

telecom: ph: 0255504444(Work)

address: 3 McGregor Street Blacktown NSW 2148 Australia (work)

managingOrganization: Organization Downunder Hospital


Source1

{
  "resourceType": "Location",
  "id": "example0",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/StructureDefinition/au-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Downunder Hospital Blacktown",
  "telecom": [
    {
      "system": "phone",
      "value": "0255504444",
      "use": "work"
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "3 McGregor Street"
    ],
    "city": "Blacktown",
    "state": "NSW",
    "postalCode": "2148",
    "country": "Australia"
  },
  "managingOrganization": {
    "reference": "Organization/example0"
  }
}