| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
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> |
RelatedPerson.name
A name associated with the person.
|
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 |
|---|---|
List<HumanName> |
RelatedPerson.getName() |
List<HumanName> |
Practitioner.getName() |
List<HumanName> |
Person.getName() |
List<HumanName> |
Patient.getName() |
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.addName(HumanName t) |
Practitioner |
Practitioner.addName(HumanName t) |
Person |
Person.addName(HumanName t) |
Patient |
Patient.addName(HumanName t) |
Patient.ContactComponent |
Patient.ContactComponent.setName(HumanName value) |
Organization.OrganizationContactComponent |
Organization.OrganizationContactComponent.setName(HumanName value) |
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.setName(List<HumanName> theName) |
Practitioner |
Practitioner.setName(List<HumanName> theName) |
Person |
Person.setName(List<HumanName> theName) |
Patient |
Patient.setName(List<HumanName> theName) |
Copyright © 2014–2017 University Health Network. All rights reserved.