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" : "Specimen",
"id" : "specimen-example-blood",
"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: Specimen specimen-example-blood</b></p><a name=\"uz-specimen-example-blood\"> </a><a name=\"uz-hcspecimen-example-blood\"> </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>: Available</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0487 BLD}\">Whole blood</span></p><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</a></p><p><b>receivedTime</b>: 2025-11-04 08:30:00+0000</p><p><b>request</b>: <a href=\"ServiceRequest-example-cbc-order.html\">ServiceRequest CBC panel</a></p><p><b>role</b>: <span title=\"Codes:{http://hl7.org/fhir/specimen-role p}\">Patient</span></p><blockquote><p><b>collection</b></p><p><b>collector</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><p><b>collected</b>: 2025-11-04 08:10:00+0000</p><h3>Durations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td>5</td><td><a href=\"http://unitsofmeasure.org\">http://unitsofmeasure.org</a></td><td>min</td></tr></table><p><b>quantity</b>: 3 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemL = 'mL')</span></p><p><b>fastingStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0916 NF}\">The patient indicated they did not fast prior to the procedure.</span></p></blockquote><p><b>note</b>: </p><blockquote><div><p>Venous blood collected into EDTA tube. No visible hemolysis.</p>\n</div></blockquote></div>"
},
"status" : "available",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0487",
"code" : "BLD",
"display" : "Whole blood"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-salim"
},
"receivedTime" : "2025-11-04T08:30:00Z",
"request" : [
{
🔗 "reference" : "ServiceRequest/example-cbc-order"
}
],
"role" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/specimen-role",
"code" : "p",
"display" : "Patient"
}
]
}
],
"collection" : {
"collector" : {
🔗 "reference" : "Practitioner/example-practitioner"
},
"collectedDateTime" : "2025-11-04T08:10:00Z",
"duration" : {
"value" : 5,
"system" : "http://unitsofmeasure.org",
"code" : "min"
},
"quantity" : {
"value" : 3,
"unit" : "mL",
"system" : "http://unitsofmeasure.org",
"code" : "mL"
},
"fastingStatusCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0916",
"code" : "NF",
"display" : "The patient indicated they did not fast prior to the procedure."
}
]
}
},
"note" : [
{
"text" : "Venous blood collected into EDTA tube. No visible hemolysis."
}
]
}