Hi all & James,
I've got issues with Subscription framework with RESTHook Endpoint:
- My channel:
{ "resourceType": "Subscription", "id": "1", "meta": { "versionId": "1", "lastUpdated": "2025-06-09T11:58:32.629+07:00", "source": "#7jodiNp66Fg8nr5L", "tag": [ { "system": "
http://hapifhir.io/fhir/StructureDefinition/subscription-matching-strategy", "code": "IN_MEMORY", "display": "In-memory" } ] }, "status": "active", "criteria": "Patient?_format=json", "channel": { "type": "rest-hook", "endpoint": "
http://10.86.224.32:8000/patient-handler", "payload": "application/fhir+json" } }
Set up & start successfully.
- My RESTHook Endpoint:
Up & reachable.
But when I posted an Patient Resource, I've got the error:
It failed to reach my RESTHook Endpoint and issued an HTTP 404 Not Found error.
Anyone have any idea on this situation?
I used hapi-fhir-jpaserver-starter-image-v8.2.0-1package.
Thank you in advanced.