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

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

ConceptMap: Map for EHDSSubstance (Experimental)

Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSSubstanceMap Version: 0.1.0-ballot
Draft as of 2025-05-14 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

Generated Narrative: ConceptMap EHDSSubstanceMap

Mapping from Substance model to (not specified)


Group 1 Mapping from Substance model to Substance

Source CodeRelationshipTarget Code
identifieris equivalent toidentifier (C.28.1 - Identifier)
codeis equivalent tocode (C.28.2 - Code)
descriptionis equivalent todescription (C.28.3 - Description)
expiryis equivalent toexpiry (C.28.4 - Expiry)
quantityis equivalent toquantity (C.28.5 - Quantity)
ingredientsis equivalent toingredient (C.28.6 - Ingredients)
ingredients.quantityis equivalent toingredient.quantity (C.28.6.1 - Quantity)
ingredients.substanceis equivalent toingredient.substanceReference (C.28.6.2 - Substance)