Skip to main content

Frequently Asked Questions

What does Echidna do?

Echidna handles the heavy lifting, giving developers direct access to the most current terminologies. Echidna provides the following functions to applications:

  • Lookup a term: Using Echidna, programs (including AI) can look up the most appropriate concept to describe a procedure that was performed.
  • Translate between terminologies: find equivalent codes from other terminologies.
  • Find related terms: It is common for groups of terms to be used together. For example, a group of all drugs, a group of all symptoms of diabetes, or all medical devices. Such groups are called Value Sets and Echidna can find all concepts in a Value Set through a process called “Value Set expansion”, or to check whether a concept is a member of a Value Set.
  • Explain concepts: For almost every concept, Echidna can provide an ancestor: a broader, hierarchical category. For example, an ancestor of “Type II diabetes mellitus” is “Metabolic disease”.
  • Combinations of the above can provide additional functions such as disambiguation.

Is Echidna a replacement for Athena?

Echidna covers the same OMOP terminology as Athena and goes further — with a FHIR API for applications, a visual concept browser for exploring terminologies, and an MCP server for AI assistants. Some key differences are:

EchidnaAthena
AccessAPI, concept browser (GUI), and AI (MCP)Graphical user interface (GUI)
SpeedThousands of queries per secondManual
CostFree, paid or custom enterprise subscriptionsFree website
AudienceSoftware developers, ETL developers, terminologists, and AI agentsETL developers

Is Echidna a FHIR server like HAPI?

Echidna is a FHIR terminology server. It means that unlike HAPI and other FHIR servers, Echidna doesn’t exchange or store patient data, only the right codes that name diagnoses, procedures, observations, drugs and other concepts. It is important for systems to use Echidna so that they use the same version of the same terminology and can therefore communicate effectively and accurately.

What are medical terminologies?

Medical terminologies are like dictionaries of medical terms. Each term has one or more description, often synonyms in several languages, but only one unique identifier. This identifier ensures that all systems that use it are referring to the exact same thing. Some terminologies can be very specific, like RxNorm which only provides concepts relating to drugs approved in the USA, or very broad, like SNOMED that aims to provide concepts for all scenarios. Medical terminologies are a cornerstone of healthcare interoperability enabling software systems and devices to effectively communicate with each other using the same “language”. Using terminologies is therefore a critical component of every healthcare systems from devices communicating measurements to AI making recommendations. In other words, Echidna helps digital health developers ensure their applications are using the correct and most up-to-date clinical codes. Terminologies allow healthcare providers deliver safe and effective care to patients and their families, and to make sure they get paid for their services. As the richest FHIR API terminology server, the only official server for both FHIR and OMOP, and as the most scalable terminology server in the world, Echidna is the first choice for healthcare and life-sciences solution developers.

Different terminologies are often used for different purposes. For example, a LOINC code could be used to order a specific test from a pathology lab, and in the resulting lab reports. SNOMED may be used in a decision support system that reads the report and makes a diagnosis. ICD-10 may be used to generate the claim for the insurance provider to pay for the care of the patient with that diagnosis. It is common for system integrators and application developers to need to translate between terminologies. For the decision support system to work with the pathology system, it needs to translate from LOINC to SNOMED, and similarly, for the billing system to work with the diagnostic system, it needs to translate from SNOMED to ICD-10.

Because terminologies are instrumental to healthcare, healthcare developers have to make sure to always be using the latest terminology versions, across their internal and external networks. This puts a significant burden on system developers and maintainers as all terminology updates have to be applied simultaneously, in all systems and at all organizations. Using Echidna solves this problem, simply by being the source of terminology to all systems globally. Instead of having to download and manage a number of vocabularies, users of systems that rely on Echidna don’t have to spend hours upgrading terminologies across multiple systems, and coordinating terminology updates with other organizations. Echidna saves health informaticians time and significant effort so that they can focus on what really matters to their organizations: delivering better healthcare.

What FHIR Endpoints does Echidna support?

Echidna supports the following API endpoints and operations:

  • CodeSystem
    • CodeSystem/$lookup is used to look up a concept and its properties
    • CodeSystem/$validate-code is used to check if a concept-id (an integer) is a valid OMOP concept
    • CodeSystem/$subsumes is used to check if one concept is a child of another
  • ConceptMap
    • ConceptMap/$translate is used to convert an OMOP code (AKA concept-id) to a code from another vocabulary or vice versa
  • ValueSet
    • ValueSet/$expand is used to retrieve an entire ValueSet
    • ValueSet/$validate-code is used to check if a concept-id is in a ValueSet