HumanNameCreateInput
No description
input HumanNameCreateInput {
use: String
text: String
family: String
given: [String!]
prefix: [String!]
suffix: [String!]
period: PeriodCreateInput
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
HumanNameCreateInput.use ● String scalar
Identifies the purpose for this name.
HumanNameCreateInput.text ● String scalar
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.
HumanNameCreateInput.family ● String scalar
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.
HumanNameCreateInput.given ● [String!] list scalar
Given name.
HumanNameCreateInput.prefix ● [String!] list scalar
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.
HumanNameCreateInput.suffix ● [String!] list scalar
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.
HumanNameCreateInput.period ● PeriodCreateInput input
Indicates the period of time when this name was valid for the named person.
HumanNameCreateInput.extension ● [FhirExtensionCreateInput!] list input
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 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.
HumanNameCreateInput.id ● String scalar
null
Member Of
CitationEntryCreateInput input ● ElementDefinitionCreateInput input ● ElementDefinitionExampleCreateInput input ● FhirExtensionCreateInput input ● InsurancePlanContactCreateInput input ● OrganizationContactCreateInput input ● PatientContactCreateInput input ● PatientCreateInput input ● PersonCreateInput input ● PractitionerCreateInput input ● RelatedPersonCreateInput input ● StructureMapSourceCreateInput input ● TaskInputCreateInput input ● TaskOutputCreateInput input