Skip to main content

R4 Binary

The Binary resource represents "the data of a single raw artifact as digital content accessible in its native format. A Binary resource can contain any content, whether text, image, pdf, zip archive, etc." (HL7 FHIR R4 Binary)

Supported Profiles

This API supports the following FHIR profiles:

Operations

The General Purpose FHIR R4 Binary resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED-Yes--
myAvatar-Yes--
myEvolv-Yes--
myUnity-Yes--
Referral Manager----

Read

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

Read Examples

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