HL7 Europe Imaging Study Report
0.1.0-ballot - ci-build 150

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-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/tree/master and changes regularly. See the Directory of published versions

ConceptMap: Map for EHDSAttachment (Experimental)

Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSAttachmentMap Version: 0.1.0-ballot
Draft as of 2025-07-02 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 CodeRelationshipTarget CodeComment
contentTypeis broader thancontentType (C.7.1 - Content Type)FHIR requires binding.
languageis equivalent tolanguage (C.7.2 - Language)
datais equivalent todata (C.7.3 - Data)
urlis equivalent tourl (C.7.4 - URL)
sizeis equivalent tosize (C.7.5 - Size)
hashis equivalent tohash (C.7.6 - Hash)
titleis equivalent totitle (C.7.7 - Title)
creationDateis equivalent tocreation (C.7.8 - Creation date)
heightis equivalent toheight (C.7.9 - Height)
widthis equivalent towidth (C.7.10 - Width)
framesis equivalent toframes (C.7.11 - Frames)
durationis equivalent toduration (C.7.12 - Duration)