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-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSAllergyIntoleranceMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-20 | Computable Name: EHDSAllergyIntoleranceMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSAllergyIntolerance
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 EHDSAllergyIntolerance {
  <<XtEHR dataset>>
  identifier
  allergyDescription
  typeOfPropensity
  allergyManifestation
  allergyManifestation.date
  allergyManifestation.severity
  allergyManifestation.description
  allergyManifestation.manifestation
  criticality
  onsetDate
  onsetLifePeriod
  endDate
  endDateLifePeriod
  status
  certainty
  agentOrAllergen
  patient
}
link EHDSAllergyIntolerance "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSAllergyIntolerance.html"
class EuAllergyIntolerance{
  <<FHIR>>
  identifier
  text
  type
  reaction
  reaction.onset
  reaction.severity
  reaction.description
  reaction.manifestation
  criticality
  onsetPeriod
  onsetDateTime
  onsetString.extension[periodsOfLife]
  extension[abatement].valueDateTime
  clinicalStatus
  verificationStatus
  code
  reaction.substance
  patient
}
class EuPatient {
  <<FHIR>>
}
EHDSAllergyIntolerance --> EuAllergyIntolerance
EuAllergyIntolerance --> EuPatient : patient
Mapping from Allergy intolerance model to (not specified)
Group 1 Mapping from Allergy intolerance model to AllergyIntolerance: EU AllergyIntolerance
| Source Concept Details | Relationship | Target Concept Details | Comment | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAllergyIntolerance | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/AllergyIntoleranceEu | ||||
| identifier | is equivalent to | identifier | C.21.1 - Identifier | ||
| allergyDescription | is narrower than | text | C.21.2 - Allergy description | ||
| typeOfPropensity | is equivalent to | type | C.21.3 - Type of propensity | ||
| allergyManifestation | is equivalent to | reaction | C.21.4 - Allergy manifestation | ||
| allergyManifestation.date | is equivalent to | reaction.onset | C.21.4.1 - Date | ||
| allergyManifestation.severity | is equivalent to | reaction.severity | C.21.4.2 - Severity | ||
| allergyManifestation.description | is equivalent to | reaction.description | C.21.4.3 - Description | ||
| allergyManifestation.manifestation | is equivalent to | reaction.manifestation | C.21.4.4 - Manifestation | ||
| criticality | is equivalent to | criticality | C.21.5 - Criticality | ||
| onsetDate | is equivalent to | onsetPeriod | C.21.6 - Onset date | ||
| is equivalent to | onsetDateTime | C.21.6 - Onset date | |||
| onsetLifePeriod | is equivalent to | onsetString.extension[periodsOfLife] | C.21.7 - Onset life period | mapping on onset[x] not possible. Choose string as carrier as specifying a period should be possible. If not possible, add data-absense-extension. | |
| endDate | is equivalent to | extension[abatement].valueDateTime | C.21.8 - End date | ||
| endDateLifePeriod | (not mapped) | ||||
| status | is equivalent to | clinicalStatus | C.21.10 - Status | ||
| certainty | is equivalent to | verificationStatus | C.21.11 - Certainty | ||
| agentOrAllergen | is equivalent to | code | C.21.12 - Agent or Allergen | ||
| is equivalent to | reaction.substance | C.21.12 - Agent or Allergen | |||
| patient | is equivalent to | patient | C.21.13 - Subject | ||