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: Patient-mhr-smith-rosalia

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Patient",
  "id" : "mhr-smith-rosalia",
  "meta" : {
    "profile" : [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Rosalia SMITH </b> male, DoB: 1999-12-19 ( National unique individual identifier: 8003608166895854 (use: OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient resource and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin.\"><a href=\"http://hl7.org.au/fhir/4.0.0/StructureDefinition-indigenous-status.html\">Australian Indigeneous Status:</a></td><td colspan=\"3\"><ul><li>https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1 4: Neither Aboriginal nor Torres Strait Islander origin</li></ul></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org.au/fhir/StructureDefinition/indigenous-status",
      "valueCoding" : {
        "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1",
        "code" : "4",
        "display" : "Neither Aboriginal nor Torres Strait Islander origin"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "display" : "National unique individual identifier"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608166895854"
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "family" : "SMITH",
      "given" : [
        "Rosalia"
      ],
      "prefix" : [
        "Mrs."
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1999-12-19"
}