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

FHIR IG analytics

Packagefhir.mamaToto
Resource TypeDiagnosticReport
IdDiagnosticReport-ExampleDiagnosticReport.json
FHIR VersionR4

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

Generated Narrative: DiagnosticReport ExampleDiagnosticReport

Complete blood count (CBC) panel (Laboratory)

SubjectUnable to get Patient Details
Relevant Time2025-03-10 08:30:00+0000
Performer Practitioner/example
Identifier http://hospital.org/diagnostic-reports/DR-98765

Report Details


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ExampleDiagnosticReport",
  "meta": {
    "profile": [
      "http://example.org/StructureDefinition/DiagnosticReportProfile"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hospital.org/diagnostic-reports",
      "value": "DR-98765"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2",
        "display": "Complete blood count (CBC) panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "effectiveDateTime": "2025-03-10T08:30:00Z",
  "performer": [
    {
      "reference": "Practitioner/example"
    }
  ],
  "specimen": [
    {
      "reference": "Specimen/example"
    }
  ]
}