O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.4.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.4.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" : "ServiceRequest",
"id" : "example-cbc-order",
"language" : "uz",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-cbc-order</b></p><a name=\"uz-example-cbc-order\"> </a><a name=\"uz-hcexample-cbc-order\"> </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></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://terminology.dhp.uz/fhir/core/CodeSystem/observation-lab-research-codes-cs lab-A}\">CBC panel</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p><p><b>authoredOn</b>: 2025-11-04 08:00:00+0000</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><p><b>specimen</b>: <a href=\"Specimen-specimen-example-blood.html\">Specimen: status = available; type = Whole blood; receivedTime = 2025-11-04 08:30:00+0000; role = Patient; note = Venous blood collected into EDTA tube. No visible hemolysis.</a></p></div>"
},
"status" : "active",
"intent" : "order",
"code" : {
"concept" : {
"coding" : [
{
"system" : "https://terminology.dhp.uz/fhir/core/CodeSystem/observation-lab-research-codes-cs",
"code" : "lab-A",
"display" : "CBC panel"
}
]
}
},
"subject" : {
🔗 "reference" : "Patient/example-salim"
},
"authoredOn" : "2025-11-04T08:00:00Z",
"requester" : {
🔗 "reference" : "Practitioner/example-practitioner"
},
"specimen" : [
{
🔗 "reference" : "Specimen/specimen-example-blood"
}
]
}