HumanName
General information
See HL7 HumanName for general information regarding the HumanName data type.
Scope and Usage
This profile defines how HumanName should be used for representing person and personnel names in Swedish healthcare contexts. It specifies which elements are mandatory, optional, or repeatable, and provides guidance on terminology bindings where relevant. The profile is intended for use in multiple FHIR resources that include names, such as Patient, Practitioner, Person, and RelatedPerson. It supports consistent data entry, validation, and interoperability across systems.
Boundaries and Relationships
The profile focuses on human-readable names and does not include identifiers, addresses, or other contact details. HumanName may be linked to identifiers or other demographic data via the containing resource (e.g., Patient.identifier or Practitioner.identifier). Multiple HumanName entries can exist for a single person to support historical names, legal names, or preferred names, but each should clearly indicate its purpose through the use element.
Background and Context
The HumanName data type is widely used across healthcare and administrative resources in FHIR. Standardizing its usage in Sweden ensures that person names are represented consistently across local, regional, and national systems, supporting interoperability, data exchange, and regulatory compliance. This profile uses profiling from the HL7 Sweden base profile for HumanName which is specific to Swedish healthcare practice, including requirements for cardinality, usage, and representation of multiple name components.
Profile
| NPPRHumanName (HumanName) | HumanName | ||
| id | 0..1 | string | |
| extension | C | 0..* | Extension |
| middleName | S C | 0..1 | Extension(string) |
| use | Σ ?! | 0..1 | codeBinding |
| text | S Σ | 0..1 | string |
| family | S Σ | 0..1 | string |
| given | S Σ | 0..* | string |
| id | 0..1 | string | |
| extension | C | 0..* | Extension |
| nameQualifier | S C | 0..1 | Extension(code) |
| value | 0..1 | System.String | |
| prefix | Σ | 0..* | string |
| suffix | Σ | 0..* | string |
| period | Σ C | 0..1 | Period |
| HumanName | |
| Short | Name of a human or other living entity - parts and usage |
| Definition | A name, normally of a human, that can be used for other living entities (e.g. animals but not organizations) that have been assigned names by a human and may need the use of name parts or the need for usage information. |
| Cardinality | 0..* |
| Comments | Names may be changed, or repudiated, or people may have different names in different contexts. Names may be divided into parts of different type that have variable significance depending on context, though the division into parts does not always matter. With personal names, the different parts might or might not be imbued with some implicit meaning; various cultures associate different importance with the name parts and the degree to which systems must care about name parts around the world varies widely. |
| Constraints |
|
| Mappings |
|
| HumanName.id | |
| Short | Unique id for inter-element referencing |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Cardinality | 0..1 |
| Type | string |
| Conditions | The cardinality or value of this element may be affected by these constraints: ele-1 |
| Mappings |
|
| HumanName.extension | |
| Short | Additional content defined by implementations |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Cardinality | 0..* |
| Type | Extension |
| Alias | extensions, user content |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Slicing | Unordered, Open, by url(Value) Extensions are always sliced by (at least) url |
| Constraints |
|
| Mappings |
|
| HumanName.extension:middleName | |
| Short | Optional Extensions Element |
| Definition | Extension for HumanName to express middle names. |
| Cardinality | 0..1 |
| Type | Extension(string) |
| Must Support | True |
| Alias | extensions, user content |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Constraints |
|
| Mappings |
|
| HumanName.use | |
| Short | usual | official | temp | nickname | anonymous | old | maiden |
| Definition | Identifies the purpose for this name. |
| Cardinality | 0..1 |
| Type | code |
| Binding | The use of a human name. |
| Modifier | True |
| Summary | True |
| Requirements | Allows the appropriate name for a particular context of use to be selected from among a set of names. |
| Comments | Applications can assume that a name is current unless it explicitly says that it is temporary or old. |
| Constraints |
|
| Mappings |
|
| HumanName.text | |
| Short | Text representation of the full name |
| Definition | Specifies the entire name as it should be displayed e.g. on an application UI. This may be provided instead of or as well as the specific parts. |
| Cardinality | 0..1 |
| Type | string |
| Must Support | True |
| Summary | True |
| Requirements | A renderable, unencoded form. |
| Comments | Can provide both a text representation and parts. Applications updating a name SHALL ensure that when both text and parts are present, no content is included in the text that isn't found in a part. |
| Constraints |
|
| Mappings |
|
| HumanName.family | |
| Short | Family name (often called 'Surname') |
| Definition | The part of a name that links to the genealogy. In some cultures (e.g. Eritrea) the family name of a son is the first name of his father. |
| Cardinality | 0..1 |
| Type | string |
| Must Support | True |
| Summary | True |
| Alias | surname |
| Comments | Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures). |
| Constraints |
|
| Mappings |
|
| HumanName.given | |
| Short | Given names (not always 'first'). Includes middle names |
| Definition | Given name. |
| Cardinality | 0..* |
| Type | string |
| Must Support | True |
| Summary | True |
| Alias | first name, middle name |
| Comments | If only initials are recorded, they may be used in place of the full name parts. Initials may be separated into multiple given names but often aren't due to paractical limitations. This element is not called "first name" since given names do not always come first. |
| Constraints |
|
| Mappings |
|
| HumanName.given.id | |
| Short | Unique id for inter-element referencing |
| Definition | Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
| Cardinality | 0..1 |
| Type | string |
| Conditions | The cardinality or value of this element may be affected by these constraints: ele-1 |
| Mappings |
|
| HumanName.given.extension | |
| Short | Additional content defined by implementations |
| Definition | May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
| Cardinality | 0..* |
| Type | Extension |
| Alias | extensions, user content |
| Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
| Slicing | Unordered, Open, by url(Value) Extensions are always sliced by (at least) url |
| Constraints |
|
| Mappings |
|
| HumanName.given.extension:nameQualifier | |
| Short | LS | AC | NB | PR | HON | BR | AD | SP | MID | CL | IN | VV |
| Definition | A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. |
| Cardinality | 0..1 |
| Type | Extension(code) |
| Must Support | True |
| Alias | extensions, user content |
| Comments | Used to indicate additional information about the name part and how it should be used. |
| Constraints |
|
| Mappings |
|
| HumanName.given.value | |
| Short | Primitive value for string |
| Definition | Primitive value for string |
| Cardinality | 0..1 |
| Type | System.String |
| Maximum string length | 1048576 |
| HumanName.prefix | |
| Short | Parts that come before the name |
| Definition | Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the start of the name. |
| Cardinality | 0..* |
| Type | string |
| Summary | True |
| Comments | Note that FHIR strings SHALL NOT exceed 1,048,576 (1024*1024) characters in size |
| Constraints |
|
| Mappings |
|
| HumanName.suffix | |
| Short | Parts that come after the name |
| Definition | Part of the name that is acquired as a title due to academic, legal, employment or nobility status, etc. and that appears at the end of the name. |
| Cardinality | 0..* |
| Type | string |
| Summary | True |
| Comments | Note that FHIR strings SHALL NOT exceed 1,048,576 (1024*1024) characters in size |
| Constraints |
|
| Mappings |
|
| HumanName.period | |
| Short | Time period when name was/is in use |
| Definition | Indicates the period of time when this name was valid for the named person. |
| Cardinality | 0..1 |
| Type | Period |
| Summary | True |
| Requirements | Allows names to be placed in historical context. |
| Comments | A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. "the patient was an inpatient of the hospital for this time range") or one value from the range applies (e.g. "give to the patient between these two times"). Period is not used for a duration (a measure of elapsed time). See Duration. |
| Constraints |
|
| Mappings |
|
Constraints
This section is not applicable to this resource and therefore contains no content.
Terminology Bindings
This section is not applicable to this resource and therefore contains no content.
Extensions
| Path | URL |
|---|---|
| HumanName.extension | http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRMiddleNameExtension |
| HumanName.given.extension | http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier |