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/EHDSHealthProfessionalMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-21 | Computable Name: EHDSHealthProfessionalMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSHealthProfessional
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 EHDSHealthProfessional {
  <<XtEHR dataset>>
  identifier
  name
  address
  telecom
  role
  organization
  specialty
}
link EHDSHealthProfessional "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSHealthProfessional.html"
class EuPractitioner{
  <<FHIR>>
  identifier
  name
  address
  telecom
}
class EuPractitionerRole{
  <<FHIR>>
  practitioner
  code
  organization
  specialty
}
class EuOrganization {
  <<FHIR>>
}
EHDSHealthProfessional --> EuPractitioner
EHDSHealthProfessional --> EuPractitionerRole
EuPractitionerRole --> EuOrganization : organization
Mapping from Health professional model to (not specified)
Group 1 Mapping from Health professional model to Practitioner (EU base)
| Source Code | Relationship | Target Code | 
| identifier | is equivalent to | identifier (C.2.1 - Identifier) | 
| name | is equivalent to | name (C.2.2 - Name) | 
| address | is equivalent to | address (C.2.3 - Address) | 
| telecom | is equivalent to | telecom (C.2.4 - Telecom) | 
Group 2 Mapping from Health professional model to PractitionerRole (EU base)
| Source Code | Relationship | Target Code | 
| role | is equivalent to | code (C.2.5 - Role) | 
| organization | is equivalent to | organization (C.2.6 - Organization) | 
| specialty | is equivalent to | specialty (C.2.7 - Specialty) |