# How to set my local FHIR Terminoloy server in order to get coded elements populated? **Category:** [Platform](https://discourse.openehr.org/c/platform-implem/7) **Created:** 2024-09-19 03:00 UTC **Views:** 82 **Replies:** 3 **URL:** https://discourse.openehr.org/t/how-to-set-my-local-fhir-terminoloy-server-in-order-to-get-coded-elements-populated/5733 --- ## Post #1 by @linforest How to set my local FHIR Terminoloy server in order to get coded elements populated in a example Composition? Using the [openEHR tool](https://github.com/sasurfer/openEHR-tool) to **Get an example Composition from a template**, it would complain that there is **No example for termínology**: ``` Example Coded Element Name No example for termínology '//fhir.hl7.org/ValueSet/$expand?url=https://example.com/fhir/ValueSet/valueset-exmaple' available //fhir.hl7.org/ValueSet/$expand?url=https://example.com/fhir/ValueSet/valueset-exmaple 42 ``` As you know, in the online Archetype Designer, a local FHIR Terminoloy server can be set to do so. Where should such settings be specified in the [openEHR tool](https://github.com/sasurfer/openEHR-tool) or EHRBase Server? Thanks in advance. **Related Topic**: * [openEHR-tool](https://discourse.openehr.org/t/openehr-tool) --- ## Post #2 by @surfer I haven't set up the FHIR terminology server yet. Maybe this conversation helps: https://discourse.openehr.org/t/how-to-set-external-terminology-validation/3755/11 and the official documentation: https://docs.ehrbase.org/docs/EHRbase/Explore/Terminology --- ## Post #3 by @linforest Thanks a lot, @surfer. Exactly what I'm looking for. BTW, for me at least, the official EHRBase Docs could only accessed by utilizing the webpage cached by Microsoft Bing. [quote="surfer, post:2, topic:5733"] and the official documentation: https://docs.ehrbase.org/docs/EHRbase/Explore/Terminology [/quote] Weeks ago, [EHRBase Docs at readthedocs.io](https://ehrbase.readthedocs.io/en/latest) was available for me, but saddly now such a link would redirect me to the official one. This might be one of the reasons why I have so many questions that would frequently bother my dear friends here. --- ## Post #4 by @linforest Hi, @surfer . Thanks to your help, the env variables for my local terminology server has now been successfully set for EHRBase. See *[How to set external terminology validation](https://discourse.openehr.org/t/how-to-set-external-terminology-validation/3755)* for details. During the start process of the EHRBase docker image, its message says that it has successfully recognized the baseURL of the specified terminology server. However, the operation **GET Example Composition** still fails to obtain the valueset needed to populate the coded data element. --- **Canonical:** https://discourse.openehr.org/t/how-to-set-my-local-fhir-terminoloy-server-in-order-to-get-coded-elements-populated/5733 **Original content:** https://discourse.openehr.org/t/how-to-set-my-local-fhir-terminoloy-server-in-order-to-get-coded-elements-populated/5733