UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

7 lines 554 B
export declare function getAllConcepts(): Promise<any>; export declare function deleteAllConcepts(): Promise<void>; export declare function addConcept(conceptFileName: string, id?: string): Promise<any>; export declare function deleteConcept(conceptMapId: string): Promise<void>; export declare function addPractitioner(entityFileName: string, id: string): Promise<import("axios").AxiosResponse<any, any>>; export declare function deletePractitioner(id: string): Promise<import("axios").AxiosResponse<any, any>>; //# sourceMappingURL=fhirHelpers.d.ts.map