Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Organization-5-8631-1

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Organization",
  "id" : "5-8631-1",
  "meta" : {
    "versionId" : "Version-2",
    "profile" : [
      "http://hl7.org.au/fhir/StructureDefinition/au-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"5-8631-1\" Version \"Version-2\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-organization.html\">AU Base Organisation</a></p></div><p><b>identifier</b>: HPI-O: 8003621566684455</p><p><b>type</b>: Pathology Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (1292.0#8631)</span></p><p><b>name</b>: Test Org -DigitalHealth 5</p><p><b>alias</b>: Digital Health 5, Digital Health Five</p><p><b>address</b>: 23 Marcus Cres KEMPSEY NSW 2440 AU </p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
            "code" : "NOI"
          }
        ],
        "text" : "HPI-O"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
      "value" : "8003621566684455"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code" : "8631",
          "display" : "Pathology Services"
        }
      ]
    }
  ],
  "name" : "Test Org -DigitalHealth 5",
  "alias" : [
    "Digital Health 5",
    "Digital Health Five"
  ],
  "address" : [
    {
      "type" : "physical",
      "line" : [
        "23 Marcus Cres"
      ],
      "city" : "KEMPSEY",
      "state" : "NSW",
      "postalCode" : "2440",
      "country" : "AU"
    }
  ]
}
Issues & Feedback