| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Address |
JsonParser.parseAddress(com.google.gson.JsonObject json) |
protected Address |
XmlParser.parseAddress(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeAddress(String name,
Address element) |
protected void |
XmlParser.composeAddress(String name,
Address element) |
protected void |
RdfParser.composeAddress(Turtle.Complex parent,
String parentType,
String name,
Address element,
int index) |
protected void |
XmlParser.composeAddressElements(Address element) |
protected void |
JsonParser.composeAddressInner(Address element) |
protected boolean |
XmlParser.parseAddressContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Address res) |
protected void |
JsonParser.parseAddressProperties(com.google.gson.JsonObject json,
Address res) |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
InsurancePlan.InsurancePlanContactComponent.address
Visiting or postal addresses for the contact.
|
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
An address 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) |
void |
Address.copyValues(Address dst) |
InsurancePlan.InsurancePlanContactComponent |
InsurancePlan.InsurancePlanContactComponent.setAddress(Address value) |
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–2021 Health Level 7. All rights reserved.