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/EHDSSubstanceMap | Version: 0.1.0-ballot | |||
Draft as of 2025-07-02 | Computable Name: EHDSSubstanceMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSSubstance
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 EHDSSubstance {
<<XtEHR dataset>>
identifier
code
description
expiry
quantity
ingredients
ingredients.quantity
ingredients.substance
}
link EHDSSubstance "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSSubstance.html"
class EuSubstance{
<<FHIR>>
identifier
code
description
expiry
quantity
ingredient
ingredient.quantity
ingredient.substanceReference
}
class EuSubstance {
<<FHIR>>
}
EHDSSubstance --> EuSubstance
EuSubstance --> EuSubstance : ingredient.substanceReference
Mapping from Substance model to (not specified)
Group 1 Mapping from Substance model to Substance
Source Code | Relationship | Target Code |
identifier | is equivalent to | identifier (C.28.1 - Identifier) |
code | is equivalent to | code (C.28.2 - Code) |
description | is equivalent to | description (C.28.3 - Description) |
expiry | is equivalent to | expiry (C.28.4 - Expiry) |
quantity | is equivalent to | quantity (C.28.5 - Quantity) |
ingredients | is equivalent to | ingredient (C.28.6 - Ingredients) |
ingredients.quantity | is equivalent to | ingredient.quantity (C.28.6.1 - Quantity) |
ingredients.substance | is equivalent to | ingredient.substanceReference (C.28.6.2 - Substance) |