FHIR Media Resource

A photo, video, or audio recording — used here to hold DICOM image data as base64-encoded attachments linked from DiagnosticReport. This page documents the Media resource as served by the mock.health synthetic FHIR R4 sandbox — 5 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 Media. Required elements are base FHIR cardinality; the rest are US Core must-support.

Notes

Each Media resource contains a single multi-frame DICOM file (all slices packed into one) as base64 in content.data. Media resources are linked from DiagnosticReport via the .media[].link field. Use GET /api/media/{id}/content to download raw DICOM bytes (application/dicom), or GET /api/media/{id}/render for a PNG preview.

Specification

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

Related diagnostics resources

DiagnosticReport · ImagingStudy · Observation · ServiceRequest · Specimen

API reference · Quickstart · USCDI compliance · SMART on FHIR