{
  "resourceType": "StructureDefinition",
  "id": "de-attachment-image",
  "url": "https://fhir.icanbwell.com/4_0_0/StructureDefinition/de-attachment-image",
  "version": "1.0",
  "name": "AttachmentImage",
  "title": "Element: Attachment - image",
  "status": "active",
  "date": "2024-03-01",
  "publisher": "b.Well Connected Health",
  "description": "Any Attachment object describing a jpg image",
  "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",
        "short": "An image (jpg) attachment"
      },
      {
        "id": "Attachment.id",
        "path": "Attachment.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Attachment.contentType",
        "path": "Attachment.contentType",
        "min": 1,
        "fixedCode": "image/jpg",
        "mustSupport": true
      },
      {
        "id": "Attachment.url",
        "path": "Attachment.url",
        "short": "URL to image storage location",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Attachment.title",
        "path": "Attachment.title",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}