AU Base Implementation Guide
6.0.0-ballot - Ballot Australia flag

This page is part of the Australian Base IG (v6.0.0-ballot: R6 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 5.0.0. For a full list of available versions, see the Directory of published versions

: Location - for services delivered by phone, video or online - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "example4",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/StructureDefinition/au-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location example4</b></p><a name=\"example4\"> </a><a name=\"hcexample4\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-location.html\">AU Base Location</a></p></div><p><b>name</b>: Telehealth</p><p><b>mode</b>: Kind</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/location-type VI}\">Virtual</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org.au/CodeSystem/location-physical-type vi}\">Virtual</span></p></div>"
  },
  "name" : "Telehealth",
  "mode" : "kind",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org.au/CodeSystem/location-type",
          "code" : "VI"
        }
      ]
    }
  ],
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org.au/CodeSystem/location-physical-type",
        "code" : "vi",
        "display" : "Virtual"
      }
    ]
  }
}