Binary

Binary returns the file content of an uploaded file (order, parameter).

Query

Endpoint

GET <serveraddress>/fhir/Binary

Parameter

Parameter Query example Description
id <endpoint>/<id> the technical id of the file

Example

{
"resourceType": "Binary",
"id": "binary-example",
"contentType": "text/plain",
"data": "VGhpcyBpcyB0ZXN0IGRhdGEu"
}