{
  "resourceType" : "Organization",
  "id" : "elimbah-medical-centre",
  "meta" : {
    "profile" : ["http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-organization"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization elimbah-medical-centre</b></p><a name=\"elimbah-medical-centre\"> </a><a name=\"hcelimbah-medical-centre\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-erequesting-organization.html\">AU eRequesting Organization</a></p></div><p><b>identifier</b>: HPI-O/8003629900040359</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 288565001}\">Medical Centre</span></p><p><b>name</b>: Elimbah Medical Centre</p><p><b>telecom</b>: <a href=\"mailto:info@elimbahmedicalcentre.example.com.au\">info@elimbahmedicalcentre.example.com.au</a>, ph: (07)555 03997(Work)</p><p><b>address</b>: 199 Copper Esp Elimbah QLD 4516 AU </p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
        "code" : "NOI",
        "display" : "National Organisation Identifier"
      }],
      "text" : "HPI-O"
    },
    "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
    "value" : "8003629900040359"
  }],
  "type" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "288565001",
      "display" : "Medical centre"
    }],
    "text" : "Medical Centre"
  }],
  "name" : "Elimbah Medical Centre",
  "telecom" : [{
    "system" : "email",
    "value" : "info@elimbahmedicalcentre.example.com.au",
    "use" : "work"
  },
  {
    "system" : "phone",
    "value" : "(07)555 03997",
    "use" : "work"
  }],
  "address" : [{
    "line" : ["199 Copper Esp"],
    "city" : "Elimbah",
    "state" : "QLD",
    "postalCode" : "4516",
    "country" : "AU"
  }]
}