
This Implementation guide is published and maintained by NRCeS for NHA.
This version is based on the ABDM Health Data Interchange Specifications 1.0 and updated periodically.
JSON Format: Immunization-example-01
Download Raw json
{
"resourceType" : "Immunization",
"id" : "example-01",
"meta" : {
"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>: not-done</p><p><b>statusReason</b>: medical precaution <span>(Details : {http://terminology.hl7.org/CodeSystem/v3-ActReason code 'MEDPREC' = 'medical precaution', given as 'medical precaution'})</span></p><p><b>vaccineCode</b>: No consent DTP immunization <span>(Details : {http://snomed.info/sct code '314768003' = 'No consent DTP immunization'})</span></p><p><b>patient</b>: <a>Patient/1</a></p><p><b>occurrence</b>: 10/01/2013</p><p><b>primarySource</b>: true</p></div>"
},
"extension" : [
{
"url" : "https://nrces.in/ndhm/fhir/r4/StructureDefinition/BrandName",
"valueString" : "Adacel®"
}
],
"status" : "not-done",
"statusReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code" : "MEDPREC",
"display" : "medical precaution"
}
]
},
"vaccineCode" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "314768003",
"display" : "No consent DTP immunization"
}
]
},
"patient" : {
"reference" : "Patient/1"
},
"occurrenceDateTime" : "2013-01-10",
"primarySource" : true
}