Binary
A resource that 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.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/Binary| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/Binary/[id] |
| Vread | GET | /fhir/R5/Binary/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/Binary/[id] |
| Patch | PATCH | /fhir/R5/Binary/[id] |
| Delete | DELETE | /fhir/R5/Binary/[id] |
| Create | POST | /fhir/R5/Binary |
| Search | GET | /fhir/R5/Binary?... |
| History | GET | /fhir/R5/Binary/[id]/_history |
| Type-history | GET | /fhir/R5/Binary/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
contentType | code | 1..1 | MimeType of the binary content |
securityContext | Reference | 0..1 | Identifies another resource to use as proxy when enforcing access control |
data | base64Binary | 0..1 | The actual content |
Resource-specific search parameters
No resource-specific search parameters defined.
Reference
- Official FHIR R5 spec:
Binary - Maturity: Normative (FMM 5).