http://hl7.org/fhir/StructureDefinition/Attachment|5.0.0

Attachment Type: For referring to data content defined in other formats.
description: 'Attachment Type: For referring to data content defined in other formats.'
derivation: specialization
name: Attachment
type: Attachment
elements:
  creation: {short: Date attachment was first created, isSummary: true, index: 7}
  hash: {short: 'Hash of the data (sha-1, base64ed)', isSummary: true, index: 5}
  frames: {short: Number of frames if > 1 (photo), index: 10}
  width: {short: Width of the image in pixels (photo/video), index: 9}
  duration: {short: Length in seconds (audio / video), index: 11}
  size: {short: Number of bytes of content (if url provided), isSummary: true, index: 4}
  title: {short: Label to display in place of the data, isSummary: true, index: 6}
  pages: {short: Number of printed pages, index: 12}
  language:
    short: Human language of the content (BCP-47)
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/all-languages|5.0.0'}
    isSummary: true
    index: 1
  url: {short: Uri where the data can be found, isSummary: true, index: 3}
  contentType:
    short: Mime type of the content, with charset etc.
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/mimetypes|5.0.0'}
    isSummary: true
    index: 0
  height: {short: Height of the image in pixels (photo/video), index: 8}
  data: {short: 'Data inline, base64ed', index: 2}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/Attachment
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 5.0.0