HumanName
Base StructureDefinition for HumanName Type: A human's name with the ability to identify parts and usage.
Properties
Name | Required | Type | Description |
---|---|---|---|
id | string | Unique id for inter-element referencing DetailsUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. | |
extension | Extension[] | Additional content defined by implementations DetailsMay 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 manageable, 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. 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. | |
use | code | usual | official | temp | nickname | anonymous | old | maiden DetailsIdentifies the purpose for this name. Applications can assume that a name is current unless it explicitly says that it is temporary or old. | |
text | string | Text representation of the full name DetailsSpecifies 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. 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. | |
family | string | Family name (often called 'Surname') DetailsThe 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. Family Name may be decomposed into specific parts using extensions (de, nl, es related cultures). | |
given | string[] | Given names (not always 'first'). Includes middle names DetailsGiven name. 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. | |
prefix | string[] | Parts that come before the name DetailsPart 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. | |
suffix | string[] | Parts that come after the name DetailsPart 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. | |
period | Period | Time period when name was/is in use DetailsIndicates the period of time when this name was valid for the named person. |