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