AU Patient Summary Implementation Guide
0.1.0-cibuild - CI Build Australia flag

AU Patient Summary Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/draft-au-patient-summary/ and changes regularly. See the Directory of published versions

: Location - Elimbah Medical Centre (AU Core compliant) - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "elimbah-medical-centre",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location elimbah-medical-centre</b></p><a name=\"elimbah-medical-centre\"> </a><a name=\"hcelimbah-medical-centre\"> </a><a name=\"elimbah-medical-centre-en-AU\"> </a><p><b>name</b>: Elimbah Medical Centre</p><p><b>mode</b>: Instance</p><p><b>address</b>: 199 Copper Esp Elimbah QLD 4516 </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type si}\">Site</span></p><p><b>managingOrganization</b>: <a href=\"Organization-elimbah-medical-centre.html\">Organization Elimbah Medical Centre</a></p></div>"
  },
  "name" : "Elimbah Medical Centre",
  "mode" : "instance",
  "address" : {
    "line" : [
      "199 Copper Esp"
    ],
    "city" : "Elimbah",
    "state" : "QLD",
    "postalCode" : "4516"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "si",
        "display" : "Site"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/elimbah-medical-centre"
  }
}