UNPKG

fhirtypes

Version:
18 lines (17 loc) 627 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AddressTypeEnum = void 0; /** * @name AddressType * @description The type of an address (physical / postal). * @description postal | physical | both * @see <a href="https://hl7.org/fhir/R4/valueset-address-type.html">AddressType</a> * @version R4 * @author Roberto Araneda Espinoza */ var AddressTypeEnum; (function (AddressTypeEnum) { AddressTypeEnum["POSTAL"] = "postal"; AddressTypeEnum["PHYSICAL"] = "physical"; AddressTypeEnum["BOTH"] = "both"; })(AddressTypeEnum || (exports.AddressTypeEnum = AddressTypeEnum = {}));