FHIR ImagingStudy Resource

Metadata about a DICOM imaging study — modality, body site, series, and instance UIDs. Does not contain pixel data; actual images are in linked Media resources. This page documents the ImagingStudy resource as served by the mock.health synthetic FHIR R4 sandbox — 7 search parameters, US Core 6.1 profiling, and the elements accepted on write.

Endpoints

Search parameters

Write elements

Fields accepted when creating or updating a ImagingStudy. Required elements are base FHIR cardinality; the rest are US Core must-support.

Notes

ImagingStudy is metadata only — it contains DICOM UIDs, modality, and body site but not pixel data. To retrieve the actual image, follow the DiagnosticReport that references this study via .imagingStudy, then follow .media[].link to get the Media ID. Use GET /api/media/{id}/content to download raw DICOM bytes, or GET /api/media/{id}/render for a PNG preview.

Specification

Base definition: HL7 FHIR R4 ImagingStudy. Category: Diagnostics.

Related diagnostics resources

DiagnosticReport · Media · Observation · ServiceRequest · Specimen

API reference · Quickstart · USCDI compliance · SMART on FHIR