Download OpenAPI specification:Download
Subscribe to receive updates from an EHR
| source | string |
| name | string |
| description | string |
object (Webhook) | |
| channels | Array of strings |
| filters | Array of strings |
| hints | Array of strings |
{- "source": "string",
- "name": "string",
- "description": "string",
- "webhook": {
- "target": "string",
- "headers": {
- "property1": "string",
- "property2": "string"
}, - "secretkey": "string"
}, - "channels": [
- "string"
], - "filters": [
- "string"
], - "hints": [
- "string"
]
}Subscribe to receive updates from an EHR
| instanceId | string |
| channel | string |
| eventType | string |
| sourceId | string |
{- "instanceId": "string",
- "channel": "string",
- "eventType": "string",
- "sourceId": "string"
}Subscribe to receive updates from an EHR
| instanceId | string |
| channel | string |
| eventType | string |
| sourceId | string |
{- "instanceId": "string",
- "channel": "string",
- "eventType": "string",
- "sourceId": "string"
}Add a new event type to the system
| type required | string |
| description required | string |
| trigger required | object (JSONObject) |
| entityType required | string |
| status required | string |
{- "type": "string",
- "description": "string",
- "trigger": { },
- "entityType": "string",
- "status": "string"
}