My Health Record FHIR IG
1.3.0 - active
My Health Record FHIR IG - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "covid-02",
"meta" : {
"profile" : [
🔗 "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-immunization-core-1"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization covid-02</b></p><a name=\"covid-02\"> </a><a name=\"hccovid-02\"> </a><a name=\"covid-02-en-AU\"> </a><p><b>Vaccine Vial Serial Number</b>: vNo1awef1111</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats COMIRN}, {http://snomed.info/sct 1525011000168107}\">Pfizer Comirnaty</span></p><p><b>patient</b>: <a href=\"Patient-mhr-field-sally.html\">Sally FIELD Female, DoB: 1999-02-14 ( National unique individual identifier: Austalian Healthcare Identifier - Individual#8003608333563104\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>occurrence</b>: 2021-08-01</p><p><b>recorded</b>: 2021-08-01</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-algrester-medical-centre.html\">Location Gregory Tindal Building</a></p><p><b>manufacturer</b>: Pfizer Australia Ltd</p><p><b>lotNumber</b>: 300000000P</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0443 AP}\">Administering Provider</span></td><td><a href=\"PractitionerRole-algrester-greg-gp.html\">PractitionerRole Family medicine specialist</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 840539006}\">COVID-19</span></td><td>2</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org.au/fhir/StructureDefinition/vaccine-serial-number",
"valueString" : "vNo1awef1111"
}
],
"status" : "completed",
"vaccineCode" : // Vial serial number below does not conform to reporting requirements to avoid conflict with real world values
{
"coding" : [
{
"system" : "https://www.humanservices.gov.au/organisations/health-professionals/enablers/air-vaccine-code-formats",
"code" : "COMIRN"
},
{
"system" : "http://snomed.info/sct",
"code" : "1525011000168107",
"display" : "Comirnaty"
}
],
"text" : "Pfizer Comirnaty"
},
"patient" : {
🔗 "reference" : "Patient/mhr-field-sally",
"identifier" : {
"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" : "8003608833357361"
}
},
"occurrenceDateTime" : "2021-08-01",
"recorded" : "2021-08-01",
"primarySource" : true,
"location" : {
🔗 "reference" : "Location/algrester-medical-centre",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
"code" : "NOI"
}
],
"text" : "HPI-O"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
"value" : "8003614900041243"
}
},
"manufacturer" : {
"display" : "Pfizer Australia Ltd"
},
"lotNumber" : "300000000P",
"performer" : [
// Lot number below does not conform to batch number reporting requirements to avoid conflict with real world values
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP",
"display" : "Administering Provider"
}
],
"text" : "Administering Provider"
},
"actor" : {
🔗 "reference" : "PractitionerRole/algrester-greg-gp",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI",
"display" : "National provider identifier"
}
],
"text" : "HPI-I"
},
"system" : "http://ns.electronichealth.net.au/id/hi/hpii/1.0",
"value" : "8003614900041243"
}
}
}
],
"protocolApplied" : [
{
"targetDisease" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "840539006",
"display" : "COVID-19"
}
],
"text" : "COVID-19"
}
],
"doseNumberPositiveInt" : 2
}
]
}