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/EHDSProcedureMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-20 | Computable Name: EHDSProcedureMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSProcedure
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 EHDSProcedure {
  <<XtEHR dataset>>
  identifier
  description
  code
  date[x]
  performer
  anatomicLocation
  reason
  outcome
  complication
  deviceUsed
  focalDevice
  location
  note
  subject
}
link EHDSProcedure "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSProcedure.html"
class EuProcedure{
  <<FHIR>>
  identifier
  text
  code
  occurrenceDateTime
  occurrencePeriod
  performer.actor
  bodySite
  bodySite.extension[bodyStructure]
  reason
  outcome
  complication.concept
  used[device]
  focalDevice.manipulated
  location
  note
  subject
}
class EuBodyStructure{
  <<FHIR>>
  includedStructure.laterality
  includedStructure.
}
class EuPractitionerRole {
  <<FHIR>>
}
class EuDevice {
  <<FHIR>>
}
class EuLocation {
  <<FHIR>>
}
class EuPatient {
  <<FHIR>>
}
EHDSProcedure --> EuProcedure
EuProcedure --> EuPractitionerRole : performer.actor
EuProcedure --> EuDevice : used[device]
EuProcedure --> EuLocation : location
EuProcedure --> EuPatient : subject
EHDSProcedure --> EuBodyStructure
Mapping from Procedure model to (not specified)
Group 1 Mapping from Procedure model to Procedure: EU Procedure
| Source Concept Details | Relationship | Target Concept Details | Comment | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSProcedure | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/ProcedureEu | ||||
| identifier | is equivalent to | identifier | C.16.1 - Identifier | ||
| description | is equivalent to | text | C.16.2 - Description | ||
| code | is equivalent to | code | C.16.3 - Code | ||
| date[x] | is equivalent to | occurrenceDateTime | C.16.4 - Date | ||
| is equivalent to | occurrencePeriod | C.16.4 - Date | |||
| performer | is equivalent to | performer.actor | C.16.5 - Performer | ||
| anatomicLocation | is equivalent to | bodySite | C.16.6 - Anatomic location | bodysite | |
| is equivalent to | bodySite.extension[bodyStructure] | C.16.6 - Anatomic location | bodysite | ||
| reason | is equivalent to | reason | C.16.7 - Reason | ||
| outcome | is equivalent to | outcome | C.16.8 - Outcome | ||
| complication | is equivalent to | complication.concept | C.16.9 - Complication | ||
| deviceUsed | is equivalent to | used[device] | C.16.10 - Device used | ||
| focalDevice | is equivalent to | focalDevice.manipulated | C.16.11 - Focal device | ||
| location | is equivalent to | location | C.16.12 - Location | ||
| note | is equivalent to | note | C.16.13 - Note | ||
| subject | is equivalent to | subject | C.16.14 - Patient | ||
Group 2 Mapping from Procedure model to BodyStructure: EU BodyStructure
| Source Concept Details | Relationship | Target Concept Details | Comment | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSProcedure | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/BodyStructureEu | ||||
| anatomicLocation | is equivalent to | includedStructure.laterality | C.16.6 - Anatomic location | laterality | |
| is equivalent to | includedStructure. | C.16.6 - Anatomic location | bodysite | ||