O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.5.0 - ci-build Uzbekistan bayroqcha

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.5.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

: UZ Core DiagnosticReport Example - External Report Type (coded)

Raw json | Yuklab olish

{
  "resourceType" : "DiagnosticReport",
  "id" : "example-external-lab-report-coded",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-diagnostic-report"
    ]
  },
  "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: DiagnosticReport example-external-lab-report-coded</b></p><a name=\"uz-example-external-lab-report-coded\"> </a><a name=\"uz-hcexample-external-lab-report-coded\"> </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\">Profile: <a href=\"StructureDefinition-uz-core-diagnostic-report.html\">UZ Core DiagnosticReport</a></p></div><h2><span title=\"Codes:{http://example.org/fhir/CodeSystem/lab-report-type AUR-0142}\">Special immunology assay reported by Aurora LIS</span> (<span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0074 LAB}\">Laboratory</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)</td></tr><tr><td>When For</td><td>2026-02-06 10:30:00+0500</td></tr><tr><td>Reported</td><td>2026-02-06 11:00:00+0500</td></tr><tr><td>Performer</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-0002</td></tr></table><p><b>Report Details</b></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://terminology.dhp.uz/fhir/core/NamingSystem/diagnostic-report-id",
      "value" : "DR-2026-0002"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code" : "LAB",
          "display" : "Laboratory"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://example.org/fhir/CodeSystem/lab-report-type",
        "code" : "AUR-0142",
        "display" : "Maxsus immunologik tahlil"
      }
    ],
    "text" : "Special immunology assay reported by Aurora LIS"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-salim"
  },
  "effectiveDateTime" : "2026-02-06T10:30:00+05:00",
  "issued" : "2026-02-06T11:00:00+05:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/example-practitioner"
    }
  ],
  "presentedForm" : [
    {
      "contentType" : "application/pdf",
      "url" : "http://example.org/fhir/Binary/external-lab-report-pdf",
      "title" : "External laboratory report"
    }
  ]
}