
Uses of Class
org.hl7.fhir.r5.model.Address
Packages that use Address
Package
Description
-
Uses of Address in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return AddressModifier and TypeMethodDescriptionstatic Address
Extensions.addADXPPrecinct
(Address context, String value) static Address
Extensions.getContactAddress
(ContactDetail context) static Address
Extensions.getPatBirthPlace
(Patient context) static Address
static Address
Extensions.setExtendedContactAvailability
(Address context, Availability value) static Address
Extensions.setHumanLanguage
(Address context, String value) static Address
Extensions.setPatNoFixedAddress
(Address context, boolean value) static Address
Extensions.setPreferred
(Address context, boolean value) Methods in org.hl7.fhir.r5.extensions with parameters of type AddressModifier and TypeMethodDescriptionstatic Address
Extensions.addADXPPrecinct
(Address context, String value) static String
Extensions.getADXPPrecinctList
(Address context) static Availability
Extensions.getExtendedContactAvailability
(Address context) static String
Extensions.getHumanLanguage
(Address context) static Boolean
Extensions.getPatNoFixedAddress
(Address context) static Boolean
Extensions.getPreferred
(Address context) static Extension
Extensions.makeContactAddress
(Address value) static Extension
Extensions.makePatBirthPlace
(Address value) static Address
static ContactDetail
Extensions.setContactAddress
(ContactDetail context, Address value) static Address
Extensions.setExtendedContactAvailability
(Address context, Availability value) static Address
Extensions.setHumanLanguage
(Address context, String value) static Patient
Extensions.setPatBirthPlace
(Patient context, Address value) static Address
Extensions.setPatNoFixedAddress
(Address context, boolean value) static Address
Extensions.setPreferred
(Address context, boolean value) -
Uses of Address in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AddressModifier and TypeMethodDescriptionprotected Address
JsonParser.parseAddress
(com.google.gson.JsonObject json) protected Address
XmlParser.parseAddress
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type AddressModifier and TypeMethodDescriptionprotected void
JsonParser.composeAddress
(String name, Address element) protected void
RdfParser.composeAddress
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Address element, int index) protected void
XmlParser.composeAddress
(String name, Address element) protected void
XmlParser.composeAddressElements
(Address element) protected void
JsonParser.composeAddressProperties
(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) -
Uses of Address in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as AddressModifier and TypeFieldDescriptionprotected Address
ExtendedContactDetail.address
Address for the contact.protected Address
Location.address
Physical location.protected Address
Patient.ContactComponent.address
Address for the contact person.Fields in org.hl7.fhir.r5.model with type parameters of type AddressModifier and TypeFieldDescriptionPatient.address
An address for the individual.Person.address
One or more addresses for the person.Practitioner.address
Address(es) of the practitioner that are not role specific (typically home address).RelatedPerson.address
Address where the related person can be contacted or visited.Methods in org.hl7.fhir.r5.model that return AddressModifier and TypeMethodDescriptionPatient.addAddress()
Person.addAddress()
Practitioner.addAddress()
RelatedPerson.addAddress()
static Address
TypeConvertor.castToAddress
(Base b) Address.copy()
ExtendedContactDetail.getAddress()
Location.getAddress()
Patient.ContactComponent.getAddress()
Patient.getAddressFirstRep()
Person.getAddressFirstRep()
Practitioner.getAddressFirstRep()
RelatedPerson.getAddressFirstRep()
ElementDefinition.getDefaultValueAddress()
ElementDefinition.getFixedAddress()
Claim.AccidentComponent.getLocationAddress()
Claim.ItemComponent.getLocationAddress()
ClaimResponse.AddedItemComponent.getLocationAddress()
ExplanationOfBenefit.AccidentComponent.getLocationAddress()
ExplanationOfBenefit.AddedItemComponent.getLocationAddress()
ExplanationOfBenefit.ItemComponent.getLocationAddress()
ElementDefinition.getPatternAddress()
ElementDefinition.ElementDefinitionExampleComponent.getValueAddress()
Extension.getValueAddress()
InventoryItem.InventoryItemCharacteristicComponent.getValueAddress()
Parameters.ParametersParameterComponent.getValueAddress()
Task.TaskInputComponent.getValueAddress()
Task.TaskOutputComponent.getValueAddress()
Transport.ParameterComponent.getValueAddress()
Transport.TransportOutputComponent.getValueAddress()
Address.setCityElement
(StringType value) Address.setCountry
(String value) Address.setCountryElement
(StringType value) Address.setDistrict
(String value) Address.setDistrictElement
(StringType value) Address.setLine
(List<StringType> theLine) Address.setPostalCode
(String value) Address.setPostalCodeElement
(StringType value) Address.setStateElement
(StringType value) Address.setTextElement
(StringType value) Address.setType
(Address.AddressType value) Address.setTypeElement
(Enumeration<Address.AddressType> value) Address.setUse
(Address.AddressUse value) Address.setUseElement
(Enumeration<Address.AddressUse> value) protected Address
Address.typedCopy()
Methods in org.hl7.fhir.r5.model that return types with arguments of type AddressModifier and TypeMethodDescriptionPatient.getAddress()
Person.getAddress()
Practitioner.getAddress()
RelatedPerson.getAddress()
Methods in org.hl7.fhir.r5.model with parameters of type AddressModifier and TypeMethodDescriptionPatient.addAddress
(Address t) Person.addAddress
(Address t) Practitioner.addAddress
(Address t) RelatedPerson.addAddress
(Address t) void
Address.copyValues
(Address dst) ExtendedContactDetail.setAddress
(Address value) Location.setAddress
(Address value) Patient.ContactComponent.setAddress
(Address value) Method parameters in org.hl7.fhir.r5.model with type arguments of type AddressModifier and TypeMethodDescriptionPatient.setAddress
(List<Address> theAddress) Person.setAddress
(List<Address> theAddress) Practitioner.setAddress
(List<Address> theAddress) RelatedPerson.setAddress
(List<Address> theAddress) -
Uses of Address in org.hl7.fhir.r5.profilemodel
Methods in org.hl7.fhir.r5.profilemodel that return Address