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

Commit

Permalink
Updated R4 CareTeam Resource
Browse files Browse the repository at this point in the history
Formatting updates to be consistent across parameter table and notes, including punctuation, and matching _revinclude to other parameters' styling.

Verified good links throughout document and have validated that example API calls behave as noted with examples.
  • Loading branch information
kckeim committed Sep 15, 2023
1 parent 9b906f9 commit 9563596
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content/millennium/r4/clinical/care-provision/care-team.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ _Implementation Notes_
`encounter` | Required if `_id` or `patient` is not present | [`reference`] | Who care team is for. Example: `encounter=98765`
`category` | N | [`token`] | The scope of care team being searched for. Examples: `category=longitudinal`
`status` | N | [`token`] | Indicates the status of the care team
`_revinclude` | No | [`token`] | Provenance resource entries to be returned as part of the bundle. Example:_revinclude=Provenance:target
`_revinclude` | N | [`token`] | Provenance resource entries to be returned as part of the bundle. Example:_revinclude=Provenance:target

Notes:

Expand All @@ -75,11 +75,11 @@ Notes:
* The `category` parameter
* Only supports the codes longitudinal and encounter.
* Can only be used with the `patient` parameter.
* The longitudinal and encounter codes are defined by the CareTeam category system
* The longitudinal and encounter codes are defined by the CareTeam category system.

* The `_revinclude` parameter may be provided once with the value `Provenance:target`. Example: `_revinclude=Provenance:target`

* The `_revinclude` parameter may be provided with the `_id/patient` parameter. Example: `_id=LIFETIME_PROVIDER-4169494-0-4105597-0-0-0&_revinclude=Provenance:target`
* The `_revinclude` parameter
* May be provided once with the value `Provenance:target`. Example: `_revinclude=Provenance:target`
* May be provided with the `_id/patient` parameter. Example: `_id=LIFETIME_PROVIDER-4169494-0-4105597-0-0-0&_revinclude=Provenance:target`

* When `_revinclude` is provided in a request to the closed endpoint, the OAuth2 token must include the `user/Provenance.read` scope. Currently `patient/Provenance.read` is not supported and hence `_revinclude` cannot be utilised for patient persona.

Expand Down

0 comments on commit 9563596

Please sign in to comment.