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

Base StructureDefinition for Attachment Type: For referring to data content defined in other formats.
description: 'Base StructureDefinition for Attachment Type: For referring to data content defined in other formats.'
derivation: specialization
name: Attachment
type: Attachment
elements:
  contentType:
    short: Mime type of the content, with charset etc.
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/mimetypes|4.0.1'}
    isSummary: true
    index: 0
  language:
    short: Human language of the content (BCP-47)
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/languages'}
    isSummary: true
    index: 1
  data: {short: 'Data inline, base64ed', index: 2}
  url: {short: Uri where the data can be found, isSummary: true, index: 3}
  size: {short: Number of bytes of content (if url provided), isSummary: true, index: 4}
  hash: {short: 'Hash of the data (sha-1, base64ed)', isSummary: true, index: 5}
  title: {short: Label to display in place of the data, isSummary: true, index: 6}
  creation: {short: Date attachment was first created, isSummary: true, index: 7}
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/Attachment
base: http://hl7.org/fhir/StructureDefinition/Element
version: 4.0.1