PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.eu.imaging-r5@0.1.0-ballot
    https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAttachment
{
  "description": "C.7 - EHDS refined base model for This type 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": "hl7.fhir.eu.imaging-r5",
  "date": "2025-03-21T08:17:12+00:00",
  "derivation": "specialization",
  "publisher": "HL7 Europe",
  "fhirVersion": "5.0.0",
  "jurisdiction": [ {
    "coding": [ {
      "code": "150",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "Europe"
    } ]
  } ],
  "name": "EHDSAttachment",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAttachment",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Attachment model",
  "package_version": "0.1.0-ballot",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
    "valueCode": "can-be-target"
  } ],
  "snapshot": {
    "element": [ {
      "path": "EHDSAttachment",
      "min": 0,
      "definition": "C.7 - EHDS refined base model for This type 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": "C.7.1 - Content Type",
      "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": "C.7.2 - Language",
      "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": "C.7.3 - Data",
      "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": "C.7.4 - URL",
      "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": "C.7.5 - Size",
      "definition": "The number of bytes of data that make up this attachment (before base64 encoding)."
    }, {
      "id": "EHDSAttachment.hash",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.hash"
      },
      "path": "EHDSAttachment.hash",
      "type": [ {
        "code": "base64Binary"
      } ],
      "short": "C.7.6 - Hash",
      "definition": "The calculated hash of the data using SHA-1. Represented using base64."
    }, {
      "id": "EHDSAttachment.title",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.title"
      },
      "path": "EHDSAttachment.title",
      "type": [ {
        "code": "string"
      } ],
      "short": "C.7.7 - Title",
      "definition": "A label or set of text to display in place of the data."
    }, {
      "id": "EHDSAttachment.creationDate",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.creationDate"
      },
      "path": "EHDSAttachment.creationDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "C.7.8 - Creation date",
      "definition": "The date that the attachment was created."
    }, {
      "id": "EHDSAttachment.height",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.height"
      },
      "path": "EHDSAttachment.height",
      "type": [ {
        "code": "unsignedInt"
      } ],
      "short": "C.7.9 - Height",
      "definition": "Height of the image in pixels (photo/video)"
    }, {
      "id": "EHDSAttachment.width",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.width"
      },
      "path": "EHDSAttachment.width",
      "type": [ {
        "code": "unsignedInt"
      } ],
      "short": "C.7.10 - Width",
      "definition": "Width of the image in pixels (photo/video)"
    }, {
      "id": "EHDSAttachment.frames",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.frames"
      },
      "path": "EHDSAttachment.frames",
      "type": [ {
        "code": "unsignedInt"
      } ],
      "short": "C.7.11 - Frames",
      "definition": "Number of frames if > 1 (photo)"
    }, {
      "id": "EHDSAttachment.duration",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "EHDSAttachment.duration"
      },
      "path": "EHDSAttachment.duration",
      "type": [ {
        "code": "decimal"
      } ],
      "short": "C.7.12 - Duration",
      "definition": "Length in seconds (audio / video)"
    } ],
    "extension": [ {
      "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
      "valueString": "5.0.0"
    } ]
  },
  "status": "draft",
  "id": "6a71574d-955f-406f-8adf-efaef25f7b8f",
  "kind": "logical",
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAttachment",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "EHDSAttachment",
      "path": "EHDSAttachment",
      "short": "Attachment model",
      "definition": "C.7 - EHDS refined base model for This type 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": "C.7.1 - Content Type",
      "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": "C.7.2 - Language",
      "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": "C.7.3 - Data",
      "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": "C.7.4 - URL",
      "definition": "A location where the data can be accessed."
    }, {
      "id": "EHDSAttachment.size",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.size",
      "type": [ {
        "code": "integer64"
      } ],
      "short": "C.7.5 - Size",
      "definition": "The number of bytes of data that make up this attachment (before base64 encoding)."
    }, {
      "id": "EHDSAttachment.hash",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.hash",
      "type": [ {
        "code": "base64Binary"
      } ],
      "short": "C.7.6 - Hash",
      "definition": "The calculated hash of the data using SHA-1. Represented using base64."
    }, {
      "id": "EHDSAttachment.title",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.title",
      "type": [ {
        "code": "string"
      } ],
      "short": "C.7.7 - Title",
      "definition": "A label or set of text to display in place of the data."
    }, {
      "id": "EHDSAttachment.creationDate",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.creationDate",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "C.7.8 - Creation date",
      "definition": "The date that the attachment was created."
    }, {
      "id": "EHDSAttachment.height",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.height",
      "type": [ {
        "code": "unsignedInt"
      } ],
      "short": "C.7.9 - Height",
      "definition": "Height of the image in pixels (photo/video)"
    }, {
      "id": "EHDSAttachment.width",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.width",
      "type": [ {
        "code": "unsignedInt"
      } ],
      "short": "C.7.10 - Width",
      "definition": "Width of the image in pixels (photo/video)"
    }, {
      "id": "EHDSAttachment.frames",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.frames",
      "type": [ {
        "code": "unsignedInt"
      } ],
      "short": "C.7.11 - Frames",
      "definition": "Number of frames if > 1 (photo)"
    }, {
      "id": "EHDSAttachment.duration",
      "max": "1",
      "min": 0,
      "path": "EHDSAttachment.duration",
      "type": [ {
        "code": "decimal"
      } ],
      "short": "C.7.12 - Duration",
      "definition": "Length in seconds (audio / video)"
    } ]
  },
  "contact": [ {
    "name": "Xt-EHR",
    "telecom": [ {
      "value": "http://Xt-EHR.eu",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base"
}