FHIR Subscriptions
Creating Subscriptions
{
"resourceType": "Subscription",
"id": "my_subscription",
"status": "active",
"contact": [
{
"system": "phone",
"value": "180086626362"
}
],
"end": "2025-01-01T00:00:00Z",
"reason": "Monitor Creation of Female Patients",
"criteria": "Patient?gender=female",
"channel": {
"type": "rest-hook",
"endpoint": "http://localhost:8989/fhir/Patient",
"payload": "application/fhir+json",
"header": [
"Authorization: Bearer secret-token-abc-123"
]
}
}Supported Dispatchers
Last updated
Was this helpful?