Skip to content

Commit

Permalink
Merge pull request #174 from FirelyTeam/alexzautke-patch-2
Browse files Browse the repository at this point in the history
Add note about MediaType setting / Resolving terminology resources
  • Loading branch information
alexzautke committed May 5, 2021
2 parents 26f48c4 + 0147267 commit 1dd4bc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion firelyserver/features/terminology.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Pipeline
^^^^^^^^

Make sure to add the ``Vonk.Plugins.Terminology`` plugin to the PipelineOptions in appsettings in order to make use of the ``TerminologyIntegration`` plugin.
Additionally, to the "/administration" pipeline, ``Vonk.Plugins.Terminology`` can be used on the regular FHIR pipeline "/". Please note that in this case, CodeSystems and ValueSets are resolved from the Administration repository when executing a terminology operation and the correspoding resource is not provided as part of the request as a parameter.

.. code-block:: JavaScript
Expand Down Expand Up @@ -172,6 +173,7 @@ For each terminology service you can set the following options:
:Endpoint: The endpoint url where Firely Server can redirect the requests to.
:Username: If the terminology service uses Basic Authentication, you can set the required username here.
:Password: If the terminology service uses Basic Authentication, you can set the required password here.
:MediaType: Default Media-Type that should be used for serialization of the Parameters resources forwarded to the external terminology servie
Notes:
Expand Down Expand Up @@ -218,4 +220,4 @@ License
The Terminology plugin itself is licensed with the license token ``http://fire.ly/vonk/plugins/terminology``.
When you configure Remote Terminology Services it is your responsibility to check whether you are licensed to use those services.
When you configure Remote Terminology Services it is your responsibility to check whether you are licensed to use those services.

0 comments on commit 1dd4bc6

Please sign in to comment.