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

: Bert Gainey (Vendor Environment HI Test Data) - JSON Representation

Raw json | Download


// Compliant with HI Test Data in Vendor Environment
{
  "resourceType" : "Patient",
  "id" : "hi-testdata-gainey-bert",
  "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\">\n            <h2>Bert Gainey</h2>\n            <h3>Address</h3>\n            <table>\n                <tr>\n                    <td>Line</td>\n                    <td>197 Woodstock Pl</td>\n                </tr>\n                <tr>\n                    <td>City</td>\n                    <td>CANBERRA AIRPORT</td>\n                </tr>\n                <tr>\n                    <td>State</td>\n                    <td>ACT</td>\n                </tr>\n                <tr>\n                    <td>Postcode</td>\n                    <td>2609</td>\n                </tr>\n            </table>\n            <h3>Identifiers</h3>\n            <h4>Primary</h4>\n            <table>\n                <tr>\n                    <td>IHI</td>\n                    <td>8003608833564727</td>\n                </tr>\n                <tr>\n                    <td>IHI Status</td>\n                    <td>active</td>\n                </tr>\n                <tr>\n                    <td>IHI Record Status</td>\n                    <td>verified</td>\n                </tr>\n            </table>\n            <h4>Secondary</h4>\n            <table>\n                <tr>\n                    <td>Medicare Number</td>\n                    <td>2953307031</td>\n                </tr>\n                <tr>\n                    <td>IRN</td>\n                    <td>1</td>\n                </tr>\n            </table>\n        </div>"
  },
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/ihi-status",
          "valueCoding" : {
            "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1",
            "code" : "active"
          }
        },
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/ihi-record-status",
          "valueCoding" : {
            "system" : "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1",
            "code" : "verified"
          }
        }
      ],
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI",
            "userSelected" : false
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833564727"
    },
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC",
            "userSelected" : false
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "29533070311",
      "period" : {
        "end" : "2023-11-30"
      }
    }
  ],
  "name" : [
    {
      "use" : "usual",
      "text" : "Bert Gainey",
      "family" : "Gainey"
    }
  ],
  "gender" : "male",
  "birthDate" : "1971-09-24",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "197 Woodstock Pl"
      ],
      "city" : "CANBERRA AIRPORT",
      "state" : "ACT",
      "postalCode" : "2609"
    }
  ]
}