Australian Base Implementation Guide (AU Base 1)

This page is part of the Australian Base IG (v1.0.2: AU Base 1 on STU3) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Example: Location-example0

Formats: Narrative,XML, JSON, Turtle

Raw json

{
  "resourceType" : "Location",
  "id" : "example0",
  "meta" : {
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example0</p><p><b>meta</b>: </p><p><b>status</b>: active</p><p><b>name</b>: Downunder Hospital Blacktown</p><p><b>telecom</b>: ph: 025553555(WORK)</p><p><b>address</b>: 3 McGregor Street Blacktown NSW 2148 Australia (WORK)</p><p><b>managingOrganization</b>: <a href=\"Organization-example0.html\">Generated Summary: id: example0; HPI-O = 8003621566684455; active; name: Downunder Hospital; helen.mayo@downunderhospital.com.au(WORK)</a></p></div>"
  },
  "status" : "active",
  "name" : "Downunder Hospital Blacktown",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "025553555",
      "use" : "work"
    }
  ],
  "address" : {
    "use" : "work",
    "line" : [
      "3 McGregor Street"
    ],
    "city" : "Blacktown",
    "state" : "NSW",
    "postalCode" : "2148",
    "country" : "Australia"
  },
  "managingOrganization" : {
    "reference" : "Organization/example0"
  }
}