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

Support for VRDR Messaging Client Interaction #5

Open
pkmitre opened this issue Jan 12, 2023 · 1 comment
Open

Support for VRDR Messaging Client Interaction #5

pkmitre opened this issue Jan 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@pkmitre
Copy link

pkmitre commented Jan 12, 2023

In addition to functionality for generating and consuming VRDR FHIR Messages as described in #4 the VRDR Java library should also provide features to simplify interacting with the NCHS and STEVE FHIR APIs such as retrieving OAuth tokens, submitting messages to the API, receiving responses from the API, and bulk messaging. This support should have functional parity with the VRDR Client library at https://github.com/nightingaleproject/vrdr-dotnet/tree/master/VRDR.Client

@MikeRileyGTRI
Copy link
Collaborator

Going to add a pitfall here; you need to be careful in the java environment about which type of HttpClient you use. If you use the hapi fhir RestClient, there's an assumption of apacheHTTP (Although this can be configured and changed). Not every Java envrionment will support it right out of the box (99 percent will though). Just need to be careful about the library dependencies and make sure partners are ok with them.

@johnarleyburns johnarleyburns added the enhancement New feature or request label Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants