fhir
Here are 352 public repositories matching this topic...
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?)
-
Updated
May 11, 2020 - Java
Using C# 8.0
According to the documentation only netstandard2.1 is supporting C# 8.0 (https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/configure-language-version).
So we should also upgrade to netstandard2.1 (we are now supporting netstandard2.0). We have to check if that does not cause too much problems.
As shown in the example Read request at
https://www.hl7.org/fhir/overview-dev.html#read-reques it can be beneficial for some requests to tell the FHIR server not to use a cache.
I can't seem to figure out how to set a custom header for the Python Smart client. Can someone clarify?
-
Updated
May 11, 2020 - Java
Create end-users and developers documentation. The end-user documentation must also be navigable in offline mode.
The documentation will be hosted on:
- docs.hospitalrun.io for final users
- developers.hospitalrun.io for developers
Current strategy
@hosptialrun-org/docs
Typescript Create React App that hosts **docs.hos
Documentation
- Add Quickstart guide (Set up a FHIR Server)
- Add Quickstart guide (Set up a FHIR Facade)
- Add CORS guide
- Add oAuth2 guide
- Remove wiki
- Etc...
Documentation: http://firelyteam.github.io/spark/
The CqlTranslator constructor takes multiple parameters (in addition to the CqlTranslator.Options enumeration) that affect output. Consolidate these parameters into a CqlTranslationOptions class that better supports description of all the options, rather than just those characterized in the enumeration.
-
Updated
Apr 15, 2020 - Swift
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.
-
Updated
Sep 16, 2019 - Swift
Old gmaven plugin used to generate sources needed for groovy-docs generation is failing on IPF 3.0.
Try to update on G-Docs plugin or something newer...
Server response included:
content-type: application/json;charset=utf-8
If the "charset=utf-8" weren't there, would this be acceptable? Does the charset make it wrong per Inferno?
When you attempt to make the current script auto-startable (sudo update-rc.d delayed-job defaults) you get this warning, and the service will fail to start upon reboot:
update-rc.d: warning: /etc/init.d/delayed-job missing LSB information
update-rc.d: see http://wiki.debian.org/LSBInitScripts
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
-
Updated
May 1, 2020 - TypeScript
-
Updated
Apr 5, 2020 - TypeScript
-
Updated
Jan 19, 2020 - Go
in AMIA tutorial, you used \ to escape "
better approach would be to do ' my text with "quotes" '
it would make the tutorial much more readable!
-
Updated
May 12, 2020 - Java
-
Updated
May 7, 2020 - JavaScript
Improve this page
Add a description, image, and links to the fhir topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the fhir topic, visit your repo's landing page and select "manage topics."


If you are looking for issues to work on, here are some issues organized by priority:
(most of these are not simple straightforward issues; there are some nice small, but more complicated issues