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/EHDSConditionMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-21 | Computable Name: EHDSConditionMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSCondition
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 EHDSCondition {
  <<XtEHR dataset>>
  identifier
  description
  code
  onsetDate
  endDate
  category
  clinicalStatus
  resolutionCircumstances
  severity
  anatomicLocation
  stage
  patient
  participant
  participant.function
  participant.actor
  externalResourceRelatedWith
  diagnosisAssertionStatus
}
link EHDSCondition "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSCondition.html"
class EuCondition{
  <<FHIR>>
  identifier
  note
  code
  onset[x]
  abatement[x]
  category
  clinicalStatus
  evidence.concept
  severity
  bodySite
  stage
  stage.summary
  stage.type
  subject
  participant
  participant.function
  participant.actor
  stage.assessment
  extension[relatedArtifact]
  evidence
  verificationStatus
}
class EuPatient {
  <<FHIR>>
}
class EuPracitioner {
  <<FHIR>>
}
class  EuPractitionerRole {
  <<FHIR>>
}
class  EuPatient {
  <<FHIR>>
}
class  EuOrganization {
  <<FHIR>>
}
EHDSCondition --> EuCondition
EuCondition --> EuPatient : subject
EuCondition --> EuPracitioner : participant.actor
EuCondition -->  EuPractitionerRole : participant.actor
EuCondition -->  EuPatient : participant.actor
EuCondition -->  EuOrganization : participant.actor
Mapping from Condition model to (not specified)
Group 1 Mapping from Condition model to Condition: EU Condition
| Source Concept Details | Relationship | Target Concept Details | Comment | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCondition | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/ConditionEu | ||||
| identifier | is equivalent to | identifier | C.15.1 - Identifier | ||
| description | is equivalent to | note | C.15.2 - Description | ||
| code | is equivalent to | code | C.15.3 - Code | ||
| onsetDate | is equivalent to | onset[x] | C.15.4 - Onset date | ||
| endDate | is equivalent to | abatement[x] | C.15.5 - End date | ||
| category | is equivalent to | category | C.15.6 - Category | ||
| clinicalStatus | is broader than | clinicalStatus | C.15.7 - Clinical status | Target binding is required | |
| resolutionCircumstances | is equivalent to | evidence.concept | C.15.8 - Resolution circumstances | When condition is inactive, the evidence for this should be listed here. | |
| severity | is equivalent to | severity | C.15.9 - Severity | ||
| anatomicLocation | is equivalent to | bodySite | C.15.10 - Anatomic location | ||
| stage | is equivalent to | stage | C.15.11 - Stage | ||
| is equivalent to | stage.summary | C.15.11 - Stage | stage code | ||
| is equivalent to | stage.type | C.15.11 - Stage | stage type | ||
| patient | is equivalent to | subject | C.15.12 - Subject | ||
| participant | is equivalent to | participant | C.15.13 - Participant | ||
| participant.function | is equivalent to | participant.function | C.15.13.1 - Function | ||
| participant.actor | is equivalent to | participant.actor | C.15.13.2 - Actor | ||
| externalResourceRelatedWith | is broader than | stage.assessment | C.15.14 - External Resourcerelated with | Evidence for the condition stage | |
| is broader than | extension[relatedArtifact] | C.15.14 - External Resourcerelated with | Refer to external sources. | ||
| is broader than | evidence | C.15.14 - External Resourcerelated with | Evidence for the condidation | ||
| diagnosisAssertionStatus | is equivalent to | verificationStatus | C.15.15 - Diagnosis assertion status | ||