UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

15 lines 802 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ declare const _default: { toJsonataString: (inExpr: string) => Promise<string | undefined>; getSnapshot: (rootType: string, fhirVersion: string, fhirPackageIndex: import("../conformance").IFhirPackageIndex, logger: import("../..").ILogger) => Promise<any>; getMandatoriesOfElement: (structId: string, relativePath: string) => Promise<any>; getMandatoriesOfStructure: (structId: string) => Promise<any>; getElementDefinition: (rootType: string, path: string | import("./getElementDefinition").FshPathObject) => any; replaceColonsWithBrackets: (path: string) => string; removeComments: (expr: string) => string; }; export default _default; //# sourceMappingURL=index.d.ts.map