{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Attachment-ForThumbnail",
  "name": "Attachment-ForThumbnail",
  "title": "API Framework Attachment-ForThumbnail",
  "status": "active",
  "experimental": false,
  "description": "Describes a special kind of attachment that contains the data representing the thumbnail of another attachment.\r\nBy default maximum allowed size of the .data element is 100KB (but depends on FHIR repository implementation).",
  "fhirVersion": "3.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Attachment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Attachment.data",
        "path": "Attachment.data",
        "definition": "The actual data of the attachment - a sequence of bytes, represented using base64.\r\nBy default maximum allowed size of the .data element is 100KB (but depends on FHIR repository implementation).",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "max": "0"
      },
      {
        "id": "Attachment.title",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Attachment.title",
        "mustSupport": true
      }
    ]
  }
}