FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuz.dhp.core
Resource TypeDiagnosticReport
IdDiagnosticReport-uz-core-diagnostic-report-example.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: DiagnosticReport uz-core-diagnostic-report-example

CBC panel (Hematology)

SubjectУсманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
Relevant Time2026-02-06 10:30:00+0500
Reported2026-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 icon

Report Details

CodeValueFlagsRelevant TimeReported
CBC panelFinal2025-11-04 08:10:00+00002025-11-04 09:00:00+0000

Russian


Сгенерированный нарратив: DiagnosticReport uz-core-diagnostic-report-example

Профиль: UZ Core DiagnosticReport

CBC panel (Hematology)

ТемаУсманов Салим Салиевич 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 icon

Детали отчета

КодЗначениеФлагиКогда дляЖалоба
CBC panelFinal2025-11-04 08:10:00+00002025-11-04 09:00:00+0000

Uzbek


Generated Narrative: DiagnosticReport uz-core-diagnostic-report-example

CBC panel (Hematology)

SubjectУсманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)
Relevant Time2026-02-06 10:30:00+0500
Reported2026-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 icon

Report Details

CodeValueFlagsRelevant TimeReported
CBC panelFinal2025-11-04 08:10:00+00002025-11-04 09:00:00+0000

Source1

{
  "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"
    }
  ]
}