Единая платформа цифрового здравоохранения Узбекистана
0.7.0 - ci-build
Uzbekistan Digital Health Platform - Локальная сборка (v0.7.0), построенная FHIR (HL7® FHIR® Стандартные инструменты сборки. Смотрите каталог опубликованных версий
{
"resourceType" : "Group",
"id" : "example-measles-vaccinated-group",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-group"
]
},
"language" : "ru",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Group example-measles-vaccinated-group</b></p><a name=\"ru-example-measles-vaccinated-group\"> </a><a name=\"ru-hcexample-measles-vaccinated-group\"> </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\">Язык: en</p><p style=\"margin-bottom: 0px\">Профиль: <a href=\"StructureDefinition-uz-core-group.html\">UZ Core Group</a></p></div><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>membership</b>: Enumerated</p><p><b>code</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/group-kind-cs group-0001-00008}\">Vaccinated patients</span></p><p><b>name</b>: Measles-vaccinated patients cohort</p><p><b>description</b>: </p><div><p>Patients who received a measles-containing vaccine at the polyclinic during the first quarter of 2026</p>\n</div><p><b>quantity</b>: 2</p><p><b>managingEntity</b>: <a href=\"Organization-example-organization.html\">Organization Республиканский онкологический центр</a></p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)</a></p><p><b>period</b>: 2026-01-15 --> (продолжается)</p><p><b>inactive</b>: false</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href=\"Patient-example-emma.html\">Emma Sanders(anonymous) Female, БД: 2000-10-16 ( Passport number)</a></p><p><b>period</b>: 2026-02-03 --> (продолжается)</p><p><b>inactive</b>: false</p></blockquote></div>"
},
"active" : true,
"type" : "person",
"membership" : "enumerated",
"code" : {
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/group-kind-cs",
"code" : "group-0001-00008"
}
],
"text" : "Vaccinated patients"
},
"name" : "Measles-vaccinated patients cohort",
"description" : "Patients who received a measles-containing vaccine at the polyclinic during the first quarter of 2026",
"quantity" : 2,
"managingEntity" : {
🔗 "reference" : "Organization/example-organization"
},
"member" : [
{
"entity" : {
🔗 "reference" : "Patient/example-salim"
},
"period" : {
"start" : "2026-01-15"
},
"inactive" : false
},
{
"entity" : {
🔗 "reference" : "Patient/example-emma"
},
"period" : {
"start" : "2026-02-03"
},
"inactive" : false
}
]
}