This page is part of the HL7 Europe Imaging Study Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSHealthProfessionalMap | Version: 0.1.0-ballot | |||
Draft as of 2025-05-14 | 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
Generated Narrative: ConceptMap EHDSHealthProfessionalMap
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) |