UNPKG

fume-fhir-converter

Version:

FHIR-Utilized Mapping Engine - Community

8 lines (7 loc) 339 B
/** * © Copyright Outburn Ltd. 2022-2024 All Rights Reserved * Project name: FUME-COMMUNITY */ export const registerTable = (tableId: string): string => { return 'No need to register tables anymore. You may use $translate() with any ConceptMap that exists on your FHIR server. The $registerTable function has been depricated.'; };