Skip to content

Commit

Permalink
Merge pull request #185 from FirelyTeam/alexzautke-patch-1
Browse files Browse the repository at this point in the history
Fix ref to FHIR Mapper docs
  • Loading branch information
cheng13231 committed May 27, 2021
2 parents 988b7ee + d9f239d commit d23dde4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,6 @@
'firely_terminal_docs': ('https://docs.fire.ly/projects/Firely-Terminal/', None),
'forge_docs': ('https://docs.fire.ly/projects/Forge/', None),
'firely_net_sdk_docs': ('https://docs.fire.ly/projects/Firely-NET-SDK/', None),
'simplifier_docs': ('https://docs.fire.ly/projects/Simplifier/', None)}
'simplifier_docs': ('https://docs.fire.ly/projects/Simplifier/', None),
'fhir_mapper_docs': ('https://docs.fire.ly/projects/FHIR-Mapper/', None)
}
8 changes: 4 additions & 4 deletions firelyserver/releasenotes/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Release 4.1.3 hotfix
Fix
^^^
#. Fixed a bug where a number of concurrent $transform requests on a freshly started Firely Server could lead to Internal Server Error responses.
#. Upgraded the Mapping plugin to :ref:`mapping_releasenotes_071`.
#. Upgraded the Mapping plugin to :ref:`fhir_mapper_docs:mapping_releasenotes_071`.

.. _vonk_releasenotes_412:

Expand Down Expand Up @@ -161,7 +161,7 @@ Fixes
Plugin and Facade
^^^^^^^^^^^^^^^^^

#. The mapping plugin is upgraded to the Mapping Engine 0.6.0, see its :ref:`releasenotes <mapping_releasenotes_060>`.
#. The mapping plugin is upgraded to the Mapping Engine 0.6.0, see its :ref:`releasenotes <fhir_mapper_docs:mapping_releasenotes_060>`.
#. As announced in :ref:`vonk_releasenotes_300` we removed support for creating a Facade as a standalone ASP.Net Core project. You can now only build a Facade as a plugin to Firely Server. See :ref:`vonk_facade` on how to do that.
#. The order of some plugins has changed. This way it is possible to add a plugin between PreValidation and UrlMapping:

Expand Down Expand Up @@ -297,7 +297,7 @@ Features

#. We upgraded the FHIR .NET API to 1.9, see the `1.9 releasenotes <https://github.com/FirelyTeam/firely-net-sdk/releases>`_. This will trigger an automatic :ref:`import of the Conformance Resources <conformance_specification_zip>` at startup.
#. We upgraded the `Fhir.Metrics library <https://github.com/FirelyTeam/fhir.metrics>`_ to 1.2. This allows for a more uniform search on Quantities (mainly under the hood)
#. We upgraded the FHIR Mapping plugin to support the FHIR Mapper version 0.5. See its :ref:`FHIR Mapper releasenotes <mapping_releasenotes_050>`.
#. We upgraded the FHIR Mapping plugin to support the FHIR Mapper version 0.5. See its :ref:`FHIR Mapper releasenotes <fhir_mapper_docs:mapping_releasenotes_050>`.
#. The :ref:`built-in terminology services <feature_terminology>` now support the ``includeDesignations`` parameter.
#. The :ref:`vonk_reference_api_ivonkcontext` now lets you access the original HttpContext.
#. The CapabilityStatement now lists the profiles that are known to Vonk (in its Administration database) under ``CapabilityStatement.rest.resource.supportedProfile`` (>= R4 only) and the base profile for a resource under ``CapabilityStatement.rest.resource.profile``.
Expand Down Expand Up @@ -360,7 +360,7 @@ Features
Plugins
^^^^^^^

#. The FHIR Mapper plugin is upgraded to :ref:`version 0.3.6 <mapping_releasenotes_036>`.
#. The FHIR Mapper plugin is upgraded to :ref:`version 0.3.6 <fhir_mapper_docs:mapping_releasenotes_036>`.
#. The FHIR Mapper plugin now fully works on the *Administration* endpoint.


Expand Down

0 comments on commit d23dde4

Please sign in to comment.