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