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

FHIR IG analytics

Packagelt.hl7.fhir.lung
Resource TypeImagingStudy
IdImagingStudy-example-imaging-study-ldct.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: ImagingStudy example-imaging-study-ldct

Language: en

status: Available

modality: Computed Tomography

subject: Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)

started: 2025-11-20 14:30:00+0000


Lithuanian


Generated Narrative: ImagingStudy example-imaging-study-ldct

Language: en

status: Available

modality: Computed Tomography

subject: Jonas Pavardenis Male, DoB: 1990-01-01 ( https://hl7.lt/fhir/sid/lt-patient-pid#39001010001)

started: 2025-11-20 14:30:00+0000


Source1

{
  "resourceType": "ImagingStudy",
  "id": "example-imaging-study-ldct",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "available",
  "modality": [
    {
      "coding": [
        {
          "system": "http://dicom.nema.org/resources/ontology/DCM",
          "code": "CT",
          "display": "Computed Tomography"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/example-patient-male"
  },
  "started": "2025-11-20T14:30:00Z"
}