Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft
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
// Compliant with HI Test Data in Vendor Environment
{
"resourceType" : "Patient",
"id" : "hi-testdata-moss-cleo",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Cleo Moss Esq.</h2>\n <table>\n <tr>\n <td>Indigenous Status</td>\n <td>Neither Aboriginal nor Torres Strait Islander origin</td>\n </tr>\n <tr>\n <td>IHI</td>\n <td>8003608833564735</td>\n </tr>\n <tr>\n <td>Email</td>\n <td>moss@gmail.com</td>\n </tr>\n <tr>\n <td>Gender</td>\n <td>Female</td>\n </tr>\n <tr>\n <td>Date of Birth</td>\n <td>23 August 1965</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>138 Gateway Ct, CALDER, TAS, 7325</td>\n </tr>\n </table>\n </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" : [
{
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/ihi-status",
"valueCoding" : {
"system" : "https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1",
"code" : "active",
"display" : "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",
"display" : "National unique individual identifier"
}
],
"text" : "IHI"
},
"system" : "http://ns.electronichealth.net.au/id/hi/ihi/1.0",
"value" : "8003608833564735"
}
],
"name" : [
{
"family" : "Moss",
"given" : [
"Cleo"
],
"suffix" : [
"Esq."
]
}
],
"telecom" : [
{
"system" : "email",
"value" : "moss@gmail.com"
}
],
"gender" : "female",
"birthDate" : "1965-08-23",
"address" : [
{
"use" : "home",
"text" : "138 Gateway Ct, CALDER, TAS, 7325"
}
]
}