Skip to main content

Event Properties

FieldValue
event"embedded.interactionCreated"
confidentialboolean
payloadobject
FieldTypeDescription
encounterType"first_consultation" | "consultation" | "emergency" | "inpatient" | "outpatient"Type of clinical encounter
encounterStatus"planned" | "in-progress" | "cancelled" | "deleted" | "on-hold" | "completed"Current status of the encounter
hasPatientbooleanWhether patient data was provided
interactionIdstringUnique interaction identifier
interactionStateInteractionStateCurrent state of the interaction

Example

{
  "event": "embedded.interactionCreated",
  "confidential": false,
  "payload": {
    "encounterType": "consultation",
    "encounterStatus": "planned",
    "hasPatient": true,
    "interactionId": "int_123",
    "interactionState": "ongoing"
  }
}