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/EHDSEpisodeOfCareMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-06 | Computable Name: EHDSEpisodeOfCareMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSEpisodeOfCare
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 EHDSEpisodeOfCare {
  <<XtEHR dataset>>
  identifier
  type
  reasonText
  reason
  diagnosis
  diagnosis.description
  diagnosis.condition
  patient
}
link EHDSEpisodeOfCare "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSEpisodeOfCare.html"
class EuEpisodeOfCare{
  <<FHIR>>
  identifier
  type
  reason.value.concept.text
  reason.value
  diagnosis
  diagnosis.condition.concept.text
  diagnosis.condition
  patient
}
EHDSEpisodeOfCare --> EuEpisodeOfCare
Mapping from Episode of care model to (not specified)
Group 1 Mapping from Episode of care model to EpisodeOfCare
| Source Code | Relationship | Target Code | 
| identifier | is equivalent to | identifier (C.30.1 - Identifier) | 
| type | is equivalent to | type (C.30.2 - Type) | 
| reasonText | is equivalent to | reason.value.concept.text (C.30.3 - Reason text) | 
| reason | is equivalent to | reason.value (C.30.4 - Reason) | 
| diagnosis | is equivalent to | diagnosis (C.30.5 - Diagnosis) | 
| diagnosis.description | is equivalent to | diagnosis.condition.concept.text (C.30.5.1 - Description) | 
| diagnosis.condition | is equivalent to | diagnosis.condition (C.30.5.2 - Condition) | 
| patient | is equivalent to | patient (C.30.6 - Patient) |