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 / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| 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
- Production
- Preview
curl -X GET https://fhir.netsmartcloud.com/uscore/v1/Binary/12345 \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"
curl -X GET https://fhirtest.netsmartcloud.com/uscore/v1/Binary/12345 \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"