UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

12 lines 690 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setFhirClient = exports.getFhirClient = exports.FhirClient = void 0; /** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ var client_1 = require("./client"); Object.defineProperty(exports, "FhirClient", { enumerable: true, get: function () { return client_1.FhirClient; } }); Object.defineProperty(exports, "getFhirClient", { enumerable: true, get: function () { return client_1.getFhirClient; } }); Object.defineProperty(exports, "setFhirClient", { enumerable: true, get: function () { return client_1.setFhirClient; } }); //# sourceMappingURL=index.js.map