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
{
"resourceType" : "Bundle",
"id" : "po-01",
"meta" : // Bundle of the set of resources that make up the Personal Observations for Mr. Oliver Smith recorded by Mother at 6 months generated by MHR system on request by CIS via TBD
{
"lastUpdated" : "2022-11-28T11:01:00+10:00",
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-bundle-payload-1"
]
},
"identifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:uuid:69784b45-5069-4f41-9623-c67dd97d978a"
},
"type" : "collection",
"timestamp" : "2022-11-28T11:01:00+10:00",
"entry" : [
// PATIENT
{
"fullUrl" : "urn:uuid:be41a758-d199-44ef-a91d-6f29a3cce26f",
"resource" : {
"resourceType" : "Patient",
"id" : "mhr-smith-oliver",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_mhr-smith-oliver\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient mhr-smith-oliver</b></p><a name=\"mhr-smith-oliver\"> </a><a name=\"hcmhr-smith-oliver\"> </a><a name=\"mhr-smith-oliver-en-AU\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Oliver SMITH Male, DoB: 2019-02-14 ( National unique individual identifier: AustalianIHI#8003608833357361\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"This extension applies to the Patient, Person, and RelatedPerson resources and is used to indicate whether a person identifies as being of Aboriginal or Torres Strait Islander origin.\"><a href=\"https://build.fhir.org/ig/hl7au/au-fhir-base/StructureDefinition-indigenous-status.html\">Australian Indigenous Status</a></td><td colspan=\"3\">australian-indigenous-status-1 4: Neither Aboriginal nor Torres Strait Islander origin</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" : "8003608833357361"
}
],
"name" : [
{
"use" : "usual",
"family" : "SMITH",
"given" : [
"Oliver"
],
"prefix" : [
"Mr."
]
}
],
"gender" : "male",
"birthDate" : "2019-02-14"
}
},
{
"fullUrl" : "urn:uuid:8a2eeebc-c2dc-471b-aa05-3f9397d6daf0",
"resource" : {
"resourceType" : "RelatedPerson",
"id" : "mhr-field-sally",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_mhr-field-sally\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson mhr-field-sally</b></p><a name=\"mhr-field-sally\"> </a><a name=\"hcmhr-field-sally\"> </a><a name=\"mhr-field-sally-en-AU\"> </a><p><b>identifier</b>: National unique individual identifier/8003608333563104\u00a0(use:\u00a0official,\u00a0)</p><p><b>patient</b>: <a href=\"Bundle-po-01.html#urn-uuid-be41a758-d199-44ef-a91d-6f29a3cce26f\">Bundle: identifier = UUID:69784b45-5069-4f41-9623-c67dd97d978a; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>name</b>: Sally FIELD </p><p><b>telecom</b>: ph: 0491 578 957(Mobile)</p><p><b>gender</b>: Female</p></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"
}
],
"patient" : {
"reference" : "urn:uuid:be41a758-d199-44ef-a91d-6f29a3cce26f",
"identifier" : {
"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" : "8003608833357361"
}
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "MTH",
"display" : "mother"
}
]
}
],
"name" : [
{
"use" : "usual",
"family" : "FIELD",
"given" : [
"Sally"
],
"prefix" : [
"Ms."
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "0491 578 957",
"use" : "mobile"
}
],
"gender" : "female"
}
},
{
"fullUrl" : "urn:uuid:8454a668-54ff-4bcc-9118-d78e1e6e8604",
"resource" : {
"resourceType" : "Observation",
"id" : "headcircum-01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_headcircum-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation headcircum-01</b></p><a name=\"headcircum-01\"> </a><a name=\"hcheadcircum-01\"> </a><a name=\"headcircum-01-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 9843-4}, {http://snomed.info/sct 363812007}\">Head Circumference</span></p><p><b>subject</b>: <a href=\"Bundle-po-01.html#urn-uuid-be41a758-d199-44ef-a91d-6f29a3cce26f\">Bundle: identifier = UUID:69784b45-5069-4f41-9623-c67dd97d978a; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>effective</b>: 2019-08-14</p><p><b>performer</b>: <a href=\"Bundle-po-01.html#urn-uuid-8a2eeebc-c2dc-471b-aa05-3f9397d6daf0\">Bundle: identifier = UUID:69784b45-5069-4f41-9623-c67dd97d978a; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>value</b>: 42 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codecm = 'cm')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
],
"text" : "Vital Signs"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "9843-4",
"display" : "Head Occipital-frontal circumference"
},
{
"system" : "http://snomed.info/sct",
"code" : "363812007"
}
],
"text" : "Head Circumference"
},
"subject" : {
"reference" : "urn:uuid:be41a758-d199-44ef-a91d-6f29a3cce26f",
"identifier" : {
"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" : "8003608833357361"
}
},
"effectiveDateTime" : "2019-08-14",
"performer" : [
{
"reference" : "urn:uuid:8a2eeebc-c2dc-471b-aa05-3f9397d6daf0",
"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"
}
}
],
"valueQuantity" : {
"value" : 42,
"unit" : "cm",
"system" : "http://unitsofmeasure.org",
"code" : "cm"
}
}
},
{
"fullUrl" : "urn:uuid:23596933-9097-4931-87b2-1c850bb78780",
"resource" : {
"resourceType" : "Observation",
"id" : "bodyheight-01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_bodyheight-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation bodyheight-01</b></p><a name=\"bodyheight-01\"> </a><a name=\"hcbodyheight-01\"> </a><a name=\"bodyheight-01-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8302-2}, {http://snomed.info/sct 50373000}\">Body height</span></p><p><b>subject</b>: <a href=\"Bundle-po-01.html#urn-uuid-be41a758-d199-44ef-a91d-6f29a3cce26f\">Bundle: identifier = UUID:69784b45-5069-4f41-9623-c67dd97d978a; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>effective</b>: 2019-08-14</p><p><b>performer</b>: <a href=\"Bundle-po-01.html#urn-uuid-8a2eeebc-c2dc-471b-aa05-3f9397d6daf0\">Bundle: identifier = UUID:69784b45-5069-4f41-9623-c67dd97d978a; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>value</b>: 67 cm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codecm = 'cm')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
],
"text" : "Vital Signs"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "8302-2",
"display" : "Body height"
},
{
"system" : "http://snomed.info/sct",
"code" : "50373000"
}
]
},
"subject" : {
"reference" : "urn:uuid:be41a758-d199-44ef-a91d-6f29a3cce26f",
"identifier" : {
"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" : "8003608833357361"
}
},
"effectiveDateTime" : "2019-08-14",
"performer" : [
{
"reference" : "urn:uuid:8a2eeebc-c2dc-471b-aa05-3f9397d6daf0",
"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"
}
}
],
"valueQuantity" : {
"value" : 67,
"unit" : "cm",
"system" : "http://unitsofmeasure.org",
"code" : "cm"
}
}
},
{
"fullUrl" : "urn:uuid:052f2328-985a-44c2-a9d5-700c493ae43f",
"resource" : {
"resourceType" : "Observation",
"id" : "bodyweight-01",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_bodyweight-01\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Observation bodyweight-01</b></p><a name=\"bodyweight-01\"> </a><a name=\"hcbodyweight-01\"> </a><a name=\"bodyweight-01-en-AU\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 29463-7}, {http://snomed.info/sct 27113001}\">weight</span></p><p><b>subject</b>: <a href=\"Bundle-po-01.html#urn-uuid-be41a758-d199-44ef-a91d-6f29a3cce26f\">Bundle: identifier = UUID:69784b45-5069-4f41-9623-c67dd97d978a; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>effective</b>: 2019-08-14</p><p><b>performer</b>: <a href=\"Bundle-po-01.html#urn-uuid-8a2eeebc-c2dc-471b-aa05-3f9397d6daf0\">Bundle: identifier = UUID:69784b45-5069-4f41-9623-c67dd97d978a; type = collection; timestamp = 2022-11-28 11:01:00+1000</a></p><p><b>value</b>: 7.9 kg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codekg = 'kg')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
],
"text" : "Vital Signs"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29463-7",
"display" : "Body weight"
},
{
"system" : "http://snomed.info/sct",
"code" : "27113001"
}
],
"text" : "weight"
},
"subject" : {
"reference" : "urn:uuid:be41a758-d199-44ef-a91d-6f29a3cce26f",
"identifier" : {
"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" : "8003608833357361"
}
},
"effectiveDateTime" : "2019-08-14",
"performer" : [
{
"reference" : "urn:uuid:8a2eeebc-c2dc-471b-aa05-3f9397d6daf0",
"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"
}
}
],
"valueQuantity" : {
"value" : 7.9,
"unit" : "kg",
"system" : "http://unitsofmeasure.org",
"code" : "kg"
}
}
}
]
}