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

FHIR IG analytics

Packagehl7.fhir.us.health-care-surveys-reporting
Resource TypeDiagnosticReport
IdDiagnosticReport-diagnosticreport-note-example.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 diagnosticreport-note-example

XR Chest PA and Lateral (Radiology)

SubjectDominique Ledner Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
When For2025-01-02 10:00:00+0000
Reported2025-01-02 11:30:00+0000
Performer Practitioner Joseph P Nichols (official)

Report Details

CodeValueFlagsWhen ForReported
Radiology Study observation (narrative)LINES AND TUBES: None. LUNGS AND PLEURA: Clear lungs. Normal pulmonary vascularity. No pleural effusion. No pneumothorax. HEART, MEDIASTINUM AND HILA: Heart is normal in size. Normal mediastinal and hilar contour. BONES AND SOFT TISSUES: No acute abnormality.Final2025-01-022025-01-02 10:30:00+0000

No acute radiographic abnormality


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "diagnosticreport-note-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-diagnosticreport-note|6.1.0"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LP29684-5",
          "display": "Radiology"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "42272-5",
        "display": "XR Chest PA and Lateral"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-ledner"
  },
  "encounter": {
    "reference": "Encounter/encounter-ambulatory"
  },
  "effectiveDateTime": "2025-01-02T10:00:00Z",
  "issued": "2025-01-02T11:30:00Z",
  "performer": [
    {
      "reference": "Practitioner/practitioner-nichols"
    }
  ],
  "result": [
    {
      "reference": "Observation/observation-clinical-result-xray-example"
    }
  ],
  "conclusion": "No acute radiographic abnormality"
}