Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Clarify date parameter's meaning #1006

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/millennium/r4/clinical/summary/procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Copy link
Member

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

`_revinclude` | No | [`token`] | Provenance resource entries to be returned as part of the bundle. Example:_revinclude=Provenance:target

Notes:
Expand Down