Stream: analytics on FHIR
Topic: Querying base resource default search parameters
Abby George (Feb 05 2020 at 22:01):
Edit: resolved here https://chat.fhir.org/#narrow/stream/179177-conformance/topic/Querying.20default.20Search.20Parameters/near/187499662
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!
Last updated: Apr 12 2022 at 19:14 UTC