FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | DiagnosticReport |
| Id | DiagnosticReport-uz-core-diagnostic-report-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: DiagnosticReport uz-core-diagnostic-report-example
Profile: UZ Core DiagnosticReport
| Subject | Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier) |
| Relevant Time | 2026-02-06 10:30:00+0500 |
| Reported | 2026-02-06 11:00:00+0500 |
| Performer | Practitioner Test Test Test(official) |
| Identifier | UzbekistanDiagnosticReportIdSystem/DR-2026-0001 |
| Presented Form | application/pdf @ http://example.org/fhir/Binary/cbc-report-pdf ![]() |
Report Details
| Code | Value | Flags | Relevant Time | Reported |
| CBC panel | Final | 2025-11-04 08:10:00+0000 | 2025-11-04 09:00:00+0000 |
Russian
Сгенерированный нарратив: DiagnosticReport uz-core-diagnostic-report-example
Профиль: UZ Core DiagnosticReport
| Тема | Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier) |
| Когда для | 2026-02-06 10:30:00+0500 |
| Жалоба | 2026-02-06 11:00:00+0500 |
| Исполнитель | Practitioner Test Test Test(official) |
| Identifier | UzbekistanDiagnosticReportIdSystem/DR-2026-0001 |
| Presented Form | application/pdf @ http://example.org/fhir/Binary/cbc-report-pdf ![]() |
Детали отчета
| Код | Значение | Флаги | Когда для | Жалоба |
| CBC panel | Final | 2025-11-04 08:10:00+0000 | 2025-11-04 09:00:00+0000 |
Uzbek
Generated Narrative: DiagnosticReport uz-core-diagnostic-report-example
Profile: UZ Core DiagnosticReport
| Subject | Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier) |
| Relevant Time | 2026-02-06 10:30:00+0500 |
| Reported | 2026-02-06 11:00:00+0500 |
| Performer | Practitioner Test Test Test(official) |
| Identifier | UzbekistanDiagnosticReportIdSystem/DR-2026-0001 |
| Presented Form | application/pdf @ http://example.org/fhir/Binary/cbc-report-pdf ![]() |
Report Details
| Code | Value | Flags | Relevant Time | Reported |
| CBC panel | Final | 2025-11-04 08:10:00+0000 | 2025-11-04 09:00:00+0000 |
{
"resourceType": "DiagnosticReport",
"id": "uz-core-diagnostic-report-example",
"meta": {
"profile": [
"https://dhp.uz/fhir/core/StructureDefinition/uz-core-diagnostic-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://terminology.dhp.uz/fhir/core/NamingSystem/diagnostic-report-id",
"value": "DR-2026-0001"
}
],
"basedOn": [
{
"reference": "ServiceRequest/example-cbc-order"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0074",
"code": "HM",
"display": "Hematology"
}
]
}
],
"code": {
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/lab-report-types-cs",
"code": "lab-rep-01",
"display": "CBC panel"
}
]
},
"subject": {
"reference": "Patient/example-salim"
},
"encounter": {
"reference": "Encounter/example-encounter"
},
"effectiveDateTime": "2026-02-06T10:30:00+05:00",
"issued": "2026-02-06T11:00:00+05:00",
"performer": [
{
"reference": "Practitioner/example-practitioner"
}
],
"specimen": [
{
"reference": "Specimen/example-specimen-blood-cbc"
}
],
"result": [
{
"reference": "Observation/cbc-panel-example"
}
],
"presentedForm": [
{
"contentType": "application/pdf",
"url": "http://example.org/fhir/Binary/cbc-report-pdf",
"title": "Complete Blood Count report"
}
]
}