| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
Patient.ContactComponent.address
Address for the contact person.
|
protected Address |
Organization.OrganizationContactComponent.address
Visiting or postal addresses for the contact.
|
protected Address |
Location.address
Physical location.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<Address> |
RelatedPerson.address
Address where the related person can be contacted or visited.
|
protected List<Address> |
Practitioner.address
Address(es) of the practitioner that are not role specific (typically home address).
|
protected List<Address> |
Person.address
One or more addresses for the person.
|
protected List<Address> |
Patient.address
Addresses for the individual.
|
protected List<Address> |
Organization.address
An address for the organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
RelatedPerson.getAddress() |
List<Address> |
Practitioner.getAddress() |
List<Address> |
Person.getAddress() |
List<Address> |
Patient.getAddress() |
List<Address> |
Organization.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.addAddress(Address t) |
Practitioner |
Practitioner.addAddress(Address t) |
Person |
Person.addAddress(Address t) |
Patient |
Patient.addAddress(Address t) |
Organization |
Organization.addAddress(Address t) |
Patient.ContactComponent |
Patient.ContactComponent.setAddress(Address value) |
Organization.OrganizationContactComponent |
Organization.OrganizationContactComponent.setAddress(Address value) |
Location |
Location.setAddress(Address value) |
| Modifier and Type | Method and Description |
|---|---|
RelatedPerson |
RelatedPerson.setAddress(List<Address> theAddress) |
Practitioner |
Practitioner.setAddress(List<Address> theAddress) |
Person |
Person.setAddress(List<Address> theAddress) |
Patient |
Patient.setAddress(List<Address> theAddress) |
Organization |
Organization.setAddress(List<Address> theAddress) |
Copyright © 2014–2017 University Health Network. All rights reserved.