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

Commit

Permalink
Added "logical resource" language for performer
Browse files Browse the repository at this point in the history
  • Loading branch information
kckeim committed Nov 6, 2023
1 parent 83d174e commit f934508
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Search for MedicationAdministrations that meet supplied query parameters:
`_id` | Conditionally | [`token`] | The logical resource ID associated with the resource. It may be a list separated by commas. This parameter is required if the `patient` parameter is not used. Example: `_id=12345`
`patient` | Conditionally | [`reference`] | The specific patient to return medication administrations for. This parameter is required if the `_id` parameter is not used. Example: `patient=1234`
`status` | No | [`token`] | The status of the medication administration event. It may be a list separated by commas. Example: `status=completed,not-done`
`performer` | No | [`reference`] | The practitioner who administered the medication. It may be a list separated by commas. Example: `performer=1245,7659`
`performer` | No | [`reference`] | The logical resource ID of the practitioner who administered the medication. It may be a list separated by commas. Example: `performer=1245,7659`
`effective-time` | No | [`dateTime`] | A date range for when the administration happened. Example: `effective-time=ge2014-05-19T20:54:02.000Z`
[`_count`] | No | [`number`] | The maximum number of results to include in a page. Example: `50`

Expand Down

0 comments on commit f934508

Please sign in to comment.