{
  "resourceType" : "Organization",
  "id" : "topend-medical-clinic",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization topend-medical-clinic</b></p><a name=\"topend-medical-clinic\"> </a><a name=\"hctopend-medical-clinic\"> </a><a name=\"topend-medical-clinic-en-AU\"> </a><p><b>identifier</b>: ACN/123456789, HPI-O/8003621566684455</p><p><b>name</b>: Top End Medical Clinic</p><p><b>telecom</b>: ph: (08) 8423 9999(Work), <a href=\"mailto:admin@topendmedicalclinic.example.com.au\">admin@topendmedicalclinic.example.com.au</a></p><p><b>address</b>: 102 Rowling Street Casuarina NT 0810 AU </p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "XX"
      }],
      "text" : "ACN"
    },
    "system" : "http://hl7.org.au/id/acn",
    "value" : "123456789"
  },
  {
    "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" : "8003621566684455"
  }],
  "name" : "Top End Medical Clinic",
  "telecom" : [{
    "system" : "phone",
    "value" : "(08) 8423 9999",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "admin@topendmedicalclinic.example.com.au",
    "use" : "work"
  }],
  "address" : [{
    "type" : "physical",
    "line" : ["102 Rowling Street"],
    "city" : "Casuarina",
    "state" : "NT",
    "postalCode" : "0810",
    "country" : "AU"
  }]
}