FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-UZCoreServiceRequestLab-Example01.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: ServiceRequest UZCoreServiceRequestLab-Example01
Profile: UZ Core ServiceRequest Laboratory
Payment Type: Free
status: Active
intent: Order
doNotPerform: false
| Concept |
| CBC panel |
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
occurrence: 2026-01-16 09:30:00+0500
authoredOn: 2026-01-16 09:10:00+0500
requester: Practitioner Test Test Test(official)
performer: Organization Toshkent viloyati yuqumli kasalliklar shifoxonasi
note:
Please perform CBC urgently.
Russian
Сгенерированный нарратив: ServiceRequest UZCoreServiceRequestLab-Example01
Профиль: UZ Core ServiceRequest Laboratory
Payment Type: Free
status: Active
intent: Order
doNotPerform: false
| Concept |
| CBC panel |
subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)
occurrence: 2026-01-16 09:30:00+0500
authoredOn: 2026-01-16 09:10:00+0500
requester: Practitioner Test Test Test(official)
performer: Organization Ташкентская областная инфекционная больница
note:
Please perform CBC urgently.
Uzbek
Generated Narrative: ServiceRequest UZCoreServiceRequestLab-Example01
Profile: UZ Core ServiceRequest Laboratory
Payment Type: Free
status: Active
intent: Order
doNotPerform: false
| Concept |
| CBC panel |
subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
occurrence: 2026-01-16 09:30:00+0500
authoredOn: 2026-01-16 09:10:00+0500
requester: Practitioner Test Test Test(official)
performer: Organization Toshkent viloyati yuqumli kasalliklar shifoxonasi
note:
Please perform CBC urgently.
{
"resourceType": "ServiceRequest",
"id": "UZCoreServiceRequestLab-Example01",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-servicerequest-laboratory"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://dhp.uz/fhir/core/StructureDefinition/payment-type",
"valueCodeableConcept": {
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/payment-type-cs",
"code": "paytype-0001-0001",
"display": "Free"
}
]
}
}
],
"status": "active",
"intent": "order",
"doNotPerform": false,
"code": {
"concept": {
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/lab-pan-cs",
"code": "lab-pan-E",
"display": "CBC panel"
}
]
}
},
"subject": {
"reference": "Patient/example-salim"
},
"encounter": {
"reference": "Encounter/example-encounter"
},
"occurrenceDateTime": "2026-01-16T09:30:00+05:00",
"authoredOn": "2026-01-16T09:10:00+05:00",
"requester": {
"reference": "Practitioner/example-practitioner"
},
"performer": [
{
"reference": "Organization/tashkent-diseases-hospital"
}
],
"specimen": [
{
"reference": "Specimen/example-specimen-blood-cbc"
}
],
"note": [
{
"text": "Please perform CBC urgently."
}
]
}