FHIR Chat · Implementing POST EnrollmentRequest/Response resources · implementers

Stream: implementers

Topic: Implementing POST EnrollmentRequest/Response resources


view this post on Zulip Priya Mathew (Jul 09 2019 at 18:28):

Hello,
We're planning to use the enrollmentRequest and response to implement a patient portal invite/registration workflow.
I had a topic on this earlier and was pointed to afew resources we could use- we like the enrollmentrequest and response resource- thanks @Lloyd McKenzie
My question is around the RESTparadigm- if we POST a enrollmentrequest- can we expect the FHIR server to return an enrollmentresponse as a response? Is this breaking rules anywhere?
Thanks!
Priya

view this post on Zulip Lloyd McKenzie (Jul 10 2019 at 00:31):

Yes, that's breaking the rules. A simple POST to the resource endpoint will just create the resource. If you want back a response resource you need to invoke an operation. Take a look at the workflow pages for other options


Last updated: Apr 12 2022 at 19:14 UTC