-
Notifications
You must be signed in to change notification settings - Fork 114
Soarian Fhir R4 Goal Resource Documentation #759
base: main
Are you sure you want to change the base?
Conversation
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.
+1 Looks good to me!
|
||
The Goal resource describes intended objectives for a patient. A goal is typically expressed as a desired outcome or health state for a patient to achieve over a period or at a specific point in time. A goal may address preventative health or mitigation of a diagnosis or problem. Goals can be nonhealth care related (for example, to dance at a wedding). | ||
|
||
Soarian Clinicals<sup>®</sup> supports a read-only Application Programming Interface (API). This API accepts `GET` and `POST` based [search] and `GET` based [read] interactions. The response represents the most current information about the patient that is charted in Soarian Clinicals<sup>®</sup> at the time of the query. |
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.
I see that soarian accepts read only application , so the calls should be of get ? Do we use POST calls in any of the specific cases ?
#### Request | ||
|
||
GET https://fhir-myrecord-sc.sandboxcerner.com/r4/3f2aca24-87f3-4eac-a6d7-1f75247e6b43/Goal?patient=A879904FD2FE4B2D90C89FDA84E1285F | ||
|
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.
Urls of the tenant key needs to be of prod domain ,I see different tenant key in most the examples.
https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Patient/A879904FD2FE4B2D90C89FDA84E1285F'
|
||
## Authorization Types | ||
|
||
<%= authorization_types(provider: true, patient: true)%> |
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.
Do we need to support system authorization type ?
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.
yes we support and updated the required changes.
|
||
### Authorization Types | ||
|
||
<%= authorization_types(provider: true, patient: true)%> |
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.
I believe system is also supported here
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.
yes we support and updated the required changes.
`_id` | This, or `patient` | [`token`] | The logical resource ID associated with the resource. | ||
`patient` | This, or `_id` | [`reference`] | The patient who has the goal. | ||
`_revinclude` | No | [`_revinclude`] | A request to include any Provenance resource in the bundle that refers to a Goal resource in the search results. Only supported with Provenance. | ||
|
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.
can we reuse the revinclude notes from here https://github.com/cerner/fhir.cerner.com/pull/677/files#diff-7b4907a64ed4a5fda66147bdbf13c90120e8b4a4c8075a925136b9e13a390b11R66
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.
I checked and it is same as Patient resource. can you please point out the exact changes needed!
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.
Address the review comments for the URLs
Description
Soarian Fhir R4 Goal Resource
PR Checklist
Screenshot(s) of changes attached before changes merged.
Screenshot(s) of changes attached after changes merged and published.