fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
15 lines • 533 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.v2codeLookup = void 0;
const tslib_1 = require("tslib");
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
const hl7_dictionary_1 = tslib_1.__importDefault(require("hl7-dictionary"));
const v2codeLookup = (table, code) => {
// fork: ent.
return hl7_dictionary_1.default.tables[table.toString()].values[code];
};
exports.v2codeLookup = v2codeLookup;
//# sourceMappingURL=v2codeLookup.js.map