Media REST Endpoints
Description
This topic describes information for the Media resource.
Overview
Note:
The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.The Media resource represents a photo, video, or audio recording acquired or used in healthcare. In the Oracle Health EHR platform, the content of the resource is provided inline as a Base64-encoded string in the Media.content.data field.
This resource is currently referenced in the DiagnosticReport resource. Oracle recommends requesting Media resources only after obtaining links to the resources through references from DiagnosticReport; starting a workflow directly with Media resources is not recommended.
Profile Support
US Core 6.1.0 does not define a standalone Media profile. Media content is retrieved from references in the US Core DiagnosticReport Profile for Report and Note Exchange from the HL7 FHIR US Core Implementation Guide STU 6.1.0.
Note:
The examples provided here are nonnormative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Returned Fields
Terminology Bindings
| Element | Description | Details |
|---|---|---|
Media.status |
The current state of the Media resource. | EventStatus |
Media.content.contentType |
Identifies the MIME type of the media attachment. | Mime Types |
- Get media by ID
- Method: getPath:
/Media/{id}