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

: Metropolitan Laboratories Sydney - JSON Representation

Raw json | Download


// Associated with Organization that is compliant with HI Test Data in Vendor Environment
{
  "resourceType" : "HealthcareService",
  "id" : "metro-nsw-path-lab",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService metro-nsw-path-lab</b></p><a name=\"metro-nsw-path-lab\"> </a><a name=\"hcmetro-nsw-path-lab\"> </a><a name=\"metro-nsw-path-lab-en-AU\"> </a><p><b>identifier</b>: NATA Accreditation Number/100201</p><p><b>providedBy</b>: <a href=\"Organization-metro-nsw-path-lab.html\">Organization Metropolitan Laboratories Sydney</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 310076001}\">Chemical pathology service</span>, <span title=\"Codes:{http://snomed.info/sct 788124003}\">Histopathology service</span>, <span title=\"Codes:{http://snomed.info/sct 708191000}\">Toxicology service</span>, <span title=\"Codes:{http://snomed.info/sct 708178001}\">Cytogenetics service</span>, <span title=\"Codes:{http://snomed.info/sct 708185002}\">Virology service</span>, <span title=\"Codes:{http://snomed.info/sct 708188000}\">Serology service</span>, <span title=\"Codes:{http://snomed.info/sct 708196005}\">Haematology service</span>, <span title=\"Codes:{http://snomed.info/sct 708190004}\">Immunology service</span>, <span title=\"Codes:{http://snomed.info/sct 706903003}\">Mycobacteriology service</span>, <span title=\"Codes:{http://snomed.info/sct 310078000}\">Medical microbiology service</span>, <span title=\"Codes:{http://snomed.info/sct 706902008}\">Mycology service</span></p><p><b>name</b>: Metropolitan Laboratories Sydney</p><p><b>telecom</b>: ph: (02) 5550 8994(Work)</p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NATAA",
            "display" : "NATA Accreditation Number"
          }
        ],
        "text" : "NATA Accreditation Number"
      },
      "system" : "http://hl7.org.au/id/nata-accreditation",
      "value" : "100201"
    }
  ],
  "providedBy" : // 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
  {
    🔗 "reference" : "Organization/metro-nsw-path-lab"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "310076001",
          "display" : "Chemical pathology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "788124003",
          "display" : "Histopathology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708191000",
          "display" : "Toxicology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708178001",
          "display" : "Cytogenetics service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708185002",
          "display" : "Virology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708188000",
          "display" : "Serology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708196005",
          "display" : "Haematology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "708190004",
          "display" : "Immunology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "706903003",
          "display" : "Mycobacteriology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "310078000",
          "display" : "Medical microbiology service"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "706902008",
          "display" : "Mycology service"
        }
      ]
    }
  ],
  "name" : "Metropolitan Laboratories Sydney",
  "telecom" : [
    // <location>
        <reference value="Location/metro-nsw-path-lab"/>
    </location>
    {
      "system" : "phone",
      "value" : "(02) 5550 8994",
      "use" : "work"
    }
  ]
}