{
  "resourceType" : "Organization",
  "id" : "kioma-pathology",
  "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 kioma-pathology</b></p><a name=\"kioma-pathology\"> </a><a name=\"hckioma-pathology\"> </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/8003621566705995</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8520}\">Pathology laboratory</span></p><p><b>name</b>: Kioma Pathology</p><p><b>telecom</b>: <a href=\"mailto:info@kiomapathology.example.net\">info@kiomapathology.example.net</a>, ph: (07) 5550 5000(Work)</p><p><b>address</b>: 15 Hazlett Est Kioma QLD 4498 AU (work)</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" : "8003621566705995"
  }],
  "type" : [{
    "coding" : [{
      "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
      "code" : "8520",
      "display" : "Pathology and Diagnostic Imaging Services"
    }],
    "text" : "Pathology laboratory"
  }],
  "name" : "Kioma Pathology",
  "telecom" : [{
    "system" : "email",
    "value" : "info@kiomapathology.example.net",
    "use" : "work"
  },
  {
    "system" : "phone",
    "value" : "(07) 5550 5000",
    "use" : "work"
  }],
  "address" : [{
    "use" : "work",
    "type" : "physical",
    "line" : ["15 Hazlett Est"],
    "city" : "Kioma",
    "state" : "QLD",
    "postalCode" : "4498",
    "country" : "AU"
  }]
}