Skip to content

Commit

Permalink
fix example link
Browse files Browse the repository at this point in the history
  • Loading branch information
declankieran committed Jan 28, 2024
1 parent 2434d5f commit 7486d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/pagecontent/add-condition.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The master Flag and condition Flag (and associated Condition) resources are incl
This example simply adds conditions to the previous transaction resource to demonstrate the ability to add new conditions to the same data structure and reply in an idempotent way. The request entry in the transaction Bundle for the second condition uses the uuid from the fullUrl on the Bundle entry to use in the URL for the PUT method. The first uses the patient uuid as a search parameter for the PUT. A uuid would be the preferred method to construct the uuid for the fullUrl in the Bundle entry, so this should be a reasonable example. This example is just to demonstrate ReSTful capabilities of the FHIR spec.
</p>

[Example: Addition condition to previous Transaction](Bundle-add-condition-transaction-example-1.html).
[Example: Addition condition to previous Transaction](Bundle-add-condition-transaction-example-2.html).

<p>
<b>TODO:</b> maybe cover other ways of doing this, all POST's, if-match, X-provenance, batch tranaction etc...
Expand Down

0 comments on commit 7486d7e

Please sign in to comment.