Skip to content

Commit 9556bd3

Browse files
authored
Merge pull request #193 from smart-on-fhir/mikix/see-also
docs: link to similar projects in the README
2 parents c548e29 + ca1844d commit 9556bd3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,18 @@ and install the needed packages as shown:
199199
./flask_app.py
200200

201201

202+
## See Also
203+
204+
- [cumulus-fhir-support](https://github.com/smart-on-fhir/cumulus-fhir-support/): similar network
205+
client, with more authentication options and built-in retries, but no FHIR classes
206+
- [fhir.resources](https://github.com/nazrulworld/fhir.resources): similar FHIR classes,
207+
but has no network client
208+
- [fhirpy](https://github.com/beda-software/fhir-py): similar FHIR classes and network client,
209+
with async options, but has no OAuth support
210+
- [smart-fetch](https://github.com/smart-on-fhir/smart-fetch): is a CLI command instead of a Python
211+
library, but supports bulk export and REST requests
212+
213+
202214
[fhir]: http://www.hl7.org/implement/standards/fhir/
203215
[smart]: http://docs.smarthealthit.org
204216
[fhir-parser]: https://github.com/smart-on-fhir/fhir-parser

0 commit comments

Comments
 (0)