Patient Created
The patient created event will be dispatched when a new patient is created within Luscii
Example
{
"eventType": "com.luscii.patient.created.v1",
"eventId": "{eventId}",
"datetime": "ISO-8601", // e.g. 2024-05-14T13:33:33Z
"organizationId": "{organizationId}",
"payload": {
"url": "https://api.luscii.com/v1/patients/{patientId}",
"resource": {
"id": "{patientId}"
}
}
Fields
Field | Description |
---|---|
eventId | Unique identifier for the event being dispatched |
organizationId | Unique identifier for the organization in which the patient is created |
patientId | Unique identifier for the created patient, can be used to fetch additional information about the patient via the Public Api |
Updated 24 days ago