Skip to content

Commit

Permalink
First commit of separate Simplifier.net documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wardweistra committed Feb 18, 2021
1 parent a8f3faa commit cd29c93
Show file tree
Hide file tree
Showing 79 changed files with 2,147 additions and 20 deletions.
10 changes: 10 additions & 0 deletions FHIRRegistry.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FHIR Registry
^^^^^^^^^^^^^
The `FHIR registry <https://registry.fhir.org>`_ enables you to search for published FHIR resources created for STU3 in International, National, Institute or Regional projects on Simplifier.net. Test projects are excluded. The aim of this registry is to encourage re-use of profiles and extensions by providing a centralised search location for all of them. The registry supports free-text search as well as the following parameters:

* resourceType: search by resource type, (e.g. resourceType:Patient)
* jurisdiction: search by jurisdiction code in a conformance resource (e.g. jurisdiction:US)

Below you can download a quick guide to the FHIR registry, which was made for the HL7 Working Group Meeting in New Orleans (Jan, 2018).

:download:`Quick guide to the FHIR registry (pdf) <QuickGuideFHIRregistry.pdf>`
48 changes: 48 additions & 0 deletions Knownissues.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
Known issues
============

If your issue is not listed below, please contact us at
[email protected] or (for customers) `our premium support desk`_.

*Updated for version 24.3*

.. list-table::
:widths: 10, 10, 10
:header-rows: 1

* - Status
- Category
- Description
* - Open
- Packages
- | On package creation duplicate files can
| be introduced. For now: Make sure your
| project does not use the same filename
| (without the extension) twice. We
| are working to warn you about this in the
| proces. (SIM-960)
* - Workaround in place
- Validation
- | Validation against FHIR version 3.0.2
| gives ``eld-16`` `warning 2009`_ and `error 1012`_.
| This is due to an error in FHIR. The errors
| should not prevent the rest of the
| validation of the resource. The
| underlying issue `has been acknowledged`_
| and should be resolved in a possible FHIR version
| 3.0.3. Simplifier will silence these
| errors and warnings for you.
All our tooling is built on top of the official Firely .NET SDK developed and managed by Firely. The `SDK is open source
and maintained on Github`_ and `issues are publicly tracked there`_.

HL7 is maintaining a `known issue list for the FHIR specifications on
their Confluence`_.

.. _our premium support desk: https://firely.atlassian.net/servicedesk
.. _warning 2009: https://simplifier.net/docs/fhir-net-api/Code-2009
.. _error 1012: https://simplifier.net/docs/fhir-net-api/Code-1012
.. _has been acknowledged: https://jira.hl7.org/browse/FHIR-25776
.. _SDK is open source and maintained on Github: https://github.com/FirelyTeam/firely-net-sdk/
.. _issues are publicly tracked there: https://github.com/FirelyTeam/firely-net-sdk/issues
.. _known issue list for the FHIR specifications on their Confluence: https://confluence.hl7.org/display/FHIR/Known+Issues+with+the+published+FHIR+Specifications
Binary file added QuickGuideFHIRregistry.pdf
Binary file not shown.
Loading

0 comments on commit cd29c93

Please sign in to comment.