PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.examples@3.0.2
    http://hl7.org/fhir/StructureDefinition/Binary
description: Base StructureDefinition for Binary Resource
package_name: hl7.fhir.r3.examples
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, index: 2}
package_version: 3.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Binary
base: http://hl7.org/fhir/StructureDefinition/Resource
version: null
required: [content, contentType]