UNPKG

fhirtypes

Version:
10 lines (9 loc) 327 B
/** * @name AddressUse * @description The use of an address. * @description home | work | temp | old | billing * @see <a href="https://hl7.org/fhir/R4/valueset-address-use.html">AddressUse</a> * @version R4 * @author Roberto Araneda Espinoza */ export type AddressUseType = 'home' | 'work' | 'temp' | 'old' | 'billing';