FHIR Chat · Hosting Terminology Service · terminology

Stream: terminology

Topic: Hosting Terminology Service


view this post on Zulip Eddie Shah (Mar 02 2021 at 22:53):

In a traditional FHIR implementation do we always setup a separate Terminology Service ? Like in cloud implementations Google , Azure. If so do then we need to load all the reference data external and internal to this server and manage this dataset with licenses etc. Is there another path to have code lookups done ?

view this post on Zulip Lloyd McKenzie (Mar 02 2021 at 23:48):

You're free to have terminology functions done internally. The notion of an external terminology service is only appealing if you have more sophisticated terminology requirements (e.g. subsumption testing) and don't want to take on the job of doing that efficiently yourself.

view this post on Zulip Robert McClure (Mar 03 2021 at 19:25):

@Eddie Shah Yes, if you host and manage all the needed content for an IG internally within your FHIR server, you must meet all the IP requirements for all the IP-constrained code systems. You don't need a terminology service to do that and using one that is external doesn't change the need to meet IP requirements for use. As Lloyd noted, if you take on terminology internally, you just have to do all the needed things yourself, like maintenance, updating, and providing all functionality you require, like subsumption and expansions.

view this post on Zulip Eddie Shah (Mar 03 2021 at 19:44):

1: One question would be is before writing data. into FHIR the records from source system either need lookups to code systems like NDC's, SNOWMED-CT , LIONC etc If i am not using external API's to validate does that mean i have to get the licenses and manage the codes locally for lookups ?
2: Also for custom codes will they be stored in FHIR server itself if the volume is low like under 1000. codes ? also do i need a canonical url for the custom code as well ?


Last updated: Apr 12 2022 at 19:14 UTC