Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

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

: Fancy Building of Average Canberra Medical Centre - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "avg-canberra-medical-centre",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-location-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location avg-canberra-medical-centre</b></p><a name=\"avg-canberra-medical-centre\"> </a><a name=\"hcavg-canberra-medical-centre\"> </a><a name=\"avg-canberra-medical-centre-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003614900041243</p><p><b>status</b>: Active</p><p><b>name</b>: Fancy Building</p><p><b>alias</b>: Average Canberra Medical Centre</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode FMC}, {http://snomed.info/sct 288565001}\">Family medicine clinic</span></p><p><b>address</b>: 57 Fancy Street Canberra ACT 2609 AU </p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NOI"
          }
        ],
        "text" : "HPI-O"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003614900041243"
    }
  ],
  "status" : "active",
  "name" : "Fancy Building",
  "alias" : [
    "Average Canberra Medical Centre"
  ],
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "FMC",
          "display" : "Family medicine clinic"
        },
        {
          "system" : "http://snomed.info/sct",
          "code" : "288565001",
          "display" : "Medical centre"
        }
      ]
    }
  ],
  "address" : {
    "line" : [
      "57 Fancy Street"
    ],
    "city" : "Canberra",
    "state" : "ACT",
    "postalCode" : "2609",
    "country" : "AU"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "bu",
        "display" : "Building"
      }
    ]
  }
}