FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
: Immunization/example-01 - JSON Representation
Raw json | Download
{
"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>"
},
"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/example-01"
},
"occurrenceDateTime" : "2013-01-10",
"primarySource" : true
}