fume-fhir-converter
Version:
FHIR-Utilized Mapping Engine - Community
10 lines • 524 B
TypeScript
/**
* © Copyright Outburn Ltd. 2022-2024 All Rights Reserved
* Project name: FUME-COMMUNITY
*/
export declare const getTable: (tableId: string) => Promise<any>;
export declare const getCodeSystem: (codeSystemId: string) => Promise<any>;
export declare const getValueSet: (valueSetId: string) => Promise<any>;
export declare const codeSystemDictionary: (codeSystemId: string) => Promise<any>;
export declare const valueSetExpandDictionary: (valueSetId: string) => Promise<any>;
//# sourceMappingURL=conformance.d.ts.map