{
  "resourceType": "StructureDefinition",
  "id": "Attachment",
  "url": "https://fhir.centraxx.de/StructureDefinition/AttachmentBinaryFile",
  "version": "2025.4.0",
  "name": "AttachmentBinaryFile",
  "status": "active",
  "publisher": "Kairos an IQVIA business",
  "description": "Represents a CentraXX BinaryFile Attachment",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Attachment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Attachment.language",
        "path": "Attachment.language",
        "min": 0,
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Attachment.data",
        "path": "Attachment.data",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "min": 0,
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Attachment.size",
        "path": "Attachment.size",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Attachment.hash",
        "path": "Attachment.hash",
        "min": 0,
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "Attachment.title",
        "path": "Attachment.title",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Attachment.creation",
        "path": "Attachment.creation",
        "min": 1,
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}