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

Conformance API? #104

Open
aspencerpsu opened this issue Sep 16, 2017 · 1 comment
Open

Conformance API? #104

aspencerpsu opened this issue Sep 16, 2017 · 1 comment
Labels
enhancement New feature or request

Comments

@aspencerpsu
Copy link

aspencerpsu commented Sep 16, 2017

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

@mike1pol
Copy link
Collaborator

Please provide PR with tests - i will help.

@mike1pol mike1pol added the enhancement New feature or request label Sep 12, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants