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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypeImagingStudy
IdImagingStudy-ImagingCT.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: ImagingStudy ImagingCT

identifier: DICOM Unique Id/urn:oid:1.2.4.7.6.1.35921.32671128.2255.7333 (use: official, )

status: Available

modality: DICOM: CT (Computed Tomography)

subject: Petra Meier Female, DoB: 1992-03-26 ( Medical record number)

started: 2025-12-18

numberOfSeries: 1

description: CT Scan Right Knee


Source1

{
  "resourceType": "ImagingStudy",
  "id": "ImagingCT",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:dicom:uid",
      "value": "urn:oid:1.2.4.7.6.1.35921.32671128.2255.7333"
    }
  ],
  "status": "available",
  "modality": [
    {
      "system": "http://dicom.nema.org/resources/ontology/DCM",
      "code": "CT"
    }
  ],
  "subject": {
    "reference": "Patient/PetraMeier"
  },
  "started": "2025-12-18",
  "numberOfSeries": 1,
  "description": "CT Scan Right Knee"
}