Skip to content
#

fhir

Here are 352 public repositories matching this topic...

jamesagnew
jamesagnew commented Mar 24, 2020

A common mistake is trying to use the _include search parameter on a read. I'd like to help people realize their mistake by specifically raising a helpful error when this happens.

This could probably be done right inside ReadMethodBinding.

Might be worth looking at the FHIR Search page to identify any other candidates (revinclude, count, maybe others?)

lmckenzi
lmckenzi commented Aug 14, 2018

It wasn't immediately clear in the spec how to differentiate between suggestions to replace a resource with something new vs. adding an additional action while leaving the current resource in place. Isaac confirmed that replace is handled with a delete +create. It would be good to include an example of this in the spec.

lmsurpre
lmsurpre commented Feb 26, 2020

Is your feature request related to a problem? Please describe.
Calls to the /metadata take a long time and it shouldn't change unless someone updates the config. At the very least, we should make sure we're adding reasonable cache-control headers.

Describe the solution you'd like
I'd love to start caching this, maybe on a per-tenant basis....

**Describe alternatives you've conside

Improve this page

Add a description, image, and links to the fhir topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fhir topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.