Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.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/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Regional QLD Pathology Lab - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "regional-qld-path-lab",
  "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\">\n            <h3>Regional QLD Pathology Lab</h3>\n            <p>Pathology Services</p>\n\n        </div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NATAA",
            "display" : "NATA Accreditation Number"
          }
        ],
        "text" : "NATA Site Number"
      },
      "system" : "http://hl7.org.au/id/nata-accreditation",
      "value" : "100201"
    },
    // In Australia NATA numbers are an
        incremental number that have been incremented to 5 digits, this example uses a fictional
        NATA number from 100,000 + to ensure no conflict with real world values
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "12345600008"
    }
  ],
  "type" : [
    // Invalid ABN format that passes profile validation used as the fictitious ABN to avoid introducing ambiguity with real world organisations
    {
      "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" : "Regional QLD Pathology Lab",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(04) 5550 6655",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "type" : "physical",
      "text" : "Pathology Room Orange Tulip Medical Centre, Shop 4a, 22 Mitchell Square Darling Downs, QLD 4350"
    }
  ]
}