-
Issue
Currently, the RuleBuilder is ignoring filters on matching permissions.
Eg. FHIR_READ_ALL_IN_COMPARTMENT/Patient/lob1patient?code=foo and FHIR_READ_ALL_IN_COMPARTMENT/Patient/lob2patient?c…
-
HAPI FHIR does not support optional parameters of start end or type. Passing these parameters on the query string are ignored.
https://hapi.fhir.org/baseR4/Patient/1/$everything?_type=Observation…
-
Pagination issue where empty pages exist for records above 500 for All Locations and Service Point Inventory
Reproduce
1. Log in to the EUSM web app
2. Navigate to either the All Locations page o…
-
NOTE: Before filing a ticket, please see the following URL:
https://github.com/jamesagnew/hapi-fhir/wiki/Getting-Help
**Describe the bug**
The search parameter "name" is not working for the Patie…
-
**Describe the issue**
Please continue to support upload-igpack for FHIR version R4.
```
sams-work-mbp:hapi-fhir-4.0.0-cli sl9$ ./hapi-fhir-cli upload-igpack -v r4 -t http://localhost:8080/hapi-f…
-
**Describe the Issue**
- [x] https://github.com/google/android-fhir/issues/2561
- [x] https://github.com/google/android-fhir/issues/2559
- [ ] Caching the Questionnaires and the corresponding Str…
-
👋 It looks like `hapi-fhir-5.4.1-cli.zip` file is missed in the latest release?
-
**Is your feature request related to a problem? Please describe.**
Right now it logs under `context.custom.tags` while there is a dedicated `context.tags`
https://github.com/elastic/apm-agent-nodejs…
-
Hi!
When trying to create a ValueSet resource without the `url` property in R4 version, it throws an error:
```json
{
"resourceType": "OperationOutcome",
"text": {
"status": "generated…
-
While the following example is valid JSON, it is not valid FHIR JSON. It looks like HAPI is using GSON to parse this and GSON silently throws away all but the last value for `concept`.
```json
{
…