AddressUse
public enum AddressUse: StringThe use of an address
URL: http://hl7.org/fhir/address-use ValueSet: http://hl7.org/fhir/ValueSet/address-use
- 
                  
                  A communication address at a home. DeclarationSwift case home = "home"
- 
                  
                  An office address. First choice for business related contacts during business hours. DeclarationSwift case work = "work"
- 
                  
                  A temporary address. The period can provide more detailed information. DeclarationSwift case temp = "temp"
- 
                  
                  This address is no longer in use (or was never correct, but retained for records). DeclarationSwift case old = "old"
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           AddressUse Enum Reference
      AddressUse Enum Reference