Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accepting JSON from standard FHIR server #14

Closed
justinfargnoli opened this issue Jul 6, 2020 · 2 comments
Closed

Accepting JSON from standard FHIR server #14

justinfargnoli opened this issue Jul 6, 2020 · 2 comments

Comments

@justinfargnoli
Copy link

Could use this library to generate a FHIR client library which accepts JSON from a FHIR server which is not using gRPC?

I'm new to protocol buffers and gRPC and I've been looking into this for a couple days, but I've been having hard time finding a definitive answer. Thank you for your help in advance!

@jamesthompson
Copy link

@justinfargnoli This repo currently has support for parsing FHIR JSON in Java, C++ and Golang into the generated protobuf models. You can then use those models to manipulate the data and re-serialize back to JSON should you need to.

@justinfargnoli
Copy link
Author

That's great to know, thank you!

My team and I are using Dart and Flutter, so I think we'll have to go another route.

If the contributors to this repo are considering or are currently building this functionality for Dart, then we'd love to use it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants