Stream: conformance
Topic: Querying default Search Parameters
Abby George (Feb 05 2020 at 22:01):
I'm building a React app over a FHIR sever and attempting to display stats on all attributes for a resource. For example, "Patient" would show the user pie charts of the distributions of gender, language, etc. Is there a way to query individual resources and see a comprehensive list of the SearchParameters available? I am trying to avoid hardcoding the default search parameters for a base resource (for Patient these would be things like name, address, gender), but querying /SearchParameters?base=Patient
doesn't return these default params. thanks!
Grahame Grieve (Feb 05 2020 at 22:04):
look in the capability statement returned from /metadata
Abby George (Feb 05 2020 at 22:05):
great, thanks!
Last updated: Apr 12 2022 at 19:14 UTC