$process-message operation #2601
Closed
LodewijkSioen
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Yeah, it seems we need to add explicit support for message-based operations where the body is simply the message and does not use parameters at all. I'll convert this to an issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.Is this something that is missing on the SDK?
Beta Was this translation helpful? Give feedback.
All reactions