HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSAttachmentMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-06 | Computable Name: EHDSAttachmentMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSAttachment
The figure below presents the XtEHR Imaging Logical Model DataSet representation and the FHIR profiles it maps to. For each FHIR profile the impacted fields are listed.
classDiagram
direction LR
class EHDSAttachment {
  <<XtEHR dataset>>
  contentType
  language
  data
  url
  size
  hash
  title
  creationDate
  height
  width
  frames
  duration
}
link EHDSAttachment "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSAttachment.html"
class EuAttachment{
  <<FHIR>>
  contentType
  language
  data
  url
  size
  hash
  title
  creation
  height
  width
  frames
  duration
}
EHDSAttachment --> EuAttachment
Mapping from Attachment model to (not specified)
Group 1 Mapping from Attachment model to Attachment
| Source Code | Relationship | Target Code | Comment | 
| contentType | is broader than | contentType (C.7.1 - Content Type) | FHIR requires binding. | 
| language | is equivalent to | language (C.7.2 - Language) | |
| data | is equivalent to | data (C.7.3 - Data) | |
| url | is equivalent to | url (C.7.4 - URL) | |
| size | is equivalent to | size (C.7.5 - Size) | |
| hash | is equivalent to | hash (C.7.6 - Hash) | |
| title | is equivalent to | title (C.7.7 - Title) | |
| creationDate | is equivalent to | creation (C.7.8 - Creation date) | |
| height | is equivalent to | height (C.7.9 - Height) | |
| width | is equivalent to | width (C.7.10 - Width) | |
| frames | is equivalent to | frames (C.7.11 - Frames) | |
| duration | is equivalent to | duration (C.7.12 - Duration) |