Updates 2024-05-14
· One min read
Admin Application Enhancements
Search Table Component
We've published a generative search table for FHIR. This component will automatically query for search parameters for a given resource type and display parameters as columns with the ability to filter and sort on each column. We've updated the admin app to use this table for searching resources.
Display Components
We now support readonly react components for the following data types:
- Address here
- CodeableConcept here
- Coding here
- HumanName here
- Identifier here
- Period here
- Quantity here
- Range here
IGUHealth Provider
We've updated IGUHealth Provider to support the following features:
- The client will now automatically initiate authentication flow after token expiration.
- Support for client-side redirects after successful login. This allows SPAs to redirect users back to their starting location in the app after a successful login.
Support for Missing
All parameters now support the missing modifier. This allows you to search for resources that do not have a value for a given parameter.
GET /Patient?name:missing=true