HumanName
No description
type HumanName implements IElement {
id: String
extension: [Extension]
use: code
_use: ElementBase
text: String
_text: ElementBase
family: String
_family: ElementBase
given: [String]
_given: [ElementBase]
prefix: [String]
_prefix: [ElementBase]
suffix: [String]
_suffix: [ElementBase]
period: Period
}
Fields
HumanName.id ● String scalar
HumanName.extension ● [Extension] list object
HumanName.use ● code scalar
HumanName._use ● ElementBase object
HumanName.text ● String scalar
HumanName._text ● ElementBase object
HumanName.family ● String scalar
HumanName._family ● ElementBase object
HumanName.given ● [String] list scalar
HumanName._given ● [ElementBase] list object
HumanName.prefix ● [String] list scalar
HumanName._prefix ● [ElementBase] list object
HumanName.suffix ● [String] list scalar
HumanName._suffix ● [ElementBase] list object
HumanName.period ● Period object
Interfaces
IElement interface
JSON Format: string
Member Of
ElementDefinition object ● ElementDefinitionExample object ● Extension object ● IElementDefinition interface ● IExtension interface ● InsurancePlanContact object ● IPatient interface ● IPerson interface ● IPractitioner interface ● IRelatedPerson interface ● OrganizationContact object ● ParametersParameter object ● Patient object ● PatientContact object ● Person object ● Practitioner object ● RelatedPerson object ● StructureMapGroupRuleSource object ● TaskInput object ● TaskOutput object