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.
GET https://api.mock.health/fhir/ImagingStudy — searchGET https://api.mock.health/fhir/ImagingStudy/{id} — read by logical idPOST https://api.mock.health/fhir/ImagingStudy — create (Pro)PUT https://api.mock.health/fhir/ImagingStudy/{id} — update (Pro)patient (reference) — required — Patient the study is aboutstatus (token) — registered | available | cancelled | entered-in-errormodality (token) — DICOM modality code (CT, MR, DX, US, etc.)bodysite (token) — SNOMED body site codestarted (date) — When the study was startedidentifier (token) — Study instance UID or other identifierencounter (reference) — Encounter during which the study was performedFields accepted when creating or updating a ImagingStudy. Required elements are base FHIR cardinality; the rest are US Core must-support.
status (code) — required — registered | available | cancelled | entered-in-errorsubject (Reference(Patient)) — required — Patient the imaging study is aboutseries.modality (Coding) — DICOM modality (CT, MR, DX, US, etc.) on each seriesstarted (dateTime) — Date/time the study startednumberOfSeries (unsignedInt) — Number of series in the studynumberOfInstances (unsignedInt) — Total number of instances across all seriesImagingStudy 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.
Base definition: HL7 FHIR R4 ImagingStudy. Category: Diagnostics.
DiagnosticReport · Media · Observation · ServiceRequest · Specimen
API reference · Quickstart · USCDI compliance · SMART on FHIR