I'm able to fetch a fhirStore object with the JS api, but I don't see any decent examples of how to update the fhirStore to use defaultSearchHandlingStrict = true. Thanks
How do I set defaultSearchHandlingStrict via the Google Healthcare API?
45 views Asked by a1----- At
1
The Cloud Healthcare API docs have a guide for how to update a FHIR store config, link. Updating the strict handling behaviour can be done in the same way as other properties of the FHIR store config. If you're using JS this might look something like
(example adapted from the linked page)