From 676960416d1ab3c9b074ca5e73d18f9586772baf Mon Sep 17 00:00:00 2001 From: Oleksandr Khoroshko Date: Mon, 18 Apr 2022 13:41:42 +0000 Subject: [PATCH] change Procedure search date notes --- content/millennium/r4/clinical/summary/procedure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/millennium/r4/clinical/summary/procedure.md b/content/millennium/r4/clinical/summary/procedure.md index 3c4d606be..6103937fc 100644 --- a/content/millennium/r4/clinical/summary/procedure.md +++ b/content/millennium/r4/clinical/summary/procedure.md @@ -52,7 +52,7 @@ Search for Procedures that meet supplied query parameters: Notes: * If `_id` is provided, `patient` or `subject` can no longer be provided. -* A `date` parameter may be provided once with a prefix and time component to imply a date range. Alternately it may be provided twice with `le`, `lt`, `ge`, or `gt` prefixes and time component to search for procedures within a specific range. The date and prefix pairs must create a closed range. +* A `date` parameter may be provided once without a prefix or time component to imply a date range or once without a prefix and with a time component. Alternately it may be provided twice with `le`, `lt`, `ge`, or `gt` prefixes to search for procedures within a specific range. The date and prefix pairs must create a closed range. Must be set with patient or subject. * The `_revinclude` parameter may be provided once with the value `Provenance:target`. Example: `_revinclude=Provenance:target` * The `_revinclude` parameter may be provided in combination with the `_id/patient` parameter. Example: `_id=570007845&_revinclude=Provenance:target` or `patient=12345&_revinclude=Provenance:target`. * When `_revinclude` is provided in a request to a closed endpoint, the OAuth2 token must include the `user/Provenance.read` scope.