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-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/tree/master and changes regularly. See the Directory of published versions
Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSPatientMap | Version: 0.1.0-ballot | |||
Draft as of 2025-07-02 | Computable Name: EHDSPatientMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSPatient
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 EHDSPatient {
<<XtEHR dataset>>
personalIdentifier
name
dateOfBirth
administrativeGender
address
telecom
maritalStatus
citizenship
communicationLanguage
}
link EHDSPatient "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSPatient.html"
class EuPatient{
<<FHIR>>
identifier
name
birthDate
gender
address
telecom
maritalStatus
extension[patient-citizenship]
extension[patient-nationality]
communication.language
}
EHDSPatient --> EuPatient
Mapping from Patient model to (not specified)
Group 1 Mapping from Patient model to Patient (EU base)
Source Concept Details | Relationship | Target Concept Details | ||
Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient | Codes from http://hl7.eu/fhir/base-r5/StructureDefinition/patient-eu | |||
personalIdentifier | is equivalent to | identifier | C.1.1 - Personal identifier | |
name | is equivalent to | name | C.1.2 - Name | |
dateOfBirth | is equivalent to | birthDate | C.1.3 - Date of birth | |
administrativeGender | is equivalent to | gender | C.1.4 - Administrative gender | |
address | is equivalent to | address | C.1.5 - Address | |
telecom | is equivalent to | telecom | C.1.6 - Telecom | |
maritalStatus | is equivalent to | maritalStatus | C.1.7 - Marital status | |
citizenship | is equivalent to | extension[patient-citizenship] | C.1.8 - Citizenship (nationality) | |
is equivalent to | extension[patient-nationality] | C.1.8 - Citizenship (nationality) | ||
communicationLanguage | is equivalent to | communication.language | C.1.9 - Communcation language |