WHO Digital Documentation of COVID-19 Certificates (DDCC)
1.0.0 - CI Build International flag

This is the continuous build for version 1.0.0. This version is based on the current content of https://github.com/WorldHealthOrganization/ddcc and changes regularly.

: DDCC-ImmunizationRecommendation-Arabic - JSON Representation

Raw json | Download


{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "DDCC-ImmunizationRecommendation-Arabic",
  "meta" : {
    "profile" : [
      "http://smart.who.int/ddcc/StructureDefinition/DDCCImmunizationRecommendation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImmunizationRecommendation</b><a name=\"DDCC-ImmunizationRecommendation-Arabic\"> </a></p><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\">Resource ImmunizationRecommendation &quot;DDCC-ImmunizationRecommendation-Arabic&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DDCCImmunizationRecommendation.html\">DDCC Immunization Recommendation</a></p></div><p><b>patient</b>: <a href=\"Patient-DDCC-Patient-Arabic.html\">Patient/DDCC-Patient-Arabic</a> &quot;&quot;</p><p><b>date</b>: 2021-05-06</p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: COVID-19 vaccine, replicating viral vector <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-DDCC-ICD11-CodeSystem.html\">DDCC Codes for ICD11</a>#XM0CX4)</span></p><p><b>forecastStatus</b>: Due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-immunization-recommendation-status.html\">Immunization Recommendation Status Codes</a>#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>Date vaccine due <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30980-7)</span></td><td>2021-05-20</td></tr></table><p><b>supportingImmunization</b>: <a href=\"Immunization-DDCC-Immunization-Arabic.html\">Immunization/DDCC-Immunization-Arabic</a></p></blockquote></div>"
  },
  "patient" : {
    "reference" : "Patient/DDCC-Patient-Arabic"
  },
  "date" : "2021-05-06",
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://id.who.int/icd11/mms",
              "code" : "XM0CX4"
            }
          ]
        }
      ],
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code" : "due"
          }
        ]
      },
      "dateCriterion" : [
        {
          "code" : {
            "coding" : [
              {
                "system" : "http://loinc.org",
                "code" : "30980-7"
              }
            ]
          },
          "value" : "2021-05-20"
        }
      ],
      "supportingImmunization" : [
        {
          "reference" : "Immunization/DDCC-Immunization-Arabic"
        }
      ]
    }
  ]
}