Skip to main content

Binary Access Read Operation

OPERATION: GET [base]/Binary/[id]/$binary-access-read

This operation is used to retrieve an exported file directly rather than inside a FHIR Binary resource.

Examples

Via GET

curl -X GET 'https://fhir.netsmartcloud.com/uscore/v1/bulk-data/Binary/1bf21720-d89a-4b10-ac2a-ac1325106302/$binary-access-read' \ 
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"

Via POST

curl -X POST 'https://fhir.netsmartcloud.com/uscore/v1/bulk-data/Binary/8329da41-9fde-4404-ad98-5741cf559182/$binary-access-read' \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json"