{
  "resourceType": "StructureDefinition",
  "id": "AttachmentHealthApp",
  "url": "https://fhir.bfarm.de/StructureDefinition/AttachmentHealthApp",
  "version": "3.1.0-TEST",
  "name": "AttachmentHealthApp",
  "title": "Attachment for HealthApp",
  "status": "active",
  "description": "Attachment profile for HealthApp.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Attachment",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Attachment",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Attachment",
        "path": "Attachment",
        "mustSupport": true
      },
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.bfarm.de/ValueSet/HealthAppAttachment"
        }
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Attachment.title",
        "path": "Attachment.title",
        "mustSupport": true
      }
    ]
  }
}