This code system http://hl7.org/fhir/address-use defines the following codes:

Code Display Definition
home Home A communication address at a home.
work Work An office address. First choice for business related contacts during business hours.
temp Temporary A temporary address. The period can provide more detailed information.
old Old / Incorrect This address is no longer in use (or was never correct but retained for records).
billing Billing An address to be used to send bills, invoices, receipts etc.
<status value="active"/> <experimental value="false"/> <date value="2023-03-26T15:21:02+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The use of an address."/> <jurisdiction> <coding> <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> <code value="001"/> <display value="World"/> </coding> </jurisdiction> <caseSensitive value="true"/> <valueSet value="http://hl7.org/fhir/ValueSet/address-use"/> <content value="complete"/> <concept> <code value="home"/> <display value="Home"/> <definition value="A communication address at a home."/> </concept> <concept> <code value="work"/> <display value="Work"/> <definition value="An office address. First choice for business related contacts during business hours."/> </concept> <concept> <code value="temp"/> <display value="Temporary"/> <definition value="A temporary address. The period can provide more detailed information."/> </concept> <concept> <code value="old"/> <display value="Old / Incorrect"/> <definition value="This address is no longer in use (or was never correct but retained for records)."/> </concept> <concept> <code value="billing"/> <display value="Billing"/> <definition value="An address to be used to send bills, invoices, receipts etc."/> </concept> </CodeSystem>