Circle V2 API Docs
    Preparing search index...
    getPatientDetail: QueryProcedure<
        {
            input: { id: string };
            meta: object;
            output: {
                admitted_at: string | null;
                created_at: DbDate;
                discharged_at: string | null;
                dob: string | null;
                external_source: "kipu" | "lightningstep" | "sunwave" | null;
                facility_id: string & { __brand: "FacilityId" } | null;
                facility_name: string | null;
                first_name: string | null;
                last_name: string | null;
                last_sync: string | null;
                patient_id: PatientId;
                primary_provider_id: string & { __brand: "ProfileId" } | null;
                provider_first_name: string | null;
                provider_last_name: string | null;
                provider_title: string | null;
            };
        },
    > = ...