{
  "resourceType" : "Organization",
  "id" : "ophthalmology-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 ophthalmology-clinic</b></p><a name=\"ophthalmology-clinic\"> </a><a name=\"hcophthalmology-clinic\"> </a><a name=\"ophthalmology-clinic-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003629900033370</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 702894003}\">Ophthalmology clinic</span></p><p><b>name</b>: Metropolitan Eye Test Clinic</p><p><b>address</b>: 6789 Anne Road Brisbane QLD 4000 AU (work)</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" : "8003629900033370"
  }],
  "type" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "702894003",
      "display" : "Ophthalmology clinic"
    }]
  }],
  "name" : "Metropolitan Eye Test Clinic",
  "address" : [{
    "use" : "work",
    "line" : ["6789 Anne Road"],
    "city" : "Brisbane",
    "state" : "QLD",
    "postalCode" : "4000",
    "country" : "AU"
  }]
}