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

FieldDescription
eventIdUnique identifier for the event being dispatched
organizationIdUnique identifier for the organization in which the patient is created
patientIdUnique identifier for the created patient, can be used to fetch additional information about the patient via the Public Api