How to set my local FHIR Terminoloy server in order to get coded elements populated in a example Composition?
Using the openEHR tool to Get an example Composition from a template, it would complain that there is No example for termínology:
<items xsi:type="ELEMENT" archetype_node_id="at0089">
<name>
<value>Example Coded Element Name</value>
</name>
<value xsi:type="DV_CODED_TEXT">
<value>No example for termínology '//fhir.hl7.org/ValueSet/$expand?url=https://example.com/fhir/ValueSet/valueset-exmaple' available</value>
<defining_code>
<terminology_id>
<value>//fhir.hl7.org/ValueSet/$expand?url=https://example.com/fhir/ValueSet/valueset-exmaple</value>
</terminology_id>
<code_string>42</code_string>
</defining_code>
</value>
</items>
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 or EHRBase Server?
Thanks in advance.
Related Topic: