Единая платформа цифрового здравоохранения Узбекистана
0.5.0 - ci-build Uzbekistan флаг

Uzbekistan Digital Health Platform - Локальная сборка (v0.5.0), построенная FHIR (HL7® FHIR® Стандартные инструменты сборки. Смотрите каталог опубликованных версий

: UZ Core DiagnosticReport Example

Сырой json | Скачать

{
  "resourceType" : "DiagnosticReport",
  "id" : "uz-core-diagnostic-report-example",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-diagnostic-report"
    ]
  },
  "language" : "ru",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: DiagnosticReport uz-core-diagnostic-report-example</b></p><a name=\"ru-uz-core-diagnostic-report-example\"> </a><a name=\"ru-hcuz-core-diagnostic-report-example\"> </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\"/><p style=\"margin-bottom: 0px\">Профиль: <a href=\"StructureDefinition-uz-core-diagnostic-report.html\">UZ Core DiagnosticReport</a></p></div><h2><span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/lab-report-types-cs lab-rep-01}\">CBC panel</span> (<span title=\"Коды:{http://terminology.hl7.org/CodeSystem/v2-0074 HM}\">Hematology</span>) </h2><table class=\"grid\"><tr><td>Тема</td><td>Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)</td></tr><tr><td>Когда для</td><td>2026-02-06 10:30:00+0500</td></tr><tr><td>Жалоба</td><td>2026-02-06 11:00:00+0500</td></tr><tr><td>Исполнитель</td><td> <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></td></tr><tr><td>Identifier</td><td> <a href=\"NamingSystem-diagnostic-report-id.html\" title=\"Naming system defining the identifier assigned to diagnostic reports within Uzbekistan’s national health information exchange. This identifier ensures uniqueness of laboratory and clinical diagnostic reports and supports interoperability across healthcare providers, laboratories, and national registries.\">UzbekistanDiagnosticReportIdSystem</a>/DR-2026-0001</td></tr></table><p><b>Детали отчета</b></p><table class=\"grid\"><tr><td><b>Код</b></td><td><b>Значение</b></td><td><b>Флаги</b></td><td><b>Когда для</b></td><td><b>Жалоба</b></td></tr><tr><td><a href=\"Observation-cbc-panel-example.html\"><span title=\"Коды:{https://terminology.dhp.uz/fhir/core/CodeSystem/lab-pan-cs lab-pan-E}\">CBC panel</span></a></td><td/><td>Final</td><td>2025-11-04 08:10:00+0000</td><td>2025-11-04 09:00:00+0000</td></tr></table></div>"
  },
  "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"
    }
  ]
}