Uzbekistan Digital Health Platform
0.5.0 - ci-build
UZ
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" : "Procedure",
"id" : "example-procedure",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-procedure"
]
},
"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: Procedure example-procedure</b></p><a name=\"example-procedure\"> </a><a name=\"hcexample-procedure\"> </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-procedure.html\">UZ Core Procedure</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-uzb-mis-dmed.html\" title=\"Naming system for clinical record identifiers (e.g., procedure, encounter, observation IDs) issued by the Uzbekistan Medical Information System (MIS) at https://mis.dmed.uz.\">UzbekistanMedicalInformationSystem</a>/proc-0001</p><p><b>basedOn</b>: <a href=\"CarePlan-example-careplan.html\">CarePlan #1</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:\">Physical therapy procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 386438000}\">Therapeutic massage of right foot</span></p><p><b>subject</b>: <a href=\"Patient-example-david.html\">David Davidov</a></p><p><b>encounter</b>: <a href=\"Encounter-example-encounter.html\">Outpatient Visit</a></p><p><b>occurrence</b>: 2025-05-15 08:00:00+0000 --> 2025-05-15 10:00:00+0000</p><p><b>recorded</b>: 2025-05-19 09:30:00+0000</p><p><b>recorder</b>: <a href=\"PractitionerRole-example-practitionerrole.html\">PractitionerRole Vrach ginekolog</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-example-practitioner.html\">Paul Ivanov, PT</a></td></tr></table><p><b>location</b>: <a href=\"Location-example-location.html\">Toshkent shahar 1-sonli shifoxona</a></p><h3>Reasons</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-disability.html\">Aching right foot</a></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 7769000}\">Right foot</span></p><p><b>outcome</b>: <span title=\"Codes:{http://snomed.info/sct 385669000}\">Successful</span></p><p><b>note</b>: </p><blockquote><div><p>Therapeutic massage of the right foot completed according to the care plan. No adverse reactions noted.</p>\n</div></blockquote><h3>Useds</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=\"Medication-example-medication.html\">Medication: identifier = medic-001</a></td></tr></table></div>"
},
"identifier" : [
{
"system" : "https://mis.dmed.uz",
"value" : "proc-0001"
}
],
"basedOn" : [
{
🔗 "reference" : "CarePlan/example-careplan",
"display" : "CarePlan #1"
}
],
"status" : "completed",
"category" : [
{
"text" : "Physical therapy procedure"
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "386438000",
"display" : "Simple massage"
}
],
"text" : "Therapeutic massage of right foot"
},
"subject" : {
🔗 "reference" : "Patient/example-david",
"display" : "David Davidov"
},
"encounter" : {
🔗 "reference" : "Encounter/example-encounter",
"display" : "Outpatient Visit"
},
"occurrencePeriod" : {
"start" : "2025-05-15T08:00:00Z",
"end" : "2025-05-15T10:00:00Z"
},
"recorded" : "2025-05-19T09:30:00Z",
"recorder" : {
🔗 "reference" : "PractitionerRole/example-practitionerrole"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/example-practitioner",
"display" : "Paul Ivanov, PT"
}
}
],
"location" : {
🔗 "reference" : "Location/example-location",
"display" : "Toshkent shahar 1-sonli shifoxona"
},
"reason" : [
{
"reference" : {
🔗 "reference" : "Condition/example-disability",
"display" : "Aching right foot"
}
}
],
"bodySite" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "7769000",
"display" : "Right foot"
}
]
}
],
"outcome" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "385669000",
"display" : "Successful"
}
]
},
"note" : [
{
"text" : "Therapeutic massage of the right foot completed according to the care plan. No adverse reactions noted."
}
],
"used" : [
{
"reference" : {
🔗 "reference" : "Medication/example-medication"
}
}
]
}