Uzbekistan Digital Health Platform - Integrations
0.1.0 - ci-build
Uzbekistan Digital Health Platform - Integrations - Локальная сборка (v0.1.0), построенная FHIR (HL7® FHIR® Стандартные инструменты сборки. Смотрите каталог опубликованных версий
{
"resourceType" : "EpisodeOfCare",
"id" : "example-dhis-episode-of-care",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/integrations/StructureDefinition/dhis-episode-of-care"
]
},
"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>Сгенерированный нарратив: EpisodeOfCare example-dhis-episode-of-care</b></p><a name=\"ru-example-dhis-episode-of-care\"> </a><a name=\"ru-hcexample-dhis-episode-of-care\"> </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\">Профиль: <a href=\"StructureDefinition-dhis-episode-of-care.html\">DHIS Episode of Care Profile</a></p></div><p><b>identifier</b>: <a href=\"file:///home/runner/work/digital-health-ig/digital-health-ig/output/NamingSystem-episodeofcare-identifier.html\" title=\"Identifier system used for EpisodeOfCare resources within the Uzbekistan DHP context.\">UzDhpEpisodeOfCareIdentifier</a>/EOC-2026-0001</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs mserv-0001-00004}\">Treatment services</span></p><blockquote><p><b>diagnosis</b></p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Condition-example-tbc-diagnosis.html\">Condition Primary tuberculous complex</a></td></tr></table><p><b>use</b>: <span title=\"Коды:{http://hl7.org/fhir/encounter-diagnosis-use final}\">Final</span></p></blockquote><p><b>patient</b>: <a href=\"Patient-example-patient-john.html\">John Smith(official) Unknown, БД: 2026-03-13 ( National unique individual identifier)</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Respublika onkologiya markazi</a></p><p><b>period</b>: 2025-03-12 --> 2025-09-12</p><p><b>careManager</b>: <a href=\"PractitionerRole-practitionerrole-001.html\">PractitionerRole</a></p></div>"
},
"identifier" : [
{
"system" : "http://dhp.uz/ids/episode-of-care",
"value" : "EOC-2026-0001"
}
],
"status" : "active",
"type" : [
{
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs",
"code" : "mserv-0001-00004"
}
],
"text" : "Treatment services"
}
],
"diagnosis" : [
{
"condition" : [
{
"reference" : {
🔗 "reference" : "Condition/example-tbc-diagnosis"
}
}
],
"use" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/encounter-diagnosis-use",
"code" : "final",
"display" : "Final"
}
]
}
}
],
"patient" : {
🔗 "reference" : "Patient/example-patient-john"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example-organization"
},
"period" : {
"start" : "2025-03-12",
"end" : "2025-09-12"
},
"careManager" : {
🔗 "reference" : "PractitionerRole/practitionerrole-001"
}
}