HL7 Europe Base and Core FHIR IG, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/base-r5/ and changes regularly. See the Directory of published versions
This page explains how conceptual elements from the EHDS logical model are expressed in the corresponding FHIR HumanName datatype used by this Implementation Guide.
| EHDSHumanName (Logical Model) | Relationship | HumanName | ||||
|---|---|---|---|---|---|---|
| Element | Description | Relation | Datatype | Element | Description | Notes |
| use | Intended use of the name (official, alias, etc.). | equivalent | HumanName | use | Name use code. | e.g. official, usual, nickname. |
| text | Full name as rendered for display. | equivalent | HumanName | text | Text representation of the full name. | Typically a single string. |
| family | Family name / surname. | equivalent | HumanName | family | Family name (often called "surname"). | |
| given | Given (first / middle) names. | equivalent | HumanName | given | Given names (may include middle names). | Array in FHIR. |
| prefix | Honorifics or titles preceding the name. | equivalent | HumanName | prefix | Parts that come before the name. | e.g. Dr, Prof, Sir. |
| suffix | Post-nominal letters, generational markers, etc. | equivalent | HumanName | suffix | Parts that come after the name. | e.g. Jr, MD, PhD. |
Return to overview: EHDS Logical Models → FHIR Profiles