My Health Record FHIR Gateway Conformance Artefacts
0.0.1 - draft Australia flag

My Health Record FHIR Gateway Conformance Artefacts, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/mcv/ and changes regularly. See the Directory of published versions

: Ms Lily Zhu - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "zhu-lily",
  "meta" : {
    "profile" : [
      🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-match-1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Lily Zhu</b> female, DoB: 1986-04-25 ( IHI/8003608833357361)</p><hr/>\n            <table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td>\n                <td colspan=\"3\">Medical Record Number/2345987</td></tr>\n                <tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td>\n                    <td colspan=\"3\">No Fixed Address NSW 2148 AU (home)</td></tr>\n            </table></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",
            "display" : "verified"
          }
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "NI"
          }
        ],
        "text" : "IHI"
      },
      "system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
      "value" : "8003608833357361"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003626566699734",
      "value" : "2345987",
      "assigner" : {
        "display" : "City Hospital"
      }
    }
  ],
  "name" : [
    {
      "family" : "Zhu",
      "given" : [
        "Lily"
      ],
      "prefix" : [
        "Ms"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1986-04-25",
  "address" : [
    {
      "extension" : [
        //   this part of the extension states that address is no fixed address  
        {
          "url" : "http://hl7.org.au/fhir/StructureDefinition/no-fixed-address",
          "valueBoolean" : true
        }
      ],
      "use" : "temp",
      "type" : "physical",
      "text" : "NO FIXED ADDRESS Sydney, NSW",
      "state" : "NSW",
      "country" : "AU"
    }
  ]
}