{
  "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:reception@example.birdsvillehosp.com.au\">reception@example.birdsvillehosp.com.au</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" : "reception@example.birdsvillehosp.com.au",
    "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"
  }]
}