Skip to main content

Binary

The Binary resource provides information "that represents the data of a single raw artifact as digital content accessible in its native format." (HL7 FHIR R4 Binary)

Supported Profiles

This API supports the following FHIR profiles:

Operations

The Certified API Provenance resource only supports the Read operation.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED-Yes--
myAvatar-Yes--
myEvolv-Yes--
myUnity-Yes--
TheraOffice-Yes--

Read

This operation retrieves a resource by its id specified in the path.

Read Examples

curl -X GET https://fhir.netsmartcloud.com/uscore/v1/Binary/12345 \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"