Constants: {
public: {
Enums: {
action_item_next_step: readonly [
"to_do",
"sent_to_clinician",
"resolved",
"no_action_needed",
"needs_clarification",
];
admission_start_source: readonly [
"episode_start_date",
"first_program_start",
];
ai_feedback_flow: readonly [
"case_chat",
"chart_review",
"note_generation",
"note_validation",
];
ai_feedback_rating: readonly ["thumbs_up", "thumbs_down"];
ai_feedback_severity: readonly ["low", "medium", "high", "critical"];
ai_feedback_status: readonly [
"open",
"acknowledged",
"in_progress",
"addressed",
"reopened",
"dismissed",
];
ai_feedback_trail_action: readonly [
"created",
"status_changed",
"severity_changed",
"assigned",
"tagged",
"untagged",
"ticket_linked",
"overridden",
"commented",
];
audit_question_type: readonly ["pass_fail", "summary"];
audit_response_trail_marked_as_status: readonly [
"pass",
"not_applicable",
"fail",
"summary_entered",
"needs_review",
"missing",
"late",
"not_due_yet",
];
audit_status: readonly [
"pass",
"fail",
"needs_review",
"pending",
"in_progress",
"not_started",
"error",
];
chart_review_trigger_type: readonly [
"admission",
"discharge",
"projected_discharge",
"utilization_end",
"program_start",
];
embedding_status: readonly [
"pending",
"processing",
"parse",
"extract",
"completed",
"failed",
];
external_document_type: readonly [
"kipu_evaluation",
"kipu_consent_form",
"kipu_ciwa_ar",
"kipu_ciwa_b",
"kipu_group_session",
"lightningstep_formdata",
"lightningstep_txplan",
"kipu_vital_signs",
"kipu_orthostatic_vital_signs",
"kipu_patient_orders",
"kipu_glucose_logs",
"kipu_program_history",
"kipu_diagnosis_history",
"kipu_appointment",
"lightningstep_admissions",
"kipu_episode_outcome",
"sunwave_form",
"sunwave_diagnosis",
"sunwave_group_note",
"sunwave_program",
"sunwave_lab_result",
"sunwave_assessment",
"emr_insurance_information",
"insync_episode_summary",
"insync_condition",
"insync_vital_signs",
"insync_lab_result",
"insync_observation",
"insync_allergy",
"insync_immunization",
"insync_medication_request",
"insync_diagnostic_report",
"insync_procedure",
"insync_rpa_locadtr",
"insync_rpa_treatment_plan",
"insync_rpa_biopsychosocial",
"synthetic_biopsychosocial",
"synthetic_asam",
"synthetic_consent",
"synthetic_nursing_intake",
"synthetic_diagnosis",
"synthetic_treatment_plan",
"synthetic_group_note",
"synthetic_progress_note",
"synthetic_ur_review",
"synthetic_discharge_summary",
"insync_rpa_encounter_note",
"insync_rpa_consent_form",
"insync_rpa_lab_result",
"insync_rpa_insurance",
"insync_rpa_document",
];
form_annotation_types: readonly [
"ai_prompt",
"checkbox",
"text",
"contact",
];
form_types: readonly ["patient_chart", "generated_form", "emr_document"];
icd_code_type: readonly ["icd", "procedure", "diagnosis"];
insurance_status: readonly ["active", "inactive"];
integration_status: readonly ["active", "inactive", "error"];
integration_type: readonly [
"kipu",
"lightningstep",
"sunwave",
"qualifacts_insync",
"synthetic",
];
level_of_care_type: readonly ["clinical", "ur"];
org_member_status: readonly ["active", "inactive", "pending_invite"];
profile_type: readonly ["user", "external"];
subscription_status: readonly [
"trial_ended",
"trial_running",
"active",
"inactive",
];
user_actions: readonly ["addressed", "dismissed", "pending"];
};
};
} = ...
Type Declaration
Readonlypublic: {
Enums: {
action_item_next_step: readonly [
"to_do",
"sent_to_clinician",
"resolved",
"no_action_needed",
"needs_clarification",
];
admission_start_source: readonly [
"episode_start_date",
"first_program_start",
];
ai_feedback_flow: readonly [
"case_chat",
"chart_review",
"note_generation",
"note_validation",
];
ai_feedback_rating: readonly ["thumbs_up", "thumbs_down"];
ai_feedback_severity: readonly ["low", "medium", "high", "critical"];
ai_feedback_status: readonly [
"open",
"acknowledged",
"in_progress",
"addressed",
"reopened",
"dismissed",
];
ai_feedback_trail_action: readonly [
"created",
"status_changed",
"severity_changed",
"assigned",
"tagged",
"untagged",
"ticket_linked",
"overridden",
"commented",
];
audit_question_type: readonly ["pass_fail", "summary"];
audit_response_trail_marked_as_status: readonly [
"pass",
"not_applicable",
"fail",
"summary_entered",
"needs_review",
"missing",
"late",
"not_due_yet",
];
audit_status: readonly [
"pass",
"fail",
"needs_review",
"pending",
"in_progress",
"not_started",
"error",
];
chart_review_trigger_type: readonly [
"admission",
"discharge",
"projected_discharge",
"utilization_end",
"program_start",
];
embedding_status: readonly [
"pending",
"processing",
"parse",
"extract",
"completed",
"failed",
];
external_document_type: readonly [
"kipu_evaluation",
"kipu_consent_form",
"kipu_ciwa_ar",
"kipu_ciwa_b",
"kipu_group_session",
"lightningstep_formdata",
"lightningstep_txplan",
"kipu_vital_signs",
"kipu_orthostatic_vital_signs",
"kipu_patient_orders",
"kipu_glucose_logs",
"kipu_program_history",
"kipu_diagnosis_history",
"kipu_appointment",
"lightningstep_admissions",
"kipu_episode_outcome",
"sunwave_form",
"sunwave_diagnosis",
"sunwave_group_note",
"sunwave_program",
"sunwave_lab_result",
"sunwave_assessment",
"emr_insurance_information",
"insync_episode_summary",
"insync_condition",
"insync_vital_signs",
"insync_lab_result",
"insync_observation",
"insync_allergy",
"insync_immunization",
"insync_medication_request",
"insync_diagnostic_report",
"insync_procedure",
"insync_rpa_locadtr",
"insync_rpa_treatment_plan",
"insync_rpa_biopsychosocial",
"synthetic_biopsychosocial",
"synthetic_asam",
"synthetic_consent",
"synthetic_nursing_intake",
"synthetic_diagnosis",
"synthetic_treatment_plan",
"synthetic_group_note",
"synthetic_progress_note",
"synthetic_ur_review",
"synthetic_discharge_summary",
"insync_rpa_encounter_note",
"insync_rpa_consent_form",
"insync_rpa_lab_result",
"insync_rpa_insurance",
"insync_rpa_document",
];
form_annotation_types: readonly [
"ai_prompt",
"checkbox",
"text",
"contact",
];
form_types: readonly ["patient_chart", "generated_form", "emr_document"];
icd_code_type: readonly ["icd", "procedure", "diagnosis"];
insurance_status: readonly ["active", "inactive"];
integration_status: readonly ["active", "inactive", "error"];
integration_type: readonly [
"kipu",
"lightningstep",
"sunwave",
"qualifacts_insync",
"synthetic",
];
level_of_care_type: readonly ["clinical", "ur"];
org_member_status: readonly ["active", "inactive", "pending_invite"];
profile_type: readonly ["user", "external"];
subscription_status: readonly [
"trial_ended",
"trial_running",
"active",
"inactive",
];
user_actions: readonly ["addressed", "dismissed", "pending"];
};
}