AU Core Implementation Guide
0.3.0-ballot - R1
This page is part of the AU Core (v0.3.0-ballot: AU Core R1 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"resourceType" : "Immunization",
"id" : "covid-1",
"meta" : {
"profile" : [
🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-immunization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"covid-1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Immunization "covid-1" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-immunization.html\">AU Core Immunization</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Pfizer Comirnaty <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (air-vaccine-code-formats#COMIRN; <a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#1525011000168107 "Comirnaty")</span></p><p><b>patient</b>: <a href=\"Patient-bennelong-anne.html\">Patient/bennelong-anne</a> " BENNELONG"</p><p><b>encounter</b>: <a href=\"Encounter-covid-admin-1.html\">Encounter/covid-admin-1</a></p><p><b>occurrence</b>: 2021-06-17</p><p><b>recorded</b>: 2021-06-17</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-bobrester-medical-center.html\">Location/bobrester-medical-center</a> "Tindal Building"</p><p><b>manufacturer</b>: <span>: Pfizer Australia Ltd</span></p><p><b>lotNumber</b>: 200000000P</p><p><b>site</b>: Left upper arm <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#368208006 "Left upper arm structure")</span></p><p><b>route</b>: Intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#78421000 "Intramuscular route")</span></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>Administering Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0443.html\">providerRole</a>#AP)</span></td><td><a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Series</b></td><td><b>TargetDisease</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>primary vaccination course 2-dose</td><td>COVID-19 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#840539006)</span></td><td>1</td></tr></table></div>"
},
"status" : "completed",
"vaccineCode" : {
"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/bennelong-anne"
},
"encounter" : {
🔗 "reference" : "Encounter/covid-admin-1"
},
"occurrenceDateTime" : "2021-06-17",
"recorded" : "2021-06-17",
"primarySource" : true,
"location" : {
🔗 "reference" : "Location/bobrester-medical-center"
},
"manufacturer" : {
"display" : "Pfizer Australia Ltd"
},
"lotNumber" : "200000000P",
"site" : // Lot number below does not conform to batch number reporting requirements to avoid conflict with real world values
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "368208006",
"display" : "Left upper arm structure"
}
],
"text" : "Left upper arm"
},
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "78421000",
"display" : "Intramuscular route"
}
],
"text" : "Intramuscular"
},
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP",
"display" : "Administering Provider"
}
],
"text" : "Administering Provider"
},
"actor" : {
🔗 "reference" : "PractitionerRole/bobrester-bob-gp"
}
}
],
"protocolApplied" : [
{
"series" : "primary vaccination course 2-dose",
"targetDisease" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "840539006",
"display" : "COVID-19"
}
],
"text" : "COVID-19"
}
],
"doseNumberPositiveInt" : 1
}
]
}