WO2020087981A1 - Procédé et appareil de génération de modèle d'audit de contrôle de risque, dispositif, et support de stockage lisible - Google Patents

Procédé et appareil de génération de modèle d'audit de contrôle de risque, dispositif, et support de stockage lisible Download PDF

Info

Publication number
WO2020087981A1
WO2020087981A1 PCT/CN2019/095838 CN2019095838W WO2020087981A1 WO 2020087981 A1 WO2020087981 A1 WO 2020087981A1 CN 2019095838 W CN2019095838 W CN 2019095838W WO 2020087981 A1 WO2020087981 A1 WO 2020087981A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
audit
risk control
model
control audit
Prior art date
Application number
PCT/CN2019/095838
Other languages
English (en)
Chinese (zh)
Inventor
罗成洋
Original Assignee
平安医疗健康管理股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 平安医疗健康管理股份有限公司 filed Critical 平安医疗健康管理股份有限公司
Publication of WO2020087981A1 publication Critical patent/WO2020087981A1/fr

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/08Insurance

Definitions

  • the present application relates to the field of data processing technology, and in particular, to a method, device, device, and readable storage medium for generating a risk control audit model.
  • the main purpose of the present application is to provide a method, device, equipment and readable storage medium for generating a risk control audit model, aiming to solve the technical problem of low efficiency of the risk control audit model corresponding to the existing risk control audit rules.
  • the present application provides a method for generating a risk control audit model.
  • the method for generating a risk control audit model includes the steps of:
  • the step of acquiring a preset risk control audit rule and configuring a data association model according to the risk control audit rule includes:
  • the step of determining the data type corresponding to the review details, and configuring the data association model according to the limiting conditions and logical relationships corresponding to the various data types includes:
  • the step of generating a data storage template in a preset format according to the data association model includes:
  • At least one link channel is set in the table to associate each table through the link channel to generate a data storage template in a preset format.
  • the step of acquiring the target data corresponding to the risk control review rule through the data storage template includes:
  • the corresponding data storage template is displayed according to the entry instruction for the entry personnel to enter the corresponding target data in the data storage template.
  • the step of generating a JSON file according to the target data and the corresponding data storage template, and importing the JSON file into a preset audit engine to generate a risk control audit model further includes:
  • the step of generating a JSON file according to the target data and the corresponding data storage template, and importing the JSON file into a preset audit engine to generate a risk control audit model further includes:
  • the data to be audited is compared with the target data corresponding to the JSON file in the auditing engine to audit the data to be audited.
  • the present application also provides a risk control audit model generation device, the risk control audit model generation device includes:
  • the acquisition module is used to obtain preset risk control audit rules
  • a configuration module configured to configure a data association model according to the risk control review rules
  • a generating module configured to generate a data storage template in a preset format according to the data association model
  • the obtaining module is further used to obtain the target data corresponding to the risk control audit rule through the data storage template;
  • the generating module is further configured to generate a JS object notation JSON file according to the target data and the corresponding data storage template;
  • the import module is used to import the JSON file into a preset audit engine to generate a risk control audit model.
  • the present application also provides a risk control audit model generation device, which includes a memory, a processor, and a A risk control audit model generation program that implements the steps of the risk control audit model generation method described above when executed by the processor.
  • the present application also provides a computer-readable storage medium on which a risk control audit model generation program is stored, which is implemented when the processor is executed by the processor The steps of the risk control audit model generation method as described above.
  • This application configures the data association model according to the acquired risk control audit rules, generates a data storage template corresponding to the data association model, and obtains the target data corresponding to the risk control audit rules through the data storage template, based on the target data and the corresponding data
  • the storage template generates a JSON file, and imports the JSON file into a preset audit engine to generate a risk control audit model, which realizes that in the process of generating specific content of the risk control audit rules, developers do not need to program according to the rule details provided by business personnel
  • the JSON file corresponding to the risk control audit rules can be directly generated according to the obtained target data, which improves the efficiency of generating the risk control audit model corresponding to the risk control audit rules.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for generating a risk control audit model of this application
  • FIG. 2 is a schematic flowchart of a second embodiment of a method for generating a risk control audit model of this application
  • FIG. 3 is a schematic flowchart of a third embodiment of a method for generating a risk control audit model of the present application
  • FIG. 4 is a functional schematic block diagram of a preferred embodiment of a risk control audit model generation device of this application.
  • FIG. 5 is a schematic structural diagram of a hardware operating environment involved in a solution of an embodiment of the present application.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for generating a risk control audit model in this application.
  • the embodiment of the present application provides an embodiment of a method for generating a risk control audit model. It should be noted that although the logic sequence is shown in the flowchart, in some cases, the sequence may be performed differently from the sequence shown here. Out or describe the steps.
  • the risk control audit model generation method is applied to a server or a terminal, and the terminal may include, for example, a mobile phone, a tablet computer, a notebook computer, a palmtop computer, and a personal digital assistant (Personal Digital Assistant, PDA) and other mobile terminals, and fixed terminals such as digital TV, desktop computers and so on.
  • the execution subject is omitted to explain each embodiment.
  • Risk control audit model generation methods include:
  • Step S10 Acquire preset risk control audit rules, and configure a data association model according to the risk control audit rules.
  • the preset risk control audit rules are obtained, and the data association model is configured according to the risk control audit rules.
  • the generation instruction can be triggered by the corresponding staff as needed, and the preset risk control audit rules are used to check whether various data meet the preset conditions.
  • the risk control review rules should include rules for reviewing the logical relationship and limiting conditions between various medical data.
  • the logical relationship specifically includes a positive correlation relationship, a negative correlation relationship, and a conditional relationship.
  • the positive correlation relationship is a relationship that must or can exist simultaneously between data
  • the negative correlation relationship is a relationship that cannot exist simultaneously between data.
  • a conditional relationship is a relationship between data when a piece of data satisfies a certain condition, there is corresponding another data, or there is no corresponding another data relationship.
  • the limiting condition may be the condition that the data to be audited needs to be satisfied, such as a numerical range, a preset type, etc.
  • step S10 includes:
  • Step a Acquire preset risk control audit rules and determine the audit type corresponding to the risk control audit rules.
  • Different audit types are set in the risk control audit rules, and the audit types corresponding to the risk control audit rules can be determined according to the audit requirements and audit content of the risk control audit rules. For example, when reviewing medical data, different risk control audit rules are set according to the different conditions of the disease, and the audit types corresponding to the risk control audit rules are divided according to the audit requirements and audit content in the risk control audit rules.
  • the audit types of risk control audit rules corresponding to medical data include but are not limited to medication audit types, inspection item audit types, and expense audit types.
  • the audit type corresponding to the risk control audit rules is determined according to the audit requirements and / or audit content corresponding to the risk control audit rules. If the audit content of the risk control audit rule is to check whether the cost of the drug used by the user is correct, then determine that the audit type corresponding to the risk control audit rule is the expense audit type; If the application medicine is correct, it is determined that the audit type corresponding to the risk control audit rule is the medicine audit type.
  • Step b Configure audit rules corresponding to the risk control audit rules according to the audit type.
  • each audit type needs to be configured with corresponding audit rules, and the same audit type corresponds to multiple audit rules.
  • the audit rules can be set by the corresponding staff according to the specific situation, and the audit rules corresponding to different types of audits are different.
  • Step c Determine the data type corresponding to the audit details, and configure the data association model according to the limiting conditions and logical relationships corresponding to the various data types.
  • the data association model is preset to establish an association relationship between data types.
  • the duplicate drugs may be drugs with the same curative effect or drugs with mutually exclusive curative effects Wait.
  • the data types corresponding to the audit rules include but are not limited to the insured's condition, drugs with the same effect under the same condition, and drugs with mutually exclusive effects under the same condition.
  • the dosage of drugs can also be reviewed in the review rules corresponding to the drug review type. For example, the dosage of a certain drug should be within the preset range.
  • the data types corresponding to the review rules include but are not limited to the patient ’s condition, Drugs used in the same condition and the dosage range of the drugs used.
  • the drugs with the same curative effect in the same condition in the data type are related to the dosage range of the corresponding drugs.
  • the dosage range of drug A and the dosage range of drug B can be associated with drugs A and B of the same efficacy. If there are three possible dosage ranges of drug A, b, and c, when drug A is combined with drug B, drug A is in the dosage range of drug A, drug B should be in the dosage range of d, when drug A is in dosage b When within the range, drug B should be within the range of e dosage. (The dosage between different drugs will affect)
  • step c includes:
  • Step c1 Determine the data type corresponding to the audit details, and generate a tree-like data structure according to the qualification conditions and logical relationships corresponding to each data type in the audit details corresponding to the same audit type.
  • the audit type corresponding to each audit rule is determined, and the data type corresponding to the audit rules of the same audit type is obtained and recorded as the first data type. It can be understood that multiple data types are included in the first data type. After acquiring the first data type, the first data types are correlated according to the limiting conditions and logical relationships corresponding to the various first data types to generate a tree-like data structure.
  • Step c2 Correlate each data type in each of the tree-shaped data structures according to the logical relationship and limiting conditions of the corresponding data types of various audit types to generate a mesh data structure to obtain the data association model.
  • the tree data structure After generating the tree-like data structure, obtain the data type corresponding to each audit type and record it as the second data type, and then perform the various data types in each tree-like data structure according to the logical relationship and the limiting conditions corresponding to the second data type Correlation, generate a mesh data structure to get a data correlation model. It can be understood that the mesh data result is the resulting data association model.
  • the tree data structure is for the same audit type, which is to associate various data types in the same audit type; the mesh data structure is for different audit types, which are various data corresponding to different audit types Types are related.
  • the data association model is generated in an orderly manner, and the efficiency of generating the data association model is improved And the generated data association model includes the association relationship between all data types, ensuring the integrity of the generated data association model.
  • step S20 a data storage template in a preset format is generated according to the data association model, and target data corresponding to the risk control audit rule is obtained through the data storage template.
  • a data storage template in a preset format is generated according to the data association model, and the target data corresponding to the risk control audit rules is obtained through the data storage template.
  • the target data is the specific data in the audit rules corresponding to the risk control audit rules.
  • the preset formats include but are not limited to EXCEL format and TXT format.
  • the step of generating a data storage template in a preset format according to the data association model includes:
  • Step d Generate a characteristic field of the data storage template according to each data type in the data association model.
  • a feature field of a data storage template in a preset format is generated according to each data type in the data association model, and the data storage template displayed by the feature field is stored.
  • the data storage template may be an EXCEL table, and in other embodiments, the data storage template may be a TXT file or the like. If a certain data type is a drug with the same curative effect under the same condition, the corresponding characteristic field is a drug with the same curative effect.
  • Step e using the feature field as a table header of the table corresponding to the data association model.
  • the characteristic field After determining the characteristic field, use the characteristic field as the header of the table corresponding to the data association model. It can be understood that the characteristic fields corresponding to different data types can be respectively named as the corresponding EXCEL table, and the EXCEL table can be used to obtain the target data entered by the corresponding entry person. In the data association model, a data type can correspond to an EXCEL table.
  • Step f Set at least one link channel in the table to associate each table through the link channel to generate a data storage template in a preset format.
  • At least one link channel is set in each table to associate each table through the link channel to generate a data storage template in a preset format.
  • one or more link channels can be set for each item in the table.
  • the link channel can be determined according to the association relationship of the data types in the data association model. Specifically, when there is an association relationship between the two data types in the data association model, the link channel needs to be set in the table corresponding to the two data types . Different link channels are inserted into the EXCEL table with different icons, text, etc. as logos. Through the link channel, the person entering the target data can quickly find other forms associated with the type of data filled in and fill in the corresponding relevant data.
  • the step of obtaining the target data corresponding to the risk control audit rule through the data storage template includes:
  • step g when an entry instruction of target data is detected, the data storage template is displayed according to the entry instruction, so that an entry person can enter the corresponding target data in the data storage template.
  • the data storage template is displayed according to the entry instruction for the entry personnel to enter the corresponding target data in the data storage template.
  • the entry instruction is triggered by the entry personnel according to specific needs.
  • the corresponding target data can be automatically entered in the data storage template, specifically, the audit record corresponding to the audited data within a preset time period can be obtained, and the first data that has been audited by the risk control audit rules in the audited data, and Analyze the second data in the audited data that has not passed the audit of the risk control audit rules to extract the corresponding target data and fill it in the data storage template. If a certain two medicines pass the review of the risk control corresponding risk control review rules, the two medicines can be determined to be mutually exclusive, and the target data of the data storage template corresponding to the mutually exclusive medicine should be determined.
  • the preset duration can be set according to specific needs, and in this embodiment, there is no specific limit to the length of time corresponding to the preset duration.
  • Step S30 generating JS according to the target data and the corresponding data storage template Object notation JSON file, and import the JSON file into a preset audit engine to generate a risk control audit model.
  • the target data When the target data is obtained, fill the target data into the location corresponding to the data storage template, obtain the data storage template after filling the target data, and convert the data storage template after filling the target data into JSON (JavaScript Object Notation, JS Object notation) file, and import the JSON file into the preset audit engine to generate a risk control audit model.
  • the data storage template may be a data table including multiple EXCEL tables. Specifically, VBA (Visual Basic for Applications) or eclipse to convert the data storage template filled with the target data into a JSON file.
  • a data storage template corresponding to the data association model is generated, and the target data corresponding to the risk control audit rules are obtained through the data storage template.
  • the data storage template generates a JSON file, and imports the JSON file into a preset audit engine to generate a risk control audit model, which realizes that in the process of generating specific content of the risk control audit rules, developers do not need to proceed according to the rules details provided by business personnel
  • the program is input into the database, and the JSON file corresponding to the risk control audit rules can be generated directly according to the obtained target data, which improves the efficiency of generating the risk control audit rules corresponding to the risk control audit model.
  • the risk control audit model generation method further includes:
  • Step S40 when an update instruction to update the target data corresponding to the risk control review rule is detected, a JSON file corresponding to the risk control review rule is obtained.
  • the update instruction includes but is not limited to the delete instruction to delete the existing target data in the risk control audit model, the add instruction to add the target data in the risk control audit model, and the modify instruction to modify the target data in the risk control audit model.
  • the update instruction can be triggered by the user according to specific needs.
  • Step S50 Update the target data in the JSON file according to the update instruction.
  • the target data in the JSON file is updated according to the update instruction, that is, the target data in the JSON file is deleted, modified, or added according to the update instruction.
  • the target data in the JSON file can be directly modified to modify the data corresponding to the risk control review rules, thereby improving the efficiency of updating the risk control review rules.
  • the risk control audit model generation method further includes:
  • Step S60 when an audit request for auditing the data to be audited is detected, the data to be audited is compared with the target data corresponding to the JSON file in the audit engine to audit the data to be audited.
  • the process corresponding to the audit engine is called according to the audit request to run the risk control audit model in the audit engine, and the data to be audited corresponds to the risk control audit model in a JSON file To compare the target data to review the data to be reviewed.
  • the risk control review model is a medical risk control review model
  • the corresponding data to be reviewed is medical data
  • the risk control review model is a loan risk control review model
  • the corresponding data to be reviewed is loan data.
  • the generated JSON file is used to audit the data to be audited, which improves the security of the data to be audited.
  • the above-mentioned storage medium may be a non-volatile storage medium, such as a read-only memory, a magnetic disk, or an optical disk.
  • the present application also provides a risk control audit model generation device, which includes:
  • the obtaining module 10 is used to obtain preset risk control audit rules
  • a configuration module 20 configured to configure a data association model according to the risk control audit rules
  • the generating module 30 is configured to generate a data storage template in a preset format according to the data association model
  • the obtaining module 10 is further configured to obtain the target data corresponding to the risk control audit rule through the data storage template;
  • the generating module 30 is further configured to generate a JS object notation JSON file according to the target data and the corresponding data storage template;
  • the import module 40 is used to import the JSON file into a preset audit engine to generate a risk control audit model.
  • configuration module 20 includes:
  • a configuration unit configured to configure audit rules corresponding to the risk control audit rules according to the audit type
  • the determining unit is also used to determine the data type corresponding to the review details
  • the configuration unit is further configured to configure the data association model according to the limiting conditions and logical relationships corresponding to the various data types.
  • the configuration unit is also used to generate a tree-like data structure according to the qualification conditions and logical relationships corresponding to each data type in the audit details corresponding to the same audit type; according to the logical relationship of the data types corresponding to each audit type And limiting conditions, associate each data type in each of the tree-like data structures to generate a mesh data structure to obtain the data association model.
  • the generating module 30 is also used to:
  • a generating unit configured to generate a characteristic field of the data storage template according to each data type in the data association model
  • a definition unit configured to use the characteristic field as a header of a table corresponding to the data association model
  • the setting unit is configured to set at least one link channel in the table to associate each table through the link channel to generate a data storage template in a preset format.
  • the acquisition module 10 is also used to display the corresponding data storage template according to the input instruction when the input instruction of the target data is detected, for the entry personnel to enter the corresponding target data in the data storage template .
  • the obtaining module 10 is further configured to obtain a JSON file corresponding to the risk control review rule after detecting an update instruction to update the target data corresponding to the risk control review rule;
  • the risk control audit model generation device also includes:
  • the update module is used to update the target data in the JSON file according to the update instruction.
  • the risk control audit model generating device further includes:
  • the comparison module is used for comparing the data to be audited with the target data corresponding to the JSON file in the audit engine after detecting the audit request to audit the data to be audited, so as to audit the data to be audited.
  • the embodiments of the risk control audit model generation device are basically the same as the embodiments of the risk control audit model generation method described above, and details are not repeated here.
  • FIG. 5 is a schematic structural diagram of a hardware operating environment involved in a solution of an embodiment of the present application.
  • FIG. 5 is a schematic diagram of the hardware operating environment of the risk control audit model generation device.
  • the risk control audit model generation device in the embodiment of the present application may be a terminal device such as a PC or a portable computer.
  • the risk control audit model generation device may include: a processor 1001, such as a CPU, a memory 1005, a user interface 1003, a network interface 1004, and a communication bus 1002.
  • the communication bus 1002 is used to implement connection communication between these components.
  • the user interface 1003 may include a display (Display), an input unit such as a keyboard (Keyboard), and the optional user interface 1003 may also include a standard wired interface and a wireless interface.
  • the network interface 1004 may optionally include a standard wired interface and a wireless interface (such as a WI-FI interface).
  • the memory 1005 may be a high-speed RAM memory or a stable memory (non-volatile memory), such as disk storage.
  • the memory 1005 may optionally be a storage device independent of the foregoing processor 1001.
  • the risk control audit model generation device may also include a camera, RF (Radio Frequency (radio frequency) circuits, sensors, audio circuits, WiFi modules, etc.
  • RF Radio Frequency
  • the structure of the risk control audit model generation device shown in FIG. 5 does not constitute a limitation on the risk control audit model generation device, and may include more or fewer components than shown, or a combination of certain Components, or different component arrangements.
  • the memory 1005 as a computer storage medium may include an operating system, a network communication module, a user interface module, and a risk control audit model generation program.
  • the operating system is a program that manages and controls the hardware and software resources of the risk control audit model generation device, and supports the operation of the risk control audit model generation program and other software or programs.
  • the user interface 1003 can be used to receive the generation data risk control audit model generation instruction, and the target data entry instruction, etc .
  • the network interface 1004 is mainly used to connect the background server and the background server Perform data communication
  • the processor 1001 can be used to call the risk control audit model generation program stored in the memory 1005 and execute the steps of the risk control audit model generation method as described above.
  • the specific implementation manner of the risk control audit model generation device of the present application is basically the same as the above embodiments of the risk control audit model generation method, which will not be repeated here.
  • the embodiments of the present application also provide a computer-readable storage medium on which is stored a risk control audit model generation program, which is implemented as described above when executed by a processor Steps of the risk control audit model generation method.
  • the computer software product is stored in a storage medium (such as ROM / RAM, magnetic disk,
  • the CD-ROM includes several instructions to enable a terminal device (which may be a mobile phone, computer, server, air conditioner, or network device, etc.) to perform the methods described in the embodiments of the present application.

Abstract

L'invention concerne un procédé et un appareil de génération de modèle d'audit de contrôle de risque, un dispositif, et un support de stockage lisible. Le procédé comprend les étapes consistant à : générer un fichier de notation d'objet JS (JSON) selon des données cibles et un modèle de stockage de données correspondant, et importer le fichier JSON dans un moteur d'audit prédéfini pour générer un modèle d'audit de contrôle de risque (S30). Selon le présent procédé, un modèle d'audit de contrôle de risque est généré au moyen d'une analyse de mégadonnées ; dans le processus de génération du contenu spécifique d'une règle d'audit de contrôle de risque, les développeurs n'ont pas besoin d'entrer de manière programmatique dans une base de données le contenu des règles fournies par le personnel commercial ; et un fichier JSON correspondant à la règle d'audit de contrôle de risque peut être généré directement selon les données cibles obtenues, de telle sorte que l'efficacité de génération du modèle d'audit de contrôle de risque correspondant à la règle d'audit de contrôle de risque est améliorée.
PCT/CN2019/095838 2018-10-29 2019-07-12 Procédé et appareil de génération de modèle d'audit de contrôle de risque, dispositif, et support de stockage lisible WO2020087981A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201811272598.4 2018-10-29
CN201811272598.4A CN109615534A (zh) 2018-10-29 2018-10-29 风控审核模型生成方法、装置、设备及可读存储介质

Publications (1)

Publication Number Publication Date
WO2020087981A1 true WO2020087981A1 (fr) 2020-05-07

Family

ID=66002677

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2019/095838 WO2020087981A1 (fr) 2018-10-29 2019-07-12 Procédé et appareil de génération de modèle d'audit de contrôle de risque, dispositif, et support de stockage lisible

Country Status (2)

Country Link
CN (1) CN109615534A (fr)
WO (1) WO2020087981A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114462373A (zh) * 2022-02-09 2022-05-10 星环信息科技(上海)股份有限公司 审计规则确定方法、装置、电子设备及存储介质

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109615534A (zh) * 2018-10-29 2019-04-12 平安医疗健康管理股份有限公司 风控审核模型生成方法、装置、设备及可读存储介质
CN110334536A (zh) * 2019-05-30 2019-10-15 深圳壹账通智能科技有限公司 基于区块链的数据保存方法、装置和计算机设备
CN110348711A (zh) * 2019-06-27 2019-10-18 上海淇馥信息技术有限公司 一种基于差错预判的案件质检方法、装置和电子设备
CN111414585B (zh) * 2020-03-26 2023-05-05 深圳前海微众银行股份有限公司 变量管理方法、装置、设备及计算机可读存储介质
CN111813399B (zh) * 2020-07-23 2022-05-31 平安医疗健康管理股份有限公司 基于机器学习的审核规则处理方法、装置及计算机设备
CN112131184B (zh) * 2020-09-18 2022-11-11 四创科技有限公司 一种实现模型及其接口标准化输入输出的方法
CN112308466A (zh) * 2020-11-26 2021-02-02 东莞市盟大塑化科技有限公司 企业资质审核方法、装置、计算机设备和存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020107764A1 (en) * 2000-12-07 2002-08-08 Mccoy Mary Kay Method and product for calculating a net operating income audit and for enabling substantially identical audit practices among a plurality of audit firms
CN107845033A (zh) * 2017-11-08 2018-03-27 上海壹账通金融科技有限公司 风控报告生成方法、装置、设备及计算机可读存储介质
CN108052310A (zh) * 2017-11-22 2018-05-18 链家网(北京)科技有限公司 一种基于业务模型描述信息的数据处理方法及服务器
CN108171600A (zh) * 2018-01-19 2018-06-15 深圳前海大数金融服务有限公司 征信报告解析方法、服务器及存储介质
CN109615534A (zh) * 2018-10-29 2019-04-12 平安医疗健康管理股份有限公司 风控审核模型生成方法、装置、设备及可读存储介质

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104809355A (zh) * 2015-05-14 2015-07-29 天津智康医疗科技有限公司 一种基于任务调度的医疗处方规则审核引擎设计方法
CN108257024B (zh) * 2017-04-14 2020-04-24 平安科技(深圳)有限公司 一种理赔案件处理方法和装置
CN108257029A (zh) * 2017-09-13 2018-07-06 平安科技(深圳)有限公司 保险数据审核方法、装置、计算机设备及可读存储介质
CN108334452B (zh) * 2018-02-08 2021-02-05 深圳壹账通智能科技有限公司 规则数据移交测试方法、装置、计算机设备和存储介质
CN108536846A (zh) * 2018-04-13 2018-09-14 深圳壹账通智能科技有限公司 风控引擎变量库规则适配方法、装置、设备及存储介质

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020107764A1 (en) * 2000-12-07 2002-08-08 Mccoy Mary Kay Method and product for calculating a net operating income audit and for enabling substantially identical audit practices among a plurality of audit firms
CN107845033A (zh) * 2017-11-08 2018-03-27 上海壹账通金融科技有限公司 风控报告生成方法、装置、设备及计算机可读存储介质
CN108052310A (zh) * 2017-11-22 2018-05-18 链家网(北京)科技有限公司 一种基于业务模型描述信息的数据处理方法及服务器
CN108171600A (zh) * 2018-01-19 2018-06-15 深圳前海大数金融服务有限公司 征信报告解析方法、服务器及存储介质
CN109615534A (zh) * 2018-10-29 2019-04-12 平安医疗健康管理股份有限公司 风控审核模型生成方法、装置、设备及可读存储介质

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114462373A (zh) * 2022-02-09 2022-05-10 星环信息科技(上海)股份有限公司 审计规则确定方法、装置、电子设备及存储介质
CN114462373B (zh) * 2022-02-09 2022-11-15 星环信息科技(上海)股份有限公司 审计规则确定方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN109615534A (zh) 2019-04-12

Similar Documents

Publication Publication Date Title
WO2020087981A1 (fr) Procédé et appareil de génération de modèle d'audit de contrôle de risque, dispositif, et support de stockage lisible
WO2020087978A1 (fr) Procédé, appareil et dispositif de génération de modèle de vérification des contrôles des risques, et support d'informations
WO2020233077A1 (fr) Procédé, dispositif et appareil de surveillance de service de système et support d'informations
WO2020119384A1 (fr) Procédé, appareil et dispositif de détection d'anomalie d'assurance médicale sur la base d'une analyse de mégadonnées, et support
WO2020119115A1 (fr) Procédé, dispositif, appareil de vérification de données, et support de stockage
WO2020147385A1 (fr) Procédé et appareil d'entrée de données, terminal et support d'informations lisible par ordinateur
WO2020119116A1 (fr) Procédé, appareil et dispositif de vérification d'assurance médicale basés sur l'analyse de données et support de stockage
WO2020078058A1 (fr) Procédé et dispositif d'identification d'anomalies de données médicales, terminal et support de stockage
WO2020119385A1 (fr) Procédé, dispositif, équipement et support de surveillance de génération de prescription sur la base d'une analyse de données
WO2020224250A1 (fr) Procédé, appareil et dispositif pour déclenchement de contrat intelligent, et support de stockage
WO2018205373A1 (fr) Procédé et appareil d'estimation de dépenses de dommages corporels et de dépenses de règlement de sinistre, serveur et support
WO2020119176A1 (fr) Procédé de vérification de données de remboursement, serveur d'identification et support de stockage
WO2020015064A1 (fr) Procédé de traitement de défaillance de système, appareil, dispositif et support d'informations
WO2020253112A1 (fr) Procédé d'acquisition de stratégie de test, dispositif, terminal et support de stockage lisible
WO2019024485A1 (fr) Procédé et dispositif de partage de données, et support de stockage lisible par ordinateur
WO2020233090A1 (fr) Procédé, appareil et dispositif de configuration d'application basés sur une page h5, et support de stockage
WO2020000632A1 (fr) Procédé, appareil et dispositif d'émission de facture, et support d'informations lisible par ordinateur
WO2020108111A1 (fr) Procédé d'identification de comportement de fraude d'assurance médicale, appareil, dispositif et support de mémoire lisible
WO2021003956A1 (fr) Procédé, appareil et dispositif de gestion d'informations de produit et support d'enregistrement
WO2020119369A1 (fr) Procédé, appareil et dispositif de positionnement de défaut de fonctionnement et de maintenance informatique intelligent, et support de stockage lisible
WO2020062658A1 (fr) Procédé et appareil de génération de contrat, dispositif et support de stockage
WO2020042464A1 (fr) Procédé, appareil et dispositif d'interaction de données, et support d'informations lisible
WO2020062661A1 (fr) Procédé, dispositif et appareil de vérification de cohérence de données de contrat et support d'enregistrement
WO2020119383A1 (fr) Procédé de supervision d'assurance médicale, dispositif, appareil et support de stockage lisible par ordinateur
WO2018201774A1 (fr) Procédé d'approbation de données, appareil, dispositif et support de stockage pouvant être lu par un ordinateur

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 19879491

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205 DATED 22/06/2021)

122 Ep: pct application non-entry in european phase

Ref document number: 19879491

Country of ref document: EP

Kind code of ref document: A1