fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
17 lines • 713 B
TypeScript
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
export type { CastToFhirOptions } from './castToFhir';
export type { flashMerge, FlashMergeOptions } from './flashMerge';
declare const _default: {
castToFhir: (options: import("./castToFhir").CastToFhirOptions, input: any) => Promise<{
[k: string]: any;
} | undefined>;
checkResourceId: (resourceId: any) => string | undefined;
flashMerge: (options: import("./flashMerge").FlashMergeOptions, baseObj: any, ruleObj: any) => Promise<any>;
finalize: (obj: any) => any;
wait: (milliseconds: number) => Promise<unknown>;
};
export default _default;
//# sourceMappingURL=index.d.ts.map