Circle V2 API Docs
    Preparing search index...

    The admission-derived data points triggers are evaluated against. levelOfCareId is the branded read-schema type: callers must parse the admission's raw level_of_care_id column via parseEntityLevelOfCareId at the read boundary so it lines up with the filter LOC ids, which triggerFilterReadSchema brands to the same EntityLevelOfCareId (a string under the hood).

    type TriggerData = {
        admissionDate?: Date;
        dischargeDate?: Date;
        facilityId?: FacilityId | null;
        lastUtilizationEndDate?: Date;
        lastUtilizationStartDate?: Date;
        levelOfCareId?: EntityLevelOfCareId | null;
    }
    Index

    Properties

    admissionDate?: Date
    dischargeDate?: Date
    facilityId?: FacilityId | null
    lastUtilizationEndDate?: Date
    lastUtilizationStartDate?: Date
    levelOfCareId?: EntityLevelOfCareId | null