UNPKG

fhirtypes

Version:
19 lines (18 loc) 892 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentRelationshipTypeEnum = void 0; /** * @name DocumentRelationshipType * @description The type of relationship that this document has with anther document. * @description replaces | transforms | signs | appends * @see <a href="https://hl7.org/fhir/R4/valueset-document-relationship-type.html">DocumentRelationshipType</a> * @version R4 * @author Roberto Araneda Espinoza */ var DocumentRelationshipTypeEnum; (function (DocumentRelationshipTypeEnum) { DocumentRelationshipTypeEnum["REPLACES"] = "replaces"; DocumentRelationshipTypeEnum["TRANSFORMS"] = "transforms"; DocumentRelationshipTypeEnum["SIGNS"] = "signs"; DocumentRelationshipTypeEnum["APPENDS"] = "appends"; })(DocumentRelationshipTypeEnum || (exports.DocumentRelationshipTypeEnum = DocumentRelationshipTypeEnum = {}));