Binary
The Binary resource provides information "that represents the data of a single raw artifact as digital content accessible in its native format".
The Binary resource is used exclusively to retrieve exported files from the secure file server. This API cannot be used to directly access Binaries available on the Patient Access API. Only the files authorized for and included in the export will be included here.
Supported Profiles
This API supports the following FHIR profiles:
Operations
The Certified API Binary resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.
| CareRecord / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| GEHRIMED | - | Yes | - | - |
| myAvatar | - | Yes | - | - |
| myEvolv | - | Yes | - | - |
| myUnity | - | Yes | - | - |
| TheraOffice | - | Yes | - | - |
Read
This operation retrieves a completed export, including exported files and any error files.
Examples
- Production
- Preview
curl -X GET https://fhir.netsmartcloud.com/uscore/v1/bulk-data/Binary/3be98d63-bfeb-4a9f-9db7-7066400ac345 \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"
curl -X GET https://fhirtest.netsmartcloud.com/uscore/v1/bulk-data/Binary/3be98d63-bfeb-4a9f-9db7-7066400ac345 \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"