Skip to content

Commit

Permalink
Update simplifierWriteConnector.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
mharthoorn committed Apr 26, 2016
1 parent 975efdf commit 66913ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs_simplifier/simplifierWriteConnector.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ simplifier
simplifier.ResourceJson
Since in essence it is a fhir.js client, simplifierServer also exposes all the methods implemented in fhir.js
Since in essence it is a fhir.js client, the simplifier client also exposes all other methods from in fhir.js like:

.. code-block:: Javascript
Expand All @@ -72,5 +72,5 @@ A simple redirect that provides the target location with the resource endpoint o

.. code-block:: Javascript
window.location.href = "http://clinfhir.com/createExample?profile="+simplifierServer.ResourceEndpoint;
window.location.href = "http://clinfhir.com/createExample?profile="+simplifier.ResourceEndpoint;

0 comments on commit 66913ea

Please sign in to comment.