fhir-fli / fhir_at_rest

Builds on basic FHIR package to allow easy creation of RESTful calls to a FHIR server or FHIR API.
MIT License
0 stars 3 forks source link

Fix bug in parsing of operation outcome #3

Open fokusfpa opened 3 months ago

fokusfpa commented 3 months ago

I've added the changes as I recommended in #2.

Dokotela commented 3 months ago

Thanks for the PR! But I've finally pushed a version of fhir_r4 and fhir_r5. The base package was growing too big. But these new versions include all of the other packages too. So they each have the base package, fhir_at_rest, fhir_auth, fhir_path, fhir_bulk, and fhir_db. They're also much smaller than the old version (partly because the main branch doesn't have any of the tests). Please try them out and let me know if you run into issues. it does take into account your issue, and it should be fixed now.