Common Components FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 26.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/common-components/ and changes regularly. See the Directory of published versions

: location-amenity-example - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "amenity-example",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location amenity-example</b></p><a name=\"amenity-example\"> </a><a name=\"hcamenity-example\"> </a><p><b>Amenity</b>: <span title=\"Codes:{https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1 accessibleParking}\">Accessible Parking</span></p><p><b>status</b>: Active</p><p><b>name</b>: Example Clinic Location</p><p><b>description</b>: A sample clinic location with wheelchair access.</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: <a href=\"tel:+61322223333\">+61 3 2222 3333</a></p><p><b>address</b>: 100 Example Blvd Perth WA 6000 </p></div>"
  },
  "extension" : [
    {
      "url" : "http://digitalhealth.gov.au/fhir/cc/StructureDefinition/amenity",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/facility-amenity-1",
            "code" : "accessibleParking",
            "display" : "Accessible Parking"
          }
        ]
      }
    }
  ],
  "status" : "active",
  "name" : "Example Clinic Location",
  "description" : "A sample clinic location with wheelchair access.",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+61 3 2222 3333"
    }
  ],
  "address" : {
    "line" : [
      "100 Example Blvd"
    ],
    "city" : "Perth",
    "state" : "WA",
    "postalCode" : "6000"
  }
}