-
Notifications
You must be signed in to change notification settings - Fork 114
Conversation
@airandfingers - what would you like to do here? @amcginn / @RicardoCrespo-ora |
@airandfingers, can you spin up [1] the site locally with this change and post the screenshot with the changes? [1] https://github.com/cerner/fhir.cerner.com#viewing-documentation-locally |
@@ -57,7 +57,7 @@ Search for Procedures that meet supplied query parameters: | |||
`_id` | This or `patient` or `subject` | [`token`] | The logical resource id associated with the resource. | |||
`patient` | This or `_id` or `subject` | [`reference`] | Who the procedure is for. Example: `12345` | |||
`subject` | This or `_id` or `patient` | [`reference`] | Who the procedure is for. Example: `Patient/12345` | |||
`date` | No | [`dateTime`] | Date range into which the procedure falls. Example: `date=gt2015-09-24T12:00:00.000Z&date=le2020-07-15T16:00:00.000Z` | |||
`date` | No | [`dateTime`] | Date range in which the procedure was performed. Example: `date=gt2015-09-24T12:00:00.000Z&date=le2020-07-15T16:00:00.000Z` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this could be even more specific and call out Procedure.performed
@kckeim, we should probably also add a note in the below section about how this is handled when the Procedure has a period. this part can be done in our more thorough review coming up
Thanks for the link! Unfortunately, after updating ruby and bundler per the error messages output when I tried to run
Is a screenshot really necessary for a simple text change? |
Covered by changes to #1016, thanks! |
Description
Add some text to clarify that specifying a
date
parameter for aProcedure.search
call filters based on the procedure'sperformed
time, not itslastUpdated
time.Fixes #1005
PR Checklist
Not sure how to generate this screenshot. Happy to provide one if doing so is a hard requirement!