My Health Record FHIR IG
1.2.0 - active Australia flag

My Health Record FHIR IG - Local Development build (v1.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Birdsville Hospital - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "birdsville-hospital",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization birdsville-hospital</b></p><a name=\"birdsville-hospital\"> </a><a name=\"hcbirdsville-hospital\"> </a><a name=\"birdsville-hospital-en-AU\"> </a><p><b>identifier</b>: ABN/51824754455</p><p><b>name</b>: Birdsville Hospital</p><p><b>telecom</b>: <a href=\"mailto:[email protected]\">[email protected]</a>, fax: (07) 8543 5552(Work), ph: (07) 8543 5559(Work)</p><p><b>address</b>: LPO Box 789 Birdsville Qld 4482 AU </p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "51824754455"
    }
  ],
  "name" : "Birdsville Hospital",
  "telecom" : [
    {
      "system" : "email",
      "value" : "[email protected]",
      "use" : "work"
    },
    {
      "system" : "fax",
      "value" : "(07) 8543 5552",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "(07) 8543 5559",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "type" : "postal",
      "line" : [
        "LPO Box 789"
      ],
      "city" : "Birdsville",
      "state" : "Qld",
      "postalCode" : "4482",
      "country" : "AU"
    }
  ]
}