--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/09d7fa8f-c8e9-4597-92c6-ba13093f32db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,Subscriptions are implemented, although not for every single delivery type. Have a look at SubscriptionRestHookInterceptor for an example. If you register this interceptor, your JPA server will begin processing REST HOOK subscriptions.The unit tests for that class would be an ok starting point if you wanted to see how it works.Cheers,James
On Wed, Apr 4, 2018 at 7:16 AM, Thormgrim <fl...@gmx.net> wrote:
Hello there,I'd like to use the Subscription Resource to notify my process of created questionnaire responses that have certain subjects and questionnaire refs.I have read through the Javadoc and Github of Hapi Fhir but couldnt ascertain if the logic behind the subscription is already implemented ( especially the "checking created resources for critera" part ).So that is my question, is that logic already implemented inside hapifhir ?The next question would be how would I define a criteria such as the questionnaireResponse having a specific patient ref, specific questionnaire and/or a specific identifier ?Thanks for any help or insights in advance.
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/2618eb91-cc69-4e94-bc25-24d4f937a168%40googlegroups.com.
Hi All,
Iam working on Subscription with Resthook channel type of hapi-fhir V3.2.0, where iam getting error log as "Failure to handle Subscription payload" and
at the subscriber side Iam receiving that " No mapping found for HTTP request with URI [/hapi-fhir-jpaserver-example/Patient/102] in DispatcherServlet with name 'spring'".
Can anyone help me out with the issue.
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+unsubscribe@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/c1526032-87f0-4b49-a6cc-4e1885757090%40googlegroups.com.
{
"resourceType": "Subscription",
"status": "requested",
"contact": [
{
"system": "phone",
"value": "ext 4123"
}
],
"end": "2021-01-01T00:00:00Z",
"reason": "Monitor new neonatal function",
"criteria": "Observation?category=social-history",
"channel": {
"type": "rest-hook",
"endpoint": "http://ipaddress:port/hapi-fhir-jpaserver-example",
"payload": "application/fhir+json"
}
}--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/c8d4ef26-9ac3-4dc8-993e-fe9c3ae4bcc5%40googlegroups.com.