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 EHDSDevice (Experimental)

Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSDeviceMap Version: 0.1.0-ballot
Draft as of 2025-07-02 Computable Name: EHDSDeviceMap

Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License

Map for EHDSDevice

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 EHDSDevice {
  <<XtEHR dataset>>
  identifier
  manufacturer
  manufactureDate
  expiryDate
  lotNumber
  serialNumber
  name
  modelNumber
  version
  type
  note
}
link EHDSDevice "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSDevice.html"
class EuDevice{
  <<FHIR>>
  identifier
  manufacturer
  manufactureDate
  expirationDate
  lotNumber
  serialNumber
  name
  modelNumber
  version
  type
  note
}

EHDSDevice --> EuDevice

Mapping from Device model to (not specified)


Group 1 Mapping from Device model to Device

Source CodeRelationshipTarget Code
identifieris equivalent toidentifier (C.12.1 - Identifier)
manufactureris equivalent tomanufacturer (C.12.2 - Manufacturer)
manufactureDateis equivalent tomanufactureDate (C.12.3 - Manufacture date)
expiryDateis equivalent toexpirationDate (C.12.4 - Expiry date)
lotNumberis equivalent tolotNumber (C.12.5 - Lot number)
serialNumberis equivalent toserialNumber (C.12.6 - Serial number)
nameis equivalent toname (C.12.7 - Name)
modelNumberis equivalent tomodelNumber (C.12.8 - Model number)
versionis equivalent toversion (C.12.9 - Version)
typeis equivalent totype (C.12.10 - Type)
noteis equivalent tonote (C.12.11 - Note)