-
Notifications
You must be signed in to change notification settings - Fork 1
KOALA-2819: FHIR - Service Request #850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
- Add ServiceRequest to Provenance resource documentation - Add _revinclude search parameter to ServiceRequest endpoint with Provenance:target option
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.
Revert changes to this file.
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.
collections/_api/servicerequest.md
Outdated
| - value: active | ||
| - value: draft | ||
| - value: on-hold | ||
| - value: revoked | ||
| - value: completed | ||
| - value: entered-in-error | ||
| - value: unknown |
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.
Update this list to reflect which statuses we are supporting.
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.
collections/_api/servicerequest.md
Outdated
| attributes: | ||
| - name: reference | ||
| type: string | ||
| description: The reference string of the subject in the format of `"Patient/<id>"`. |
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.
Use a realistic patient ID example here instead of <id>.
collections/_api/servicerequest.md
Outdated
| attributes: | ||
| - name: reference | ||
| type: string | ||
| description: The reference string of the requester in the format of `"Practitioner/<id>"`. |
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.
Use realistic ID.
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.
collections/_api/servicerequest.md
Outdated
| type: string | ||
| description: Type the reference refers to (e.g. "Practitioner"). | ||
| - name: reasonReference | ||
| description: Reason for the request. Optional (0...N). References Conditions from Canvas. |
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.
| description: Reason for the request. Optional (0...N). References Conditions from Canvas. | |
| description: Reason for the request. References Conditions from Canvas. |
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.
collections/_api/servicerequest.md
Outdated
| attributes: | ||
| - name: reference | ||
| type: string | ||
| description: The reference string of the reason in the format of `"Condition/<id>"`. |
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.
Use realistic ID.
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.
collections/_api/servicerequest.md
Outdated
| - value: active | ||
| - value: draft | ||
| - value: on-hold | ||
| - value: revoked | ||
| - value: completed | ||
| - value: entered-in-error | ||
| - value: unknown |
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.
Update this list.
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.
collections/_api/servicerequest.md
Outdated
| - name: _revinclude | ||
| description: Include Provenance resources that reference this ServiceRequest. | ||
| type: string | ||
| search_options: | ||
| - value: "Provenance:target" |
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.
Look at other documentation to see if we include this. If we do we can leave it here, but if we typically don't, let's remove it for consistency.
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.
collections/_api/servicerequest.md
Outdated
| - value: completed | ||
| - value: entered-in-error | ||
| - value: unknown | ||
| - name: intent |
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.
Remove
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.
Co-authored-by: Christopher Sande <[email protected]>
https://canvasmedical.atlassian.net/browse/KOALA-2819
Related PRs: