NDHM (R4), Published and maintained by  NRCeS for NHA.
This version is based on the NDHM Health Data Interchange Specifications 1.0 and updated periodically. 
JSON Format: ImmunizationRecommendation-example-01
Download Raw json
{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "example-01",
  "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/1"
  },
  "date" : "2021-01-10T11:04:15.817-05:00",
  "authority" : {
    "reference" : "Organization/1"
  },
  "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/1"
        }
      ]
    }
  ]
}
  
  
    
