FHIR Implementation Guide for ABDM
6.5.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Immunization",
"id" : "example-WHO-DDCC",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2020-10-10T14:58:58.181+05:30",
"profile" : [
🔗 "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Immunization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-WHO-DDCC</b></p><a name=\"example-WHO-DDCC\"> </a><a name=\"hcexample-WHO-DDCC\"> </a><a name=\"example-WHO-DDCC-hi-IN\"> </a><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\">version: 1; Last updated: 2020-10-10 14:58:58+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Immunization.html\">Immunization</a></p></div><p><b>BrandName</b>: covaxin</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://id.who.int/icd11/mms XM68M6}\">COVID-19 vaccine</span></p><p><b>patient</b>: <a href=\"Patient-example-01.html\">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>occurrence</b>: 2021-02-21</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-example-01.html\">Location South Wing, second floor</a></p><p><b>manufacturer</b>: <a href=\"Organization-example-01.html\">Organization XYZ Lab Pvt.Ltd.</a></p><p><b>lotNumber</b>: BSCD12344SS</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=\"Practitioner-example-01.html\">Practitioner Dr. DEF</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>2-dose</td><td><span title=\"Codes:{http://id.who.int/icd11/mms RA01.1}\">COVID-19, virus not identified</span></td><td>1</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://nrces.in/ndhm/fhir/r4/StructureDefinition/BrandName",
"valueString" : "covaxin"
}
],
"status" : "completed",
"vaccineCode" : {
"coding" : [
{
"system" : "http://id.who.int/icd11/mms",
"code" : "XM68M6",
"display" : "COVID-19 vaccine"
}
]
},
"patient" : {
🔗 "reference" : "Patient/example-01"
},
"occurrenceDateTime" : "2021-02-21",
"primarySource" : true,
"location" : {
🔗 "reference" : "Location/example-01"
},
"manufacturer" : {
🔗 "reference" : "Organization/example-01"
},
"lotNumber" : "BSCD12344SS",
"performer" : [
{
"function" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0443",
"code" : "AP",
"display" : "Administering Provider"
}
]
},
"actor" : {
🔗 "reference" : "Practitioner/example-01"
}
}
],
"protocolApplied" : [
{
"series" : "2-dose",
"targetDisease" : [
{
"coding" : [
{
"system" : "http://id.who.int/icd11/mms",
"code" : "RA01.1",
"display" : "COVID-19, virus not identified"
}
]
}
],
"doseNumberPositiveInt" : 1
}
]
}