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

: Mac Priest (Vendor Environment HI Test) - JSON Representation

Raw json | Download


// Compliant with HI Test Data in Vendor Environment
{
  "resourceType" : "Patient",
  "id" : "hi-testdata-priest-mac",
  "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            <table>\n                <tr>\n                    <td>LASTNAME</td>\n                    <td>PRIEST</td>\n                </tr>\n                <tr>\n                    <td>FIRSTNAME</td>\n                    <td>Mac</td>\n                </tr>\n                <tr>\n                    <td>IHI NUMBER</td>\n                    <td>8003608333563104</td>\n                </tr>\n                <tr>\n                    <td>MEDICARE CARD</td>\n                    <td>2953307121</td>\n                </tr>\n                <tr>\n                    <td>DOB</td>\n                    <td>9 March 1989</td>\n                </tr>\n                <tr>\n                    <td>GENDER</td>\n                    <td>M</td>\n                </tr>\n                <tr>\n                    <td>ADDRESS</td>\n                    <td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>\n                </tr>\n                <tr>\n                    <td>POSTAL ADDRESS</td>\n                    <td>55 Council Pnt, ASHTONFIELD, NSW, 2323</td>\n                </tr>\n            </table>\n        </div>"
  },
  "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" : "8003608333563104"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MC",
            "display" : "Patient's Medicare number"
          }
        ]
      },
      "system" : "http://ns.electronichealth.net.au/id/medicare-number",
      "value" : "2953307121",
      "period" : {
        "end" : "2024-03-31"
      }
    }
  ],
  "name" : [
    {
      "family" : "PRIEST",
      "given" : [
        "Mac"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1989-03-09",
  "address" : [
    {
      "use" : "home",
      "type" : "physical",
      "line" : [
        "55 Council Pnt"
      ],
      "city" : "ASHTONFIELD",
      "state" : "NSW",
      "postalCode" : "2323"
    },
    {
      "use" : "billing",
      "type" : "postal",
      "line" : [
        "55 Council Pnt"
      ],
      "city" : "ASHTONFIELD",
      "state" : "NSW",
      "postalCode" : "2323"
    }
  ]
}