| Package | Description |
|---|---|
| org.hl7.fhir.dstu2016may.model |
| Modifier and Type | Field and Description |
|---|---|
protected HumanName |
RelatedPerson.name
A name associated with the person.
|
protected HumanName |
Patient.ContactComponent.name
A name associated with the contact person.
|
protected HumanName |
Organization.OrganizationContactComponent.name
A name associated with the contact.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<HumanName> |
Practitioner.name
The name(s) associated with the practitioner.
|
protected List<HumanName> |
Person.name
A name associated with the person.
|
protected List<HumanName> |
Patient.name
A name associated with the individual.
|
| Modifier and Type | Method and Description |
|---|---|
HumanName |
HumanName.addFamily(String value) |
HumanName |
HumanName.addGiven(String value) |
HumanName |
Practitioner.addName() |
HumanName |
Person.addName() |
HumanName |
Patient.addName() |
HumanName |
HumanName.addPrefix(String value) |
HumanName |
HumanName.addSuffix(String value) |
HumanName |
Base.castToHumanName(Base b) |
HumanName |
HumanName.copy() |
HumanName |
RelatedPerson.getName() |
HumanName |
Patient.ContactComponent.getName() |
HumanName |
Organization.OrganizationContactComponent.getName() |
HumanName |
HumanName.setPeriod(Period value) |
HumanName |
HumanName.setText(String value) |
HumanName |
HumanName.setTextElement(StringType value) |
HumanName |
HumanName.setUse(HumanName.NameUse value) |
HumanName |
HumanName.setUseElement(Enumeration<HumanName.NameUse> value) |
protected HumanName |
HumanName.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<HumanName> |
Practitioner.getName() |
List<HumanName> |
Person.getName() |
List<HumanName> |
Patient.getName() |
| Modifier and Type | Method and Description |
|---|---|
Practitioner |
Practitioner.addName(HumanName t) |
Person |
Person.addName(HumanName t) |
Patient |
Patient.addName(HumanName t) |
RelatedPerson |
RelatedPerson.setName(HumanName value) |
Patient.ContactComponent |
Patient.ContactComponent.setName(HumanName value) |
Organization.OrganizationContactComponent |
Organization.OrganizationContactComponent.setName(HumanName value) |
Copyright © 2014–2018 University Health Network. All rights reserved.