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

Soarian Fhir R4 Goal Resource Documentation #759

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

SachinPai04
Copy link

@SachinPai04 SachinPai04 commented Oct 14, 2021

Description
Soarian Fhir R4 Goal Resource

PR Checklist

  • Screenshot(s) of changes attached before changes merged.
    image
    image
    image
    image
    image
    image
    image
    image

  • Screenshot(s) of changes attached after changes merged and published.

Copy link

@HRNWriter HRNWriter left a 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!

@ashu-bdvt ashu-bdvt requested review from NeethuKP and removed request for ashu-bdvt and sonikrish October 29, 2021 04:13

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.
Copy link
Contributor

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

Copy link
Contributor

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)%>
Copy link
Contributor

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 ?

Copy link
Author

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)%>
Copy link
Contributor

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

Copy link
Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

@SachinPai04 SachinPai04 Oct 29, 2021

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!

Copy link
Contributor

@NeethuKP NeethuKP left a 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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants