fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
10 lines • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LOCAL_FHIR_API = exports.LOCAL_FHIR_SERVER_BASE = void 0;
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
exports.LOCAL_FHIR_SERVER_BASE = 'http://localhost:8080';
exports.LOCAL_FHIR_API = `${exports.LOCAL_FHIR_SERVER_BASE}/fhir`;
//# sourceMappingURL=config.js.map