-
**Describe the bug**
Our ElementModel.Quantity datatype has a value field of type System.Decimal. There are two issues with this:
- Retaining precision of decimals is not guaranteed, especially af…
-
This is a concept to make it easy to generate FHIR resources.
# Builder Functions.
We can introduce "builder" functions which make it easy to create a FHIR resource. Every FHIR resource type sho…
-
When searching for a resource and adding _format=application/fhir+json it is returning XML.
If used _format=application/json it is returning JSON.
The specs from HLl7 FHIR have these MIME-TYPES:
…
-
The FHIR server accepts a Bundle containing an Id, changes the value of the Id, and returns success.
FHIR Spec Section 2.1.0.13 states: “If the client wishes to have control over the id of a newly su…
-
Hey all,
I was trying to write some custom tests for the SubscriptionTopic resource, and it seems like it is not supported. I was digging into the fhir_models gem since it seems like that is the so…
-
As part of core FHIR spec if something is missing that is required, this is to say "I don't have it and here's why"
-
FHIR is a data format/RESTful API specification that is expected to be the main future method for exchange of data in the operational healthcare space. I'm interested in an R package that provides dir…
-
From the FHIR spec:
"If a subscription nominates a fixed end date, the server automatically deletes it at the specified time."
ref. https://www.hl7.org/fhir/subscription.html
-
When running `generate_protos.sh proto/google/fhir_examples/myprofile:myprofile`, I get:
```
ERROR: /private/var/tmp/_bazel_sttawm/af784bd1a9c84e41a49e63c2d22f20ae/external/com_google_fhir/spec/BU…
-
"Binary" resource type has special behavior in REST GET requests, which currently leads to confusing behavior in app.medplum.com. This is especially true if the content of the Binary is JSON, because…