This page is part of the HL7 Europe Imaging Study Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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-05-14 | 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
Generated Narrative: ConceptMap EHDSDeviceMap
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) |