PackagesCanonicalsLogsProblems
    Packages
    xtehr.eu.ehds.models@1.0.0
    http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAttachment
{
  "description": "This model is for containing or referencing attachments - additional data content defined in other formats. The most common use of this type is to include images or reports in some report format such as PDF. However, it can be used for any data that has a MIME type.",
  "_filename": "StructureDefinition-EHDSAttachment.json",
  "package_name": "xtehr.eu.ehds.models",
  "date": "2026-04-13T14:09:30+02:00",
  "derivation": "specialization",
  "publisher": "Xt-EHR",
  "fhirVersion": "5.0.0",
  "name": "EHDSAttachment",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAttachment",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Attachment model",
  "package_version": "1.0.0",
  "snapshot": {
    "element": [ {
      "path": "EHDSAttachment",
      "min": 0,
      "definition": "This model is for containing or referencing attachments - additional data content defined in other formats. The most common use of this type is to include images or reports in some report format such as PDF. However, it can be used for any data that has a MIME type.",
      "isModifier": false,
      "short": "Attachment model",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "max": "*",
      "id": "EHDSAttachment",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Base"
      }
    }, {
      "path": "EHDSAttachment.contentType",
      "min": 0,
      "definition": "Mime type of the content, with charset etc.",
      "short": "Mime type of the content, with charset etc.",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "BCP-13"
      },
      "max": "1",
      "id": "EHDSAttachment.contentType",
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.contentType"
      }
    }, {
      "path": "EHDSAttachment.language",
      "min": 0,
      "definition": "Human language of the content",
      "short": "Human language of the content",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "BCP 47"
      },
      "max": "1",
      "id": "EHDSAttachment.language",
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.language"
      }
    }, {
      "id": "EHDSAttachment.data",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.data"
      },
      "path": "EHDSAttachment.data",
      "type": [ {
        "code": "base64Binary"
      } ],
      "short": "The actual data of the attachment - a sequence of bytes, base64 encoded.",
      "definition": "The actual data of the attachment - a sequence of bytes, base64 encoded."
    }, {
      "id": "EHDSAttachment.url",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.url"
      },
      "path": "EHDSAttachment.url",
      "type": [ {
        "code": "uri"
      } ],
      "short": "A location where the data can be accessed.",
      "definition": "A location where the data can be accessed."
    }, {
      "id": "EHDSAttachment.size",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.size"
      },
      "path": "EHDSAttachment.size",
      "type": [ {
        "code": "integer64"
      } ],
      "short": "The number of bytes of data that make up this attachment (before base64 encoding).",
      "definition": "The number of bytes of data that make up this attachment (before base64 encoding)."
    }, {
      "id": "EHDSAttachment.title",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.title"
      },
      "path": "EHDSAttachment.title",
      "type": [ {
        "code": "string"
      } ],
      "short": "A label or set of text to display in place of the data.",
      "definition": "A label or set of text to display in place of the data."
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "5.0.0"
    } ]
  },
  "status": "active",
  "language": "en",
  "id": "d91a813c-f2a1-4ef6-b872-3c5c72df3057",
  "kind": "logical",
  "url": "http://www.xt-ehr.eu/fhir/models/StructureDefinition/EHDSAttachment",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "EHDSAttachment",
      "path": "EHDSAttachment",
      "short": "Attachment model",
      "definition": "This model is for containing or referencing attachments - additional data content defined in other formats. The most common use of this type is to include images or reports in some report format such as PDF. However, it can be used for any data that has a MIME type."
    }, {
      "id": "EHDSAttachment.contentType",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.contentType",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Mime type of the content, with charset etc.",
      "binding": {
        "strength": "preferred",
        "description": "BCP-13"
      },
      "definition": "Mime type of the content, with charset etc."
    }, {
      "id": "EHDSAttachment.language",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.language",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "short": "Human language of the content",
      "binding": {
        "strength": "preferred",
        "description": "BCP 47"
      },
      "definition": "Human language of the content"
    }, {
      "id": "EHDSAttachment.data",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.data",
      "type": [ {
        "code": "base64Binary"
      } ],
      "short": "The actual data of the attachment - a sequence of bytes, base64 encoded.",
      "definition": "The actual data of the attachment - a sequence of bytes, base64 encoded."
    }, {
      "id": "EHDSAttachment.url",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.url",
      "type": [ {
        "code": "uri"
      } ],
      "short": "A location where the data can be accessed.",
      "definition": "A location where the data can be accessed."
    }, {
      "id": "EHDSAttachment.size",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.size",
      "type": [ {
        "code": "integer64"
      } ],
      "short": "The number of bytes of data that make up this attachment (before base64 encoding).",
      "definition": "The number of bytes of data that make up this attachment (before base64 encoding)."
    }, {
      "id": "EHDSAttachment.title",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.title",
      "type": [ {
        "code": "string"
      } ],
      "short": "A label or set of text to display in place of the data.",
      "definition": "A label or set of text to display in place of the data."
    } ]
  },
  "contact": [ {
    "name": "Xt-EHR",
    "telecom": [ {
      "value": "http://www.xt-ehr.eu/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}