PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/StructureDefinition/Binary
description: Base StructureDefinition for Binary Resource
package_name: hl7.fhir.core
derivation: specialization
name: Binary
type: Binary
elements:
  contentType: {short: MimeType of the binary content, type: code, isSummary: true, index: 0}
  securityContext:
    short: Access Control Management
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    isSummary: true
    index: 1
  content: {type: base64Binary, short: The actual content, comments: 'If the content type is itself base64 encoding, then this will be base64 encoded twice - what is created by un-base64ing the content must be the specified content type.', index: 2}
package_version: 1.8.0
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Binary
base: http://hl7.org/fhir/StructureDefinition/Resource
version: null
required: [content, contentType]