FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
: Immunization/example-WHO-DDCC - JSON Representation
Raw json | Download
{
"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" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative with Details</b></p><p><b>id</b>: 1</p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: COVID-19 vaccine <span>(Details : {http://id.who.int/icd11/mms code 'XM68M6' = 'COVID-19 vaccine'})</span></p><p><b>patient</b>: <a>Patient/1</a></p><p><b>occurrence</b>: 21/02/2021</p><p><b>primarySource</b>: true</p></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
}
]
}