description: Base StructureDefinition for Binary Resource package_name: hl7.fhir.r2b.core derivation: specialization name: Binary type: null elements: contentType: isModifier: false short: MimeType of the binary content index: 0 type: code mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Binary.contentType} isSummary: true content: isModifier: false short: The actual content index: 1 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. type: base64Binary mustSupport: false maxLength: 0 base: {max: '1', min: 0, path: Binary.content} isSummary: true package_version: 1.4.0 class: resource kind: resource url: http://hl7.org/fhir/StructureDefinition/Binary base: http://hl7.org/fhir/StructureDefinition/Resource version: null required: [content, contentType]