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

FHIR IG analytics

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

status: Active

type: Nursing home

address: 713 Church Road Zillmere QLD 4034 AU

physicalType: Site

managingOrganization: Organization The Corporation of the Synod of the Diocese of Nundah


Source1

{
  "resourceType": "Location",
  "id": "example9",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "NCCF"
        }
      ],
      "text": "Nursing home"
    }
  ],
  "address": {
    "type": "physical",
    "line": [
      "713 Church Road"
    ],
    "city": "Zillmere",
    "state": "QLD",
    "postalCode": "4034",
    "country": "AU"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "si"
      }
    ],
    "text": "Site"
  },
  "managingOrganization": {
    "reference": "Organization/example5"
  }
}