You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
Can there be a conformance method to get the search parameters for the FHIR server we are operating with?
Like:
smart.api.conformance({type: 'Condition'})[0].searchParams
//brings back keys of params so we can query the resources more efficiently
I have to run a separate $.get function callback to get the results and had to sift through the rest object, which is slightly annoying. I'll make a pull request if it's okay with you
The text was updated successfully, but these errors were encountered:
Can there be a conformance method to get the search parameters for the FHIR server we are operating with?
Like:
I have to run a separate $.get function callback to get the results and had to sift through the rest object, which is slightly annoying. I'll make a pull request if it's okay with you
The text was updated successfully, but these errors were encountered: