FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
: ImmunizationRecommendation/example-01 - JSON Representation
Raw json | Download
{
"resourceType" : "ImmunizationRecommendation",
"id" : "example-01",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2020-10-10T14:58:58.181+05:30",
"profile" : [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/ImmunizationRecommendation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">This is Immunization Recommendation for hepatitis A vaccine to be taken on 2021-05-10.</div>"
},
"patient" : {
"reference" : "Patient/example-01"
},
"date" : "2021-01-10T11:04:15.817-05:00",
"authority" : {
"reference" : "Organization/example-01"
},
"recommendation" : [
{
"vaccineCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "871751006",
"display" : "Hepatitis A vaccine"
}
]
}
],
"forecastStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
"code" : "due",
"display" : "Due"
}
]
},
"dateCriterion" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "30980-7",
"display" : "Date vaccine due"
}
]
},
"value" : "2021-05-10T00:00:00-05:00"
}
],
"description" : "First sequence in protocol",
"series" : "Vaccination Series 1",
"doseNumberPositiveInt" : 1,
"seriesDosesPositiveInt" : 3,
"supportingImmunization" : [
{
"reference" : "Immunization/example-01"
}
]
}
]
}