Australian Digital Health Agency FHIR Implementation Guide 1.0.0

Australian Digital Health Agency FHIR Implementation Guide. This is the current published version. It is based on FHIR® version 4.0.1. See the Directory of published versions for a list of available versions.

Example: Organization-nsw-hospital

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Organization",
  "id" : "nsw-hospital",
  "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>NSW Hospital</h3>\n            <table>\n                <tr>\n                    <td>HPI-O</td>\n                    <td>8003626566699734</td>\n                </tr>\n                <tr>\n                    <td>ABN</td>\n                    <td>41824753557</td>\n                </tr>\n                <tr>\n                    <td>Phone</td>\n                    <td>(02) 5550 4444</td>\n                </tr>\n                <tr>\n                    <td>Address</td>\n                    <td>2325 Rocklands Rd, North Sydney NSW 2060</td>\n                </tr>\n                <tr>\n                    <td>Website</td>\n                    <td>https://www.health.nsw.example.org/nsw-hospital</td>\n                </tr>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "XX"
          }
        ],
        "text" : "ABN"
      },
      "system" : "http://hl7.org.au/id/abn",
      "value" : "41824753557"
    },
    {
      "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" : "8003626566699734"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "22232009"
        },
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP"
        }
      ],
      "text" : "Hospital"
    }
  ],
  "name" : "NSW Hospital",
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://www.health.nsw.example.org/nsw-hospital"
    },
    {
      "system" : "phone",
      "value" : "(02) 5550 4444"
    }
  ],
  "address" : [
    {
      "type" : "physical",
      "text" : "2325 Rocklands Rd, North Sydney NSW 2060",
      "line" : [
        "2325 Rocklands Rd"
      ],
      "city" : "North Sydney",
      "state" : "NSW",
      "postalCode" : "2060",
      "country" : "AU"
    }
  ]
}