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/EHDSRelatedPersonMap | Version: 0.1.0-ballot | |||
Draft as of 2025-07-02 | Computable Name: EHDSRelatedPersonMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSRelatedPerson
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 EHDSRelatedPerson {
<<XtEHR dataset>>
personalIdentifier
name
relationship
address
telecom
}
link EHDSRelatedPerson "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSRelatedPerson.html"
class EuRelatedPerson{
<<FHIR>>
identifier
name
relationship
address
telecom
}
EHDSRelatedPerson --> EuRelatedPerson
Mapping from Related person model to (not specified)
Group 1 Mapping from Related person model to RelatedPerson
Source Code | Relationship | Target Code |
personalIdentifier | is equivalent to | identifier (C.13.1 - Personal identifier) |
name | is equivalent to | name (C.13.2 - Name) |
relationship | is equivalent to | relationship (C.13.3 - Relationship) |
address | is equivalent to | address (C.13.4 - Address) |
telecom | is equivalent to | telecom (C.13.5 - Telecom) |