Uzbekistan Digital Health Platform
0.3.0 -
Uzbekistan Digital Health Platform, published by Uzinfocom LLC. This guide is not an authorized publication; it is the continuous build for version 0.3.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" : "EpisodeOfCare",
"id" : "UZCoreEpisodeOfCare-Example",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-episodeofcare"
]
},
"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: EpisodeOfCare UZCoreEpisodeOfCare-Example</b></p><a name=\"UZCoreEpisodeOfCare-Example\"> </a><a name=\"hcUZCoreEpisodeOfCare-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><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-episodeofcare.html\">UZ Core EpisodeOfCare</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-episodeofcare-identifier.html\" title=\"Identifier system used for EpisodeOfCare resources within the Uzbekistan DHP context.\">UzDhpEpisodeOfCareIdentifier</a>/EOC-2025-0001</p><p><b>status</b>: Active</p><h3>StatusHistories</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Status</b></td><td><b>Period</b></td></tr><tr><td style=\"display: none\">*</td><td>Planned</td><td>2025-07-28 --> 2025-08-01</td></tr></table><p><b>type</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs mserv-0001-00001}\">Preventive services</span></p><blockquote><p><b>reason</b></p><p><b>use</b>: <span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-reason-use-cs mserv-0002-00002}\">Preventive visit</span></p><h3>Values</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-headache.html\">Condition Headache</a></td></tr></table></blockquote><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-headache.html\">Condition Headache</a></td></tr></table><p><b>use</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/diagnosis-role DD}\">Primary diagnosis</span></p></blockquote><p><b>patient</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier: UzbekistanNationalUniqueIdSystem#30211975910033)</a></p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Republican Oncology Center</a></p><p><b>period</b>: 2025-08-01 --> (ongoing)</p><p><b>careManager</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p></div>"
},
"identifier" : [
{
"system" : "http://dhp.uz/ids/episode-of-care",
"value" : "EOC-2025-0001"
}
],
"status" : "active",
"statusHistory" : [
{
"status" : "planned",
"period" : {
"start" : "2025-07-28",
"end" : "2025-08-01"
}
}
],
"type" : [
{
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-type-cs",
"code" : "mserv-0001-00001"
}
],
"text" : "Preventive services"
}
],
"reason" : [
{
"use" : {
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/episode-of-care-reason-use-cs",
"code" : "mserv-0002-00002"
}
],
"text" : "Preventive visit"
},
"value" : [
{
"reference" : {
🔗 "reference" : "Condition/example-headache"
}
}
]
}
],
"diagnosis" : [
{
"condition" : [
{
"reference" : {
🔗 "reference" : "Condition/example-headache"
}
}
],
"use" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/diagnosis-role",
"code" : "DD"
}
],
"text" : "Primary diagnosis"
}
}
],
"patient" : {
🔗 "reference" : "Patient/example-salim"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example-organization"
},
"period" : {
"start" : "2025-08-01"
},
"careManager" : {
🔗 "reference" : "Practitioner/example-practitioner"
}
}