{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.synapxe.sg/StructureDefinition/profile-attachment",
  "name": "Attachment",
  "status": "active",
  "fhirVersion": "5.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "Attachment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Attachment.id",
        "path": "Attachment.id",
        "max": "0"
      },
      {
        "id": "Attachment.extension",
        "path": "Attachment.extension",
        "max": "0"
      },
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "min": 1
      },
      {
        "id": "Attachment.language",
        "path": "Attachment.language",
        "min": 1
      },
      {
        "id": "Attachment.data",
        "path": "Attachment.data",
        "min": 1
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "max": "0"
      },
      {
        "id": "Attachment.size",
        "path": "Attachment.size",
        "min": 1
      },
      {
        "id": "Attachment.hash",
        "path": "Attachment.hash",
        "max": "0"
      },
      {
        "id": "Attachment.title",
        "path": "Attachment.title",
        "min": 1
      },
      {
        "id": "Attachment.creation",
        "path": "Attachment.creation",
        "max": "0"
      },
      {
        "id": "Attachment.height",
        "path": "Attachment.height",
        "max": "0"
      },
      {
        "id": "Attachment.width",
        "path": "Attachment.width",
        "max": "0"
      },
      {
        "id": "Attachment.frames",
        "path": "Attachment.frames",
        "max": "0"
      },
      {
        "id": "Attachment.duration",
        "path": "Attachment.duration",
        "max": "0"
      },
      {
        "id": "Attachment.pages",
        "path": "Attachment.pages",
        "max": "0"
      }
    ]
  }
}