CN113704811A - Data value management method - Google Patents

Data value management method Download PDF

Info

Publication number
CN113704811A
CN113704811A CN202110803420.3A CN202110803420A CN113704811A CN 113704811 A CN113704811 A CN 113704811A CN 202110803420 A CN202110803420 A CN 202110803420A CN 113704811 A CN113704811 A CN 113704811A
Authority
CN
China
Prior art keywords
data
value
standard
management method
steps
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
CN202110803420.3A
Other languages
Chinese (zh)
Inventor
苗晓晔
林博
王德健
董科雄
周惠丽
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Yikang Huilian Technology Co ltd
Original Assignee
Hangzhou Yikang Huilian Technology Co ltd
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 Hangzhou Yikang Huilian Technology Co ltd filed Critical Hangzhou Yikang Huilian Technology Co ltd
Priority to CN202110803420.3A priority Critical patent/CN113704811A/en
Publication of CN113704811A publication Critical patent/CN113704811A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • G06F21/6245Protecting personal data, e.g. for financial or medical purposes

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Software Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Medical Informatics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application discloses a data value management method, which comprises the following steps: acquiring data input by a user through input equipment; carrying out data cleaning on the data, and deleting invalid data; carrying out standardization processing on the data after data cleaning to form standard data; calculating the data value of each piece of standard data according to the standard data and a data value formula; storing data of data value of the standard data; displaying the data value when the system retrieves the standard data; and when the system calls the standard data, deducting the data integral of a data user according to the data value. The application has the advantage of providing a data value management method which enables the data value to have definite measurement standard so as to promote data sharing.

Description

Data value management method
Technical Field
The application relates to the field of data management, in particular to a data value management method.
Background
In the near future, the medical industry will incorporate more high technologies such as artificial intelligence, sensing technology and the like, so that the medical service is made to be truly intelligent, and the prosperous development of the medical industry is promoted. Under the background of new Chinese medical improvement, intelligent medical treatment is going to live in the lives of common people. The data of the medical industry has the need of privacy protection, so that when artificial intelligence is applied to the research, model training and data prediction in the medical field, a plurality of medical institutions are often required to perform the research, model training and data prediction in a networking and data collaboration mode.
The problem that can exist is how to utilize a good mechanism to promote and stimulate each hospital to participate in data sharing and use under the condition of ensuring data safety without leakage, and to better make effective data contribution for disease research.
In the prior art, value measurement cannot be carried out on data, so that each party does not have power for uploading the data, and corresponding training data cannot be effectively obtained through machine model training based on federal learning.
Disclosure of Invention
In order to solve the defects of the prior art, the application provides a data value management method, which comprises the following steps: acquiring data input by a user through input equipment; carrying out data cleaning on the data, and deleting invalid data; carrying out standardization processing on the data after data cleaning to form standard data; calculating the data value of each piece of standard data according to the standard data and a data value formula; storing data of data value of the standard data; displaying the data value when the system retrieves the standard data; and when the system calls the standard data, deducting the data integral of a data user according to the data value.
Further, the data cleaning comprises the following steps: and judging whether the format of the data meets a preset condition, and if not, judging that the data is invalid.
Further, the data cleaning further comprises the following steps: and judging whether the null value item of the data is greater than or equal to a preset value, and if so, judging the data to be invalid.
Further, the data cleaning further comprises the following steps: and judging whether the value of the key item of the data is a null value, and if so, judging the data to be invalid.
Further, the data cleaning further comprises the following steps: and judging whether the generation time of the data exceeds a preset time, and if so, judging as invalid data.
Further, the normalization process comprises the following steps: a unified reference standard for data standardization is established and defined as an international value range; making an academy reference standard for data standardization, and defining the academy reference standard as a local value range; mapping the international value range and the local value range to establish a conversion mapping relation; and converting the medical data input according to the local value range into standardized data according to the international value range according to the conversion mapping relation.
Further, the calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps: and calculating a corresponding integrity score according to the integrity degree of the standard data.
Further, the calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps: and calculating a corresponding timeliness score according to the timeliness degree of the standard data.
Further, the calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps: and calculating corresponding content value scores according to the data content of the standard data.
Further, the calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps: and generating the data value according to the weighting operation result of the integrity score, the timeliness score and the value score.
The application has the advantages that: a data value management method is provided for enabling data values to have a definite metric to facilitate data sharing.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this application, serve to provide a further understanding of the application and to enable other features, objects, and advantages of the application to be more apparent. The drawings and their description illustrate the embodiments of the invention and do not limit it. In the drawings:
FIG. 1 is a schematic illustration of the steps of a data value management method according to one embodiment of the present application;
FIG. 2 is a schematic illustration of an upload data management interface of a data value management method according to an embodiment of the present application;
FIG. 3 is a schematic diagram of a usage data management interface for a method of data value management according to an embodiment of the present application.
Detailed Description
In order to make the technical solutions better understood by those skilled in the art, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only partial embodiments of the present application, but not all embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
It should be noted that the terms "first," "second," and the like in the description and claims of this application and in the drawings described above are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It should be understood that the data so used may be interchanged under appropriate circumstances such that embodiments of the application described herein may be used. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Referring to fig. 1, the data value management method of the present application includes the steps of: acquiring data input by a user through input equipment; cleaning data and deleting invalid data; carrying out standardization processing on the data after data cleaning to form standard data; calculating the data value of each standard data according to the standard data and a data value formula; storing data of data value of the standard data; displaying the data value when the system retrieves the standard data; and when the system calls the standard data, deducting the data integral of the data user according to the data value.
Specifically, the data cleaning comprises the following steps: and judging whether the format of the data meets a preset condition or not, and if not, judging the data to be invalid.
Specifically, the data cleaning further comprises the following steps: and judging whether the null value item of the data is greater than or equal to a preset value, and if so, judging the data to be invalid.
Specifically, the data cleaning further comprises the following steps: and judging whether the value of the key item of the data is a null value or not, and if so, judging the data to be invalid.
Specifically, the data cleaning further comprises the following steps: and judging whether the generation time of the data exceeds the preset time, and if so, judging the data to be invalid.
Specifically, the normalization process includes the steps of: a unified reference standard for data standardization is established and defined as an international value range; making an academy reference standard for data standardization, and defining the academy reference standard as a local value range; mapping the international value range and the local value range to establish a conversion mapping relation; and converting the medical data input according to the local value range into standardized data according to the international value range according to the conversion mapping relation.
More specifically, taking medical data as an example, the international value range is established by setting a national standard value and corresponding description of the national standard value. Specifically, the national standard value includes at least an arabic numeral and a chinese character.
When data standardization is performed, the national standard values or the corresponding national standard value descriptions thereof can be edited or deleted, and table files with the national standard values and the national standard value descriptions can be imported.
More specifically, the local value domain is formulated by setting a local value and a corresponding local value description. The place value includes at least Arabic numerals and the place value description includes at least Chinese characters.
Specifically, the step of calculating the data value of each standard datum according to the standard datum and the data value formula comprises the following steps: calculating a corresponding integrity score according to the integrity degree of the standard data; calculating a corresponding timeliness score according to the timeliness degree of the standard data; and calculating the corresponding content value score according to the data content of the standard data.
Then, a data merit is generated from the result of the weighted operation of the integrity score, the timeliness score, and the merit score.
As a specific example, = (30 cost +10 hospital grade coefficient +7 doctor staff factor +9 surgical grade coefficient +12 data integrity coefficient +11 data timeliness coefficient +21 data scarcity coefficient)/100
Hospital grade coefficient: judging by hospital grade, wherein the coefficient of the grade A is 1;
doctor job title coefficient: judging the coefficient according to the job title of the doctor of the business, wherein the coefficient of the principal and the subordinate doctor is 1;
surgical grading factor: the coefficients are graded according to surgery, such as a four-stage surgery coefficient of 1;
data integrity factor: calculating a coefficient according to the integrity of the data, namely whether the data has a null value or not, wherein the coefficient is 1 when 100 percent of the data has the null value;
data timeliness coefficient: calculating a coefficient according to the data timeliness, wherein the coefficient of the data within 1 year is 1;
data scarcity coefficient: calculating a coefficient according to the scarcity of the data, wherein the coefficient is 1 as usual;
the cost coefficient is as follows: calculating a coefficient according to medical fee generated by the data, wherein the coefficient is 1 when the number of 100000 yuan is more;
the details of the acquisition of each coefficient from the data for which the integral is calculated in association with other information tables of the hospital are as follows:
hospital grade:
third-level 1.0;
0.8 of tertiary ethyl and the like;
0.6 of second-level A and the like;
0.4 of second-level B and the like;
first order 0.2.
Doctor title:
the chief physician (height 1;
0.8 for the assistant chief physician (minor height);
0.6 of the attending physician;
hospitalized physician 0.4.
Grading the operation:
level four 1.0;
third-level 0.8;
0.6 of second level;
first-order 0.4;
no operation 0.2;
data integrity:
100% is 1.0;
90-99% is 0.9;
80-89% is 0.8;
70-79% is 0.7;
60% -69% is 0.6;
50% -59% is 0.5;
40-49% is 0.4;
30-39% is 0.3;
20-29% is 0.2;
10% -19% is 0.1;
1-10% is 0.05;
0 is 1% or less.
Data timeliness:
1 within 1 year;
0.8 in 2-4 years;
0.6 in 5-7 years;
0.4 in 7-9 years;
0.2 in 9-11 years;
0.1 in 11-13 years;
data scarcity:
ten rare monster diseases worldwide 1.7;
adult prevalence is less than one part per million, neonatal incidence is less than 1.6 for one-fiftieth of genetic disease;
adult prevalence is one part per million, and neonatal prevalence is one fiftieth of a ten million of genetic disease 1.5;
one ninety-ten-thousandth of the prevalence in adults and one forty-ten-thousandth of the prevalence in newborns 1.4;
the prevalence rate of adults is less than one in fifty ten thousand, and the prevalence rate in newborns is less than 1.0 in ten thousand.
The cost is as follows:
0-1000 yuan is 0.2;
1000-10000 yuan is 0.4;
10000-50000 yuan is 0.6;
50000-100000 yuan is 0.8;
1.0 is 100000 or more.
As shown in FIG. 2, through the interface, when the user uploads the data, the user can know the value data of the data, so that federal learning parties can be stimulated to upload the data.
It should be noted that the uploaded data is still stored locally, and other parties can only know the index of the data and cannot acquire the data itself.
As shown in fig. 3, credit-based deduction may be performed through an interactive interface and a credit value is awarded to a user who uploads data.
The above description is only a preferred embodiment of the present application and is not intended to limit the present application, and various modifications and changes may be made by those skilled in the art. Any modification, equivalent replacement, improvement and the like made within the spirit and principle of the present application shall be included in the protection scope of the present application.

Claims (10)

1. A data value management method is characterized in that:
the data value management method comprises the following steps:
acquiring data input by a user through input equipment;
carrying out data cleaning on the data, and deleting invalid data;
carrying out standardization processing on the data after data cleaning to form standard data;
calculating the data value of each piece of standard data according to the standard data and a data value formula;
storing data of data value of the standard data;
displaying the data value when the system retrieves the standard data;
and when the system calls the standard data, deducting the data integral of a data user according to the data value.
2. The data value management method of claim 1, wherein:
the data cleaning comprises the following steps:
and judging whether the format of the data meets a preset condition, and if not, judging that the data is invalid.
3. The data value management method of claim 2, wherein:
the data cleaning further comprises the following steps:
and judging whether the null value item of the data is greater than or equal to a preset value, and if so, judging the data to be invalid.
4. The data value management method of claim 3, wherein:
the data cleaning further comprises the following steps:
and judging whether the value of the key item of the data is a null value, and if so, judging the data to be invalid.
5. The data value management method of claim 4, wherein:
the data cleaning further comprises the following steps:
and judging whether the generation time of the data exceeds a preset time, and if so, judging as invalid data.
6. The data value management method of claim 5, wherein:
the normalization process comprises the following steps:
a unified reference standard for data standardization is established and defined as an international value range;
making an academy reference standard for data standardization, and defining the academy reference standard as a local value range;
mapping the international value range and the local value range to establish a conversion mapping relation;
and converting the medical data input according to the local value range into standardized data according to the international value range according to the conversion mapping relation.
7. The data value management method of claim 6, wherein:
the step of calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps: and calculating a corresponding integrity score according to the integrity degree of the standard data.
8. The data value management method of claim 7, wherein:
the step of calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps: and calculating a corresponding timeliness score according to the timeliness degree of the standard data.
9. The data value management method of claim 8, wherein:
the step of calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps:
and calculating corresponding content value scores according to the data content of the standard data.
10. The data value management method of claim 9, wherein:
the step of calculating the data value of each standard data according to the standard data and the data value formula comprises the following steps: and generating the data value according to the weighting operation result of the integrity score, the timeliness score and the value score.
CN202110803420.3A 2021-07-16 2021-07-16 Data value management method Pending CN113704811A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110803420.3A CN113704811A (en) 2021-07-16 2021-07-16 Data value management method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110803420.3A CN113704811A (en) 2021-07-16 2021-07-16 Data value management method

Publications (1)

Publication Number Publication Date
CN113704811A true CN113704811A (en) 2021-11-26

Family

ID=78648743

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110803420.3A Pending CN113704811A (en) 2021-07-16 2021-07-16 Data value management method

Country Status (1)

Country Link
CN (1) CN113704811A (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070088559A1 (en) * 2003-07-14 2007-04-19 Suhung-Gwon Kim Method for computerising and standardizing medical information
US20080215627A1 (en) * 2007-01-04 2008-09-04 Imetrikus, Inc. Standardized health data hub
WO2011075207A1 (en) * 2009-12-17 2011-06-23 American Express Travel Related Services Company, Inc. System and method for valuing and rating intellectual property assets
CN107194167A (en) * 2017-05-17 2017-09-22 医惠科技有限公司 A kind of doctors and patients' data management system and method
CN107545349A (en) * 2016-06-28 2018-01-05 国网天津市电力公司 A kind of Data Quality Analysis evaluation model towards electric power big data
KR20180106533A (en) * 2017-03-20 2018-10-01 장경애 Data Value evaluation system through detailed analysis of data governance data
CN108681926A (en) * 2018-05-21 2018-10-19 陕西省信息化工程研究院 A kind of data value appraisal procedure
CN108764707A (en) * 2018-05-24 2018-11-06 国信优易数据有限公司 A kind of data assessment system and method
CN108764995A (en) * 2018-05-24 2018-11-06 国信优易数据有限公司 A kind of data value determines system and method
CN110321329A (en) * 2019-06-18 2019-10-11 中盈优创资讯科技有限公司 Data processing method and device based on big data
CN110659926A (en) * 2018-06-29 2020-01-07 国信优易数据有限公司 Data value evaluation system and method
CN110875095A (en) * 2019-09-27 2020-03-10 长沙瀚云信息科技有限公司 Standardized clinical big data center system
CN111243748A (en) * 2019-12-30 2020-06-05 湖南中医药大学 Needle pushing health data standardization system
CN111639066A (en) * 2020-05-14 2020-09-08 杭州数梦工场科技有限公司 Data cleaning method and device
CN111724084A (en) * 2020-07-27 2020-09-29 腾讯科技(深圳)有限公司 Data asset value display method, device, equipment and storage medium
CN112233746A (en) * 2020-11-05 2021-01-15 克拉玛依市中心医院 Method for automatically standardizing medical data
CN112860674A (en) * 2021-01-29 2021-05-28 北京译泰教育科技有限公司 Data sharing method and system
CN112883157A (en) * 2021-02-07 2021-06-01 武汉大学 Method and device for standardizing multi-source heterogeneous medical data

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070088559A1 (en) * 2003-07-14 2007-04-19 Suhung-Gwon Kim Method for computerising and standardizing medical information
US20080215627A1 (en) * 2007-01-04 2008-09-04 Imetrikus, Inc. Standardized health data hub
WO2011075207A1 (en) * 2009-12-17 2011-06-23 American Express Travel Related Services Company, Inc. System and method for valuing and rating intellectual property assets
CN107545349A (en) * 2016-06-28 2018-01-05 国网天津市电力公司 A kind of Data Quality Analysis evaluation model towards electric power big data
KR20180106533A (en) * 2017-03-20 2018-10-01 장경애 Data Value evaluation system through detailed analysis of data governance data
CN107194167A (en) * 2017-05-17 2017-09-22 医惠科技有限公司 A kind of doctors and patients' data management system and method
CN108681926A (en) * 2018-05-21 2018-10-19 陕西省信息化工程研究院 A kind of data value appraisal procedure
CN108764995A (en) * 2018-05-24 2018-11-06 国信优易数据有限公司 A kind of data value determines system and method
CN108764707A (en) * 2018-05-24 2018-11-06 国信优易数据有限公司 A kind of data assessment system and method
CN110659926A (en) * 2018-06-29 2020-01-07 国信优易数据有限公司 Data value evaluation system and method
CN110321329A (en) * 2019-06-18 2019-10-11 中盈优创资讯科技有限公司 Data processing method and device based on big data
CN110875095A (en) * 2019-09-27 2020-03-10 长沙瀚云信息科技有限公司 Standardized clinical big data center system
CN111243748A (en) * 2019-12-30 2020-06-05 湖南中医药大学 Needle pushing health data standardization system
CN111639066A (en) * 2020-05-14 2020-09-08 杭州数梦工场科技有限公司 Data cleaning method and device
CN111724084A (en) * 2020-07-27 2020-09-29 腾讯科技(深圳)有限公司 Data asset value display method, device, equipment and storage medium
CN112233746A (en) * 2020-11-05 2021-01-15 克拉玛依市中心医院 Method for automatically standardizing medical data
CN112860674A (en) * 2021-01-29 2021-05-28 北京译泰教育科技有限公司 Data sharing method and system
CN112883157A (en) * 2021-02-07 2021-06-01 武汉大学 Method and device for standardizing multi-source heterogeneous medical data

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
李谊澄;侯锐志;邹宗毓;周子君;: "基于机器学习的北京市三甲医院疾病诊断名称规范化研究", 医学与社会, no. 08 *
王少波;黄玉成;胡建中;: "医院信息数据统一采集平台建设实践", 中国数字医学, no. 12, pages 282 - 283 *
赵慧智;: "医院统计数据质量控制方法探讨与实践", 统计与管理, no. 07 *

Similar Documents

Publication Publication Date Title
Minervini et al. Teledentistry in the management of patients with dental and temporomandibular disorders
Weyers et al. Psychosocial work stress is associated with poor self‐rated health in Danish nurses: a test of the effort–reward imbalance model
Challis et al. Frail old people at the margins of care: some recent research findings
CN112037910B (en) Health information management method, device, equipment and storage medium
Greenberg et al. Forecasting the need for physicians in the United States: the Health Resources and Services Administration's physician requirements model.
KR20150078236A (en) Method and System for personalized healthcare
CN108564991A (en) Digitization coding case history wrong identification system based on ICD and its recognition methods
CN113744819B (en) Follow-up state management method and device
CN112117002A (en) Novel intelligent psychological assessment intervention system and method combined with virtual reality technology
Liu et al. Where your heart belongs to shapes how you feel about yourself: Migration, social comparison and subjective well‐being in China
Grytten et al. Do young adults demand more dental services as their income increases?
Tickle et al. Inequalities in the dental treatment provided to children: an example from the UK
Ong et al. An integrated kidney care eConsult practice model: results from the iKinect project
CN113704811A (en) Data value management method
Chen et al. Burnout and intention to leave among care workers in residential care homes in Hong Kong: Technology acceptance as a moderator
CN113223728A (en) Value evaluation method suitable for medical data
Dolan Aggregating health state valuations
Pälvärinne et al. Visitors’ experiences of public and private dental care in Sweden in 1992–2012
Bartlett et al. Quality of care in nursing homes for older people: Providers' perspectives and priorities
CN109448846A (en) A kind of analysis method for calculating rare sick disease incidence based on medical insurance big data
CN206021239U (en) It is specially adapted for the medical science point natural language interactive device that examines in advance
Green et al. Explaining the widening distribution of Body Mass Index: A decomposition analysis of trends for England, 2002–2004 and 2012–2014
Pocock et al. A clinical audit of the electronic data capture of dementia in ambulance service patient records
JP6259947B1 (en) Information processing apparatus, information processing system, and program
Decleck et al. Development and implementation of an oral health data registration and evaluation system for the Belgian population

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination