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
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 Code | Relationship | Target Code |
identifier | is equivalent to | identifier (C.12.1 - Identifier) |
manufacturer | is equivalent to | manufacturer (C.12.2 - Manufacturer) |
manufactureDate | is equivalent to | manufactureDate (C.12.3 - Manufacture date) |
expiryDate | is equivalent to | expirationDate (C.12.4 - Expiry date) |
lotNumber | is equivalent to | lotNumber (C.12.5 - Lot number) |
serialNumber | is equivalent to | serialNumber (C.12.6 - Serial number) |
name | is equivalent to | name (C.12.7 - Name) |
modelNumber | is equivalent to | modelNumber (C.12.8 - Model number) |
version | is equivalent to | version (C.12.9 - Version) |
type | is equivalent to | type (C.12.10 - Type) |
note | is equivalent to | note (C.12.11 - Note) |