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/EHDSHumanNameMap | Version: 0.1.0-ballot | |||
Draft as of 2025-07-02 | Computable Name: EHDSHumanNameMap | |||
Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License |
Map for EHDSHumanName
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 EHDSHumanName {
<<XtEHR dataset>>
use
text
family
given
prefix
suffix
}
link EHDSHumanName "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSHumanName.html"
class EuHumanName{
<<FHIR>>
use
text
family
given
prefix
suffix
}
EHDSHumanName --> EuHumanName
Mapping from Human name model to (not specified)
Group 1 Mapping from Human name model to HumanName
Source Code | Relationship | Target Code | Comment |
use | is equivalent to | use (C.27.1 - Use) | |
text | is equivalent to | text (C.27.2 - Text) | Concatenation of family names and given names.. |
family | is broader than | family (C.27.3 - Family) | Concatenation of family names. |
given | is equivalent to | given (C.27.4 - Given) | |
prefix | is equivalent to | prefix (C.27.5 - Prefix) | |
suffix | is equivalent to | suffix (C.27.6 - Suffix) |