HumanName
A human's name with the ability to identify parts and usage.
Definition
For further information, including all W3C International Examples, consult the HL7-FHIR examples. Note: Implementers should read the name examples for a full understanding of how name works.
Type
humanname
Attributes
Key | Type | Cardinality | Description |
---|---|---|---|
prefix | 0..* | Parts that come before the name. | |
given | 0..* | Given names (not always 'first'). Includes middle names. | |
family | 0..1 | The part of a name that links to the genealogy. | |
suffix | 0..* | Parts that come after the name. | |
text | 0..1 | 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 | |
use | 0..1 | Purpose of this name. Proposed values are:
| |
period | 0..1 | Time period when name was/is in use. |
{
"prefix": ["<symbol>"],
"given": ["<symbol>"],
"family": "<symbol>",
"suffix": ["<symbol>"],
"use": "<code>",
"period": { Period }
}
Updated 5 months ago