AU eRequesting Implementation Guide
0.2.0-ci-build - CI Build Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: Organization - Mount Charlton Radiology - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "mount-charlton-radiology",
  "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 mount-charlton-radiology</b></p><a name=\"mount-charlton-radiology\"> </a><a name=\"hcmount-charlton-radiology\"> </a><a name=\"mount-charlton-radiology-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003623233373306</p><p><b>type</b>: <span title=\"Codes:{http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0 8520}\">Radiology laboratory</span></p><p><b>name</b>: Mount Charlton Radiology</p><p><b>telecom</b>: <a href=\"mailto:reception@mouncharltonradiology.example.net\">reception@mouncharltonradiology.example.net</a>, ph: (07) 555 02224(Work)</p><p><b>address</b>: 7 Desleigh Rdge Mount Charlton QLD 4741 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" : "8003623233373306"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code" : "8520",
          "display" : "Pathology and Diagnostic Imaging Services"
        }
      ],
      "text" : "Radiology laboratory"
    }
  ],
  "name" : "Mount Charlton Radiology",
  "telecom" : [
    {
      "system" : "email",
      "value" : "reception@mouncharltonradiology.example.net",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "(07) 555 02224",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "physical",
      "line" : [
        "7 Desleigh Rdge"
      ],
      "city" : "Mount Charlton",
      "state" : "QLD",
      "postalCode" : "4741",
      "country" : "AU"
    }
  ]
}