Binary
Binary
activeResource8 elementsv4.0.1
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.
Metadata
hl7.org/fhir- Canonical URL
- http://hl7.org/fhir/StructureDefinition/Binary
- ID
- Binary
- Type
- Base Definition
- Derivation
- specialization
- Publisher
- Health Level Seven International (FHIR Infrastructure)
- Version
- 4.0.1
- Purpose
- There are situations where it is useful or required to handle pure binary content using the same framework as other resources.
| Path | Card. | Type | Description |
|---|---|---|---|
Binary | 0..* | Pure binary content defined by a format other than FHIR | |
id | 0..1 | string | Logical id of this artifact |
meta | 0..1 | Metadata about the resource | |
implicitRules | 0..1 | uri | A set of rules under which this content was created |
language | 0..1 | code | Language of the resource contentpreferred: languages |
contentType | 1..1 | code | MimeType of the binary contentrequired: mimetypes |
securityContext | 0..1 | Identifies another resource to use as proxy when enforcing access control | |
data | 0..1 | base64Binary | The actual content |