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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeDiagnosticReport
IdDiagnosticReport-example-external-lab-report-text-only.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 example-external-lab-report-text-only

Special immunology assay reported by an external laboratory (Laboratory)

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-0003
Presented Form application/pdf @ http://example.org/fhir/Binary/external-lab-report-pdf icon

Report Details


Russian


Сгенерированный нарратив: DiagnosticReport example-external-lab-report-text-only

Профиль: UZ Core DiagnosticReport

Special immunology assay reported by an external laboratory (Laboratory)

ТемаУсманов Салим Салиевич 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-0003
Presented Form application/pdf @ http://example.org/fhir/Binary/external-lab-report-pdf icon

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


Uzbek


Generated Narrative: DiagnosticReport example-external-lab-report-text-only

Special immunology assay reported by an external laboratory (Laboratory)

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-0003
Presented Form application/pdf @ http://example.org/fhir/Binary/external-lab-report-pdf icon

Report Details


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "example-external-lab-report-text-only",
  "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-0003"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "text": "Special immunology assay reported by an external laboratory"
  },
  "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"
    }
  ]
}