Hello James
I need to create one Subscription on my fhir server.
When I create a subscription resource, this resource is correctly saved on server, but its status is not changed from "requested" to "active".
I configured my instance of fhir server like the jpa-started project and the other action are correctly up and worked fine.
I already activate the resthook subscription option on the hapi.properties file with this line: "subscription.resthook.enabled=true" and this action is correctly reported on the startup log.
I Use the 3.8.0-SNAPSHOOT version but i tried on 3.7.0 and i have the same result.
Do you have any idea about this behaviour?
Thanks.
P.S: I tried to force the active status over the subscription resource with no success, and i tried to manually triggered the created subscription but seems to be not worked.