/**
 * © 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.';
};
