http://hl7.org/fhir/StructureDefinition/Binary|5.0.0

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.
description: 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.
derivation: specialization
name: Binary
type: Binary
elements:
  contentType:
    isModifier: false
    short: MimeType of the binary content
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/mimetypes|5.0.0'}
    isSummary: true
    index: 0
  securityContext: {isModifier: false, short: Identifies another resource to use as proxy when enforcing access control, mustSupport: false, isSummary: true, index: 1}
  data: {isModifier: false, short: The actual content, mustSupport: false, isSummary: false, index: 2}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Binary
base: http://hl7.org/fhir/StructureDefinition/Resource
version: 5.0.0
required: [contentType]