Uzbekistan Digital Health Platform
0.5.0 - ci-build
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
{
"resourceType" : "ImmunizationRecommendation",
"id" : "example-uz-core-immunization-recommendation",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-immunization-recommendation"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ImmunizationRecommendation example-uz-core-immunization-recommendation</b></p><a name=\"example-uz-core-immunization-recommendation\"> </a><a name=\"hcexample-uz-core-immunization-recommendation\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-immunization-recommendation.html\">UZ Core ImmunizationRecommendation</a></p></div><p><b>patient</b>: <a href=\"Patient-example-emma.html\">Emma Sanders(anonymous) Female, DoB: 2000-10-16 ( Passport number)</a></p><p><b>date</b>: 2025-08-01 10:00:00+0500</p><p><b>authority</b>: <a href=\"Organization-example-organization.html\">Organization Respublika onkologiya markazi</a></p><blockquote><p><b>recommendation</b></p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/cvx 03}\">measles, mumps and rubella virus vaccine</span></p><p><b>targetDisease</b>: <span title=\"Codes:{http://snomed.info/sct 14189004}\">Measles</span></p><p><b>forecastStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/immunization-recommendation-status due}\">Due</span></p><p><b>forecastReason</b>: <span title=\"Codes:{http://snomed.info/sct 77386006}\">Pregnancy</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 30981-5}\">Earliest date to give</span></td><td>2025-08-10 09:00:00+0500</td></tr></table><p><b>description</b>: </p><div><p>Patient is recommended to receive measles vaccination according to the national immunization schedule.</p>\n</div><p><b>series</b>: Routine measles immunization series</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 2</p><p><b>supportingImmunization</b>: <a href=\"Immunization-example-measles-immunization.html\">Immunization: status = completed; vaccineCode = measles, mumps and rubella virus vaccine; occurrence[x] = 2024-01-10</a></p><p><b>supportingPatientInformation</b>: <a href=\"Condition-example-pregnancy.html\">Condition Supervision of normal first pregnancy</a></p></blockquote></div>"
},
"patient" : {
🔗 "reference" : "Patient/example-emma"
},
"date" : "2025-08-01T10:00:00+05:00",
"authority" : {
🔗 "reference" : "Organization/example-organization"
},
"recommendation" : [
{
"vaccineCode" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/sid/cvx",
"code" : "03",
"display" : "measles, mumps and rubella virus vaccine"
}
]
}
],
"targetDisease" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "14189004",
"display" : "Measles"
}
]
}
],
"forecastStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/immunization-recommendation-status",
"code" : "due",
"display" : "Due"
}
]
},
"forecastReason" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "77386006",
"display" : "Pregnancy"
}
]
}
],
"dateCriterion" : [
{
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "30981-5",
"display" : "Earliest date to give"
}
]
},
"value" : "2025-08-10T09:00:00+05:00"
}
],
"description" : "Patient is recommended to receive measles vaccination according to the national immunization schedule.",
"series" : "Routine measles immunization series",
"doseNumber" : "1",
"seriesDoses" : "2",
"supportingImmunization" : [
{
🔗 "reference" : "Immunization/example-measles-immunization"
}
],
"supportingPatientInformation" : [
{
🔗 "reference" : "Condition/example-pregnancy"
}
]
}
]
}