Ben Li-Sauerwine

Results 26 comments of Ben Li-Sauerwine

Finally got the test server to verify that it is actually ready to accept connections in a robust way! Sorry about holding the test queue up for so long.

This PR has been sitting here for a while and I'm wondering if there's still any interest from the maintainers with regard to improving your tests. If I can get...

@sigmavirus24 Sure, I buy that. In the interest of closing this PR and making things better, I need clarification on how you want to proceed: - We could merge this...

I know this PR is quite stale by now, but it would be really nice if requests would finally use urllib3's built-in Retry functionality for chunked requests. However lacking the...

Resolved by https://github.com/theskumar/python-dotenv/pull/414

Looks like it was just a linter error. I submitted a new PR -- #423 should work.

Setting `--exporter.fhir.transaction_bundle=false` outputs a collection-type bundle, not a batch-type bundle. From the perspective of a backend and from the [FHIR spec itself](https://www.hl7.org/fhir/valueset-bundle-type.html), this is not the same thing. You can...

For my application, I wished to search a FHIR resource for objects of type Coding, and return the list of all Coding relevant to the resource. For any who follow,...

For anyone who follows, I've taken a different approach. If you're looking at this issue because you wish you had OAuth in the HAPI FHIR JPA Server without having to...

@jkiddo I don't see a [import provider in the 5.5.0 release branch](https://github.com/hapifhir/hapi-fhir/tree/rel_5_5_0/hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/bulk/imprt). Do you know if this functionality is planned for 5.5.0?