description: This model is for containing or referencing attachments - additional data content defined in other formats. The most common use of this type is to include images or reports in some report format such as PDF. However, it can be used for any data that has a MIME type. package_name: xtehr.eu.ehds.models derivation: specialization name: EHDSAttachment type: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAttachment elements: contentType: {type: CodeableConcept, short: 'Mime type of the content, with charset etc.', index: 0} language: {type: CodeableConcept, short: Human language of the content, index: 1} data: {type: base64Binary, short: 'The actual data of the attachment - a sequence of bytes, base64 encoded.', index: 2} url: {type: uri, short: A location where the data can be accessed., index: 3} size: {type: integer64, short: The number of bytes of data that make up this attachment (before base64 encoding)., index: 4} title: {type: string, short: A label or set of text to display in place of the data., index: 5} package_version: 1.0.0 class: logical kind: logical url: http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAttachment base: http://hl7.org/fhir/StructureDefinition/Base version: 1.0.0