O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.5.0 - ci-build Uzbekistan bayroqcha

Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions

: Immunization Recommendation - BCG

Raw json | Yuklab olish

{
  "resourceType" : "ImmunizationRecommendation",
  "id" : "immunization-recommendation-example",
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation immunization-recommendation-example</b></p><a name=\"uz-immunization-recommendation-example\"> </a><a name=\"uz-hcimmunization-recommendation-example\"> </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\">Language: en</p></div><p><b>patient</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p><p><b>date</b>: 2026-04-27</p><h3>Recommendations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>VaccineCode</b></td><td><b>ForecastStatus</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/sid/cvx 19}\">Bacillus Calmette-Guerin vaccine</span></td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></td></tr></table></div>"
  },
  "patient" : {
    🔗 "reference" : "Patient/example-salim"
  },
  "date" : "2026-04-27",
  "recommendation" : [
    {
      "vaccineCode" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sid/cvx",
              "code" : "19",
              "display" : "Bacillus Calmette-Guerin vaccine"
            }
          ]
        }
      ],
      "forecastStatus" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
            "code" : "due",
            "display" : "Due"
          }
        ]
      }
    }
  ]
}