-
Notifications
You must be signed in to change notification settings - Fork 342
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
$process-message operation on FhirClient #2605
Comments
Would you accept a PR for this? If so, is there a process for this? |
I went ahead and just did it ;) |
Thanks @LodewijkSioen, this is greatly appreciated. Sorry for not responding to your question earlier. |
@mmsmits no problem. What is the release schedule for the SDK? |
Normally, we release once every month or so, but I'm not sure we'll get one before Christmas. Note: this can also contain other changes, they are a representation of the current develop branch |
Is your feature request related to a problem? Please describe.
We're working with FHIR messaging. For this we opted to use the $process-message operation. This line in the specifications is giving me headaches:
I don't think it is possible to do this with the FhirClient. All the
operation
-based functions take aParameter
object and post it to the server.cf #2601
Describe the solution you'd like
Describe alternatives you've considered
Not using the FhirClient and do everything using the vanilla HttpClient :(
The text was updated successfully, but these errors were encountered: