FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, 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\"><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation example-01</b></p><a name=\"example-01\"> </a><a name=\"hcexample-01\"> </a><a name=\"example-01-hi-IN\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1; Last updated: 2020-10-10 14:58:58+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ImmunizationRecommendation.html\">ImmunizationRecommendation</a></p></div><p><b>patient</b>: <a href=\"Patient-example-01.html\">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>date</b>: 2021-01-10 11:04:15-0500</p><p><b>authority</b>: <a href=\"Organization-example-01.html\">Organization XYZ Lab Pvt.Ltd.</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 871751006}\">Hepatitis A vaccine</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><h3>DateCriterions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 30980-7}\">Date vaccine due</span></td><td>2021-05-10 00:00:00-0500</td></tr></table><p><b>description</b>: First sequence in protocol</p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 3</p><p><b>supportingImmunization</b>: <a href=\"Immunization-example-01.html\">Immunization: status = not-done; statusReason = medical precaution; vaccineCode = No consent DTP immunization; occurrence[x] = 2013-01-10; primarySource = true</a></p></blockquote></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"
        }
      ]
    }
  ]
}