From 3e3aec47091a1b101aabf7233800d7c3feafb934 Mon Sep 17 00:00:00 2001 From: vickyjaiswal0308 <126092393+vickyjaiswal0308@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:44:48 +0000 Subject: [PATCH] Update retrieve-condition.md --- input/pagecontent/retrieve-condition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pagecontent/retrieve-condition.md b/input/pagecontent/retrieve-condition.md index c873700..b91d52f 100644 --- a/input/pagecontent/retrieve-condition.md +++ b/input/pagecontent/retrieve-condition.md @@ -27,7 +27,7 @@ Based on the example transaction Bundles given in the use case [Add RA Record](a /Patient?identifier=9912003888&_revinclude=Consent:patient&_revinclude=Flag:patient&_revinclude=Condition:patient ``` -This query will return the Patient resource using the patients NHS number (TODO will be profiled to check for this, reference this later). The assocaited resources that make up the RA are also returned, which are all using default Patient SearchParameters define in the base specification for each resource. +This query will return the Patient resource using the patients NHS number. The assocaited resources that make up the RA are also returned, which are all using default Patient SearchParameters define in the base specification for each resource. For the [first transaction example](Bundle-0001-add-condition-transaction-example.html), this is the [output of the query](Bundle-QUERY-OUTPUT--0001-add-condition-transaction-example.1.html).