A clinical medication data recording method and system

By quantifying the use of patients, clustering and priority calculations are performed based on the differences in the similarity of the disease and the information encoding value, the problem of low efficiency in clinical use of drugs in the prior art is solved, and efficient recording of information of epidemic patients is achieved.

CN119580916BActive Publication Date: 2025-08-22HAINAN HAIYIXINTONG TECHNOLOGY CO LTD
View PDF 1 Cites 0 Cited by

Patent Information

Application Number
CN202510138143.7
Authority / Receiving Office
CN · China
Patent Type
Patents(China)
Current Assignee / Owner
Filing Date
2025-02-08
Publication Date
2025-08-22
Estimated Expiration
2045-02-08

AI Technical Summary

Technical Problem

Existing methods are less efficient in recording clinical medication information in a large number of patients, especially due to the presence of a large number of non-critical redundant information and non-epidemic patients, resulting in inefficiency in recording.

Method used

By quantifying the pre-processing of the patient's medication information, obtaining the encoded value of the medication information, clustering based on the similarity of the disease, calculating the patient's record priority and dimension record priority, determining the information record priority, and recording at different priority levels based on the priority.

Benefits of technology

The efficiency of clinical drug data recording for a large number of patients is improved, especially information recording for epidemic patients, reducing the redundancy of non-critical information and improving the accuracy and efficiency of information recording.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN119580916B_ABST
    Figure CN119580916B_ABST
Patent Text Reader

Abstract

The present invention relates to the field of medication information recording, and specifically to a clinical medication data recording method and system. The method first obtains clinical medication information of different dimensions and the patient's illness time for each patient, and quantifies the clinical medication information to obtain the medication information coding value of each dimension for each patient. Based on the difference in medication information coding value of the same dimension for each patient, the symptom similarity of each patient is obtained. Based on the difference in the symptom similarity of the patients, the patients are clustered, and the patient record priority is obtained based on the difference in symptom similarity of the patients in the cluster and the overall level of symptom similarity, the number of patients, and the difference in illness time; the dimensional record priority is obtained based on the distribution of medication information coding values ​​of the same dimension for all patients; and the patient record priority and dimensional record priority are combined to record the patient's clinical medication information. The present invention can improve the efficiency of clinical medication data recording for a large number of patients.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the field of medication information recording, and in particular to a clinical medication data recording method and system. Background Art

[0002] Epidemic is a highly contagious disease with a high incidence rate. Collecting and recording various clinical medication data information of patient groups can provide valuable data resources for drug research and epidemiological research, helping researchers understand important data information such as the long-term effects, adverse reactions and medication trends of drugs, thereby helping to formulate more accurate treatment strategies and preventive measures.

[0003] In related technologies, the clinical medication information of a patient group is usually stored and recorded with the same priority. However, since there are a large number of non-epidemic patients in the entire patient group, and the patient's clinical medication information usually contains information in multiple dimensions, there is a lot of non-critical redundant information in the multi-dimensional clinical medication information, resulting in low efficiency in recording the clinical medication information of a large number of patients using existing methods. Summary of the Invention

[0004] In order to solve the technical problem of low efficiency in recording clinical medication information of a large number of patients using existing methods, the present invention aims to provide a method and system for recording clinical medication data. The technical solutions adopted are as follows:

[0005] The present invention proposes a method for recording clinical medication data, the method comprising:

[0006] Obtaining clinical medication information of different dimensions for each patient and the duration of illness for each patient, performing quantitative preprocessing on the clinical medication information, and obtaining a medication information coding value for each dimension of each patient;

[0007] Obtaining the symptom similarity of each patient based on the difference in the medication information coding values ​​of the same dimension between the patients; clustering all patients based on the difference in the symptom similarity between the patients to obtain a plurality of clusters; obtaining the patient record priority of each patient based on the difference in the symptom similarity between the patients in each cluster, the overall level of the symptom similarity of all patients in each cluster, the number of patients in each cluster, and the difference in the illness duration between the patients in each cluster;

[0008] Obtaining the dimension record priority of each dimension based on the distribution of medication information coding values ​​of the same dimension for all patients; and obtaining the information record priority of each dimension for each patient by combining the patient record priority and the dimension record priority;

[0009] Based on the information recording priority, the clinical medication information of each dimension of each patient is recorded with different priorities.

[0010] Furthermore, obtaining the similarity of symptoms of each patient includes:

[0011] Taking any dimension as the target dimension, taking the average of the medication information coding values ​​of the target dimension of all patients as the overall coding value of the target dimension;

[0012] Taking any patient as a target patient, performing negative correlation mapping on the absolute value of the difference between the medication information coding value of the target dimension of the target patient and the overall coding value of the target dimension, and obtaining the degree of convergence of the target dimension of the target patient;

[0013] The accumulated values ​​of the approximation degrees of all dimensions of the target patient are normalized to obtain the symptom similarity of the target patient.

[0014] Furthermore, obtaining a plurality of clusters includes:

[0015] The absolute value of the difference between the similarities of the symptoms of any two patients is used as the distance measure between any two patients;

[0016] Using the K-means clustering algorithm, all patients are clustered based on the distance metric between any two patients to obtain multiple clusters.

[0017] Furthermore, obtaining the patient record priority of each patient includes:

[0018] Taking any cluster as the target cluster, and taking the average of the disease similarities of all patients in the target cluster as the cluster center value of the target cluster;

[0019] The absolute value of the difference between the disease similarity of each patient in the target cluster and the cluster center value of the target cluster is used as the disease similarity deviation of each patient in the target cluster, and a negative correlation mapping is performed on the average value of the disease similarity deviation of all patients in the target cluster to obtain a first clustering degree of the target cluster;

[0020] Obtaining a second degree of clustering of the target cluster according to the difference in illness time between the patients in the target cluster;

[0021] The first clustering degree, the second clustering degree, the cluster center value and the number of patients in the target cluster are integrated and normalized to obtain the patient record priority of each patient in the target cluster.

[0022] Furthermore, obtaining the second clustering degree of the target cluster includes:

[0023] The average of the illness time of all patients in the target cluster is taken as the overall illness time of the target cluster;

[0024] The absolute value of the difference between the illness time of each patient in the target cluster and the overall illness time of the target cluster is used as the illness time deviation of each patient in the target cluster, and a negative correlation mapping is performed on the average value of the illness time deviation of all patients in the target cluster to obtain the second clustering degree of the target cluster.

[0025] Furthermore, obtaining the dimension record priority of each dimension includes:

[0026] The standard deviation of the medication information coding value of the target dimension of all patients is negatively correlated and normalized to obtain the dimension record priority of the target dimension.

[0027] Furthermore, obtaining the information record priority of each dimension of each patient includes:

[0028] The product value of the patient record priority of each patient and the dimension record priority of each dimension is normalized to obtain the information record priority of each dimension of each patient.

[0029] Furthermore, recording the clinical medication information of each dimension of each patient with different priorities includes:

[0030] The clinical medication information of the patient dimension corresponding to the information recording priority is recorded in descending order of the information recording priority.

[0031] Furthermore, obtaining the medication information coding value of each dimension for each patient includes:

[0032] Using the Jieba word segmentation tool, we segmented the clinical medication information of each dimension of each patient and obtained multiple phrases in each dimension of each patient.

[0033] Use the one-hot encoding algorithm to encode multiple phrases in each dimension of each patient to obtain the one-hot encoding value of each phrase;

[0034] The average of the one-hot encoding values ​​of all phrases in each dimension of each patient is used as the medication information encoding value of each dimension of each patient.

[0035] The present invention also proposes a clinical medication data recording system, which includes a memory, a processor, and a computer program stored in the memory and runnable on the processor. When the processor executes the computer program, it implements any one of the steps of a clinical medication data recording method.

[0036] The present invention has the following beneficial effects:

[0037] The present invention takes into account the low efficiency of existing methods in recording clinical medication information of a large number of patients. Therefore, the clinical medication information of different dimensions and the illness time of each patient are first obtained. Considering that clinical medication information is usually presented in text form, it is necessary to quantify it to obtain the medication information coding value of each dimension of each patient, thereby providing a data basis for subsequent analysis. Since the present invention needs to give priority to recording the clinical medication information of epidemic patients, thereby realizing epidemiological research and analysis, and there are some non-epidemic patients in a large number of patient groups, the recording priority of clinical medication information of non-epidemic patients should be appropriately lowered to improve the efficiency of information recording. The symptoms of epidemic patients are relatively similar, and their clinical medication information of the same dimension is also relatively close. Therefore, the similarity of symptoms can be used to reflect the similarity of the symptoms between the target patient and other patients, and then the patients with similar symptoms are divided into the same cluster. Considering that the closer the similarity of symptoms of each patient in the cluster, the higher the similarity of symptoms In the cluster, the greater the similarity of the symptoms of each patient, the greater the possibility that the patients in the cluster suffer from epidemic diseases. At the same time, epidemics are highly contagious and break out in a short time, resulting in a large number of epidemic patients and a relatively close illness time. Therefore, analysis can be conducted based on this feature, and the patient record priority can be used to reflect the priority of recording the clinical medication data of each patient. Considering that there is redundant information in some non-critical dimensions in the multi-dimensional clinical medication information of patients, the information recording priority of these dimensions should be lower to improve the efficiency of recording clinical medication data. The clinical medication information of these redundant dimensions has poor consistency in the distribution of the patient population. Specifically, the distribution of the medication information coding values ​​of the redundant dimensions in the patient population is relatively discrete. Therefore, the dimension record priority can be used to reflect the priority of information recording for each dimension, and then the clinical medication information of each dimension of each patient can be recorded with different priorities through the information record priority, thereby improving the efficiency of recording clinical medication data for a large number of patients. BRIEF DESCRIPTION OF THE DRAWINGS

[0038] In order to more clearly illustrate the technical solutions and advantages of the embodiments of the present invention or the prior art, the following briefly introduces the drawings required for use in the embodiments or the prior art descriptions. Obviously, the drawings described below are only some embodiments of the present invention. For ordinary technicians in this field, other drawings can be obtained based on these drawings without paying any creative work.

[0039] Figure 1 A flow chart of a method for recording clinical medication data provided by one embodiment of the present invention;

[0040] Figure 2 A flow chart of a method for obtaining the patient record priority of each patient provided in one embodiment of the present invention. DETAILED DESCRIPTION

[0041] In order to further illustrate the technical means and effects adopted by the present invention to achieve the predetermined invention purpose, the following, in conjunction with the accompanying drawings and preferred embodiments, describes in detail a clinical medication data recording method and system proposed in accordance with the present invention, its specific implementation, structure, features and effects. In the following description, different "one embodiment" or "another embodiment" does not necessarily refer to the same embodiment. In addition, specific features, structures or characteristics of one or more embodiments may be combined in any suitable form.

[0042] Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.

[0043] The following describes in detail a specific scheme of a clinical medication data recording method and system provided by the present invention with reference to the accompanying drawings.

[0044] See also Figure 1 , which shows a flow chart of a clinical medication data recording method provided by one embodiment of the present invention, the method comprising:

[0045] Step S1: Obtain clinical medication information of different dimensions for each patient and the duration of illness for each patient, perform quantitative preprocessing on the clinical medication information, and obtain a medication information coding value for each dimension of each patient.

[0046] When medical staff in hospitals use drugs to treat patients' diseases, they usually store multiple dimensions of information such as the name, dosage, usage, formula, dosage and medication time of the drugs used for patients in the hospital information management system. At the same time, medical staff will also ask the patient how long they have been ill, and store the patient's illness time along with multiple dimensions of information about the drugs in the hospital information management system.

[0047] Therefore, the embodiment of the present invention first obtains the clinical medication information of different dimensions of each patient and the illness time of each patient from the hospital information management system. Since the clinical medication information is usually presented in the form of text, the text information cannot be used for subsequent data analysis. Therefore, it is necessary to quantify the clinical medication information and obtain the medication information coding value of each dimension of each patient. The medication information coding value of each dimension of each patient can represent the clinical medication information of the patient in that dimension, thereby providing a data basis for subsequent data analysis.

[0048] Preferably, in one embodiment of the present invention, the method for obtaining the medication information coding value of each dimension of each patient specifically includes:

[0049] First, the Jieba word segmentation tool was used to segment the clinical medication information of each dimension of each patient to obtain multiple phrases in each dimension of each patient. Then, the one-hot encoding algorithm was used to encode the multiple phrases in each dimension of each patient to obtain the one-hot encoding value of each phrase. The average of the one-hot encoding values ​​of all phrases in each dimension of each patient was used as the encoding value of the medication information of each dimension of each patient.

[0050] Among them, the jieba word segmentation tool and the one-hot encoding algorithm are both technical means well known to those skilled in the art and will not be described in detail here.

[0051] Step S2: Take any patient as the target patient, and obtain the target patient's symptom similarity based on the difference in medication information coding values ​​of the same dimension between the target patient and all patients; cluster all patients based on the difference in symptom similarity between patients to obtain multiple clusters; obtain the patient record priority of each patient based on the difference in symptom similarity between patients in each cluster, the overall level of symptom similarity of all patients in each cluster, the number of patients in each cluster, and the difference in illness time between patients in each cluster.

[0052] The embodiment of the present invention needs to give priority to recording the clinical medication information of epidemic patients, so as to realize epidemiological research and analysis. However, there are some non-epidemic patients in a large number of patient groups. The priority of recording clinical medication information of non-epidemic patients should be appropriately lowered to improve the efficiency of information recording. The symptoms of epidemic patients are relatively similar, and their clinical medication information and medication information coding values ​​of the same dimension are also relatively close. Therefore, the differences in medication information coding values ​​of the same dimension between each patient can be analyzed. The obtained symptom similarity reflects the similarity of the symptoms between the target patient and other patients. The greater the symptom similarity, the closer the medication information coding value of each patient is to the overall level of the medication information coding values ​​of all patients, and thus the more likely the patient is to suffer from an epidemic.

[0053] Preferably, in one embodiment of the present invention, the method for obtaining the similarity of symptoms of each patient specifically includes:

[0054] First, any dimension is taken as the target dimension, and the average value of the medication information coding values ​​of the target dimension of all patients is taken as the overall coding value of the target dimension. The overall coding value is used to reflect the overall level of the medication information coding values ​​of the target dimension of all patients. The overall coding value of each dimension can be obtained by the same method.

[0055] Then, any patient is taken as the target patient, and the absolute value of the difference between the target patient's target dimension medication information coding value and the overall coding value of the target dimension is negatively correlated to obtain the degree of convergence of the target patient's target dimension. The greater the degree of convergence, the closer the target patient's medication coding value is to the overall level of the medication coding values ​​of all patients in the target dimension, which further indicates that the target patient is more likely to show epidemic characteristics in the target dimension.

[0056] The same method as above can be used to obtain the degree of convergence of each dimension of the target patient, and then the cumulative value of the degree of convergence of all dimensions of the target patient can be normalized, and the calculation result can be limited to range, thereby obtaining the similarity of the symptoms of the target patients.

[0057] In one embodiment of the present invention, the normalization processing can be specifically, for example, maximum and minimum value normalization processing, and the normalization in subsequent steps can all adopt maximum and minimum value normalization processing. In other embodiments of the present invention, other normalization methods can be selected according to the specific range of numerical values, which will not be repeated here.

[0058] As an example, in one embodiment of the present invention, the expression of the target patient's symptom similarity can be specifically, for example, as follows:

[0059]

[0060] in, Indicates the similarity of the target patient's symptoms; The target patient The coding value of medication information in each dimension; Indicates the The overall coding value of each dimension; The target patient The degree of convergence of the dimensions; Indicates the number of dimensions; represents the normalization function; Indicates the preset first adjustment parameter, which is used to prevent the denominator from being 0. The value range is In one embodiment of the present invention, Set to 0.01, The specific value of can also be set by the implementer according to the specific implementation scenario and is not limited here.

[0061] It should be noted that in other embodiments of the present invention, negative correlation mapping may be achieved through other basic mathematical operations, which will not be described in detail here.

[0062] The similarity of symptoms of each patient can be obtained by the same method as above.

[0063] Since the symptoms of patients with epidemic diseases are relatively similar and close, all patients can be clustered based on the differences in the similarities of symptoms between patients to obtain multiple clusters. Subsequently, the clusters can be analyzed to improve the accuracy of the analysis of the possibility of patients suffering from epidemic diseases, and then accurately analyze the priority of recording the patients' clinical medication information.

[0064] Preferably, in one embodiment of the present invention, the method for obtaining multiple clusters specifically includes:

[0065] The absolute value of the difference between the similarities of symptoms of any two patients is used as the distance metric between any two patients. Then, the K-means clustering algorithm is used to cluster all patients based on the distance metric between any two patients to obtain multiple clusters. The number of clusters can be determined by the existing elbow method. In other embodiments of the present invention, other clustering algorithms based on distance metrics can also be used to implement clustering operations, which is not limited here.

[0066] Since the more concentrated the similarity of symptoms of each patient in the cluster is and the greater the similarity of symptoms of each patient is, the greater the possibility that the patients in the cluster suffer from epidemic diseases. At the same time, epidemics are highly contagious and break out in a short time, resulting in a large number of epidemic patients and a relatively close illness time. Therefore, the difference in symptom similarity between patients in each cluster, the overall level of symptom similarity of all patients in each cluster, the number of patients in each cluster, and the difference in illness time between patients in each cluster can be analyzed. The priority of the obtained patient record reflects the priority of recording the clinical medication data information of each patient. Subsequently, the patient's clinical medication information can be recorded with different priorities based on the patient record priority to improve the efficiency of information recording.

[0067] Preferably, in one embodiment of the present invention, the method for obtaining the patient record priority of each patient specifically includes:

[0068] See also Figure 2 , which shows a flow chart of a method for obtaining the patient record priority of each patient provided by one embodiment of the present invention.

[0069] Step S201: taking any cluster as a target cluster, and taking the average value of the disease similarities of all patients in the target cluster as the cluster center value of the target cluster.

[0070] First, any cluster is analyzed and any cluster is used as the target cluster. From the above analysis, it can be seen that the greater the similarity of the patient's symptoms, the greater the possibility that the patient suffers from an epidemic. Therefore, the average value of the symptom similarity of all patients in the target cluster can be used as the cluster center value of the target cluster. The larger the cluster center value, the greater the overall level of symptom similarity of all patients in the target cluster, and further, the greater the possibility that the patients in the target cluster suffer from an epidemic, and the greater the priority of recording the clinical medication information of the patients in the target cluster.

[0071] Step S202: The absolute value of the difference between the symptom similarity of each patient in the target cluster and the cluster center value of the target cluster is used as the symptom similarity deviation of each patient in the target cluster, and a negative correlation mapping is performed on the average value of the symptom similarity deviation of all patients in the target cluster to obtain the first clustering degree of the target cluster.

[0072] From the above analysis, it can be seen that the more concentrated or close the similarity of the symptoms of each patient in the cluster is, the greater the possibility that the patients in the cluster suffer from epidemic diseases. Therefore, the absolute value of the difference between the symptom similarity of each patient in the target cluster and the cluster center value of the target cluster can be used as the symptom similarity deviation of each patient in the target cluster. The smaller the symptom similarity deviation, the closer the symptom similarity of each patient in the target cluster is to the cluster center value. Then, the average value of the symptom similarity deviation of all patients in the target cluster can be negatively correlated to obtain the first clustering degree of the target cluster. The larger the first clustering degree, the more concentrated the symptom similarity of each patient in the target cluster is at the cluster center value, and the greater the possibility that the patients in the target cluster suffer from epidemic diseases, and the greater the priority of recording the clinical medication information of the patients in the target cluster.

[0073] As an example, in one embodiment of the present invention, the expression of the first clustering degree of the target cluster may be specifically, for example, as follows:

[0074]

[0075] in, Indicates the first clustering degree of the target cluster; Indicates the first cluster in the target cluster Similarity of symptoms among patients; Indicates the cluster center value of the target cluster; Indicates the first cluster in the target cluster The similarity deviation of symptoms of each patient; Indicates the number of patients in the target cluster; Indicates the preset second adjustment parameter, which is used to prevent the denominator from being 0. The value range is In one embodiment of the present invention, Set to 0.01, The specific value of can also be set by the implementer according to the specific implementation scenario and is not limited here.

[0076] It should be noted that in other embodiments of the present invention, negative correlation mapping may be achieved through other basic mathematical operations, which will not be described in detail here.

[0077] Step S203: obtaining a second aggregation degree of the target cluster according to the difference in illness duration between the patients in the target cluster.

[0078] The smaller the difference in illness time between patients in the target cluster, the more likely the patients in the target cluster are to have the characteristics of an epidemic outbreak in a short period of time. Therefore, the second clustering degree of the target cluster can be obtained based on the difference in illness time between patients in the target cluster. The larger the second clustering degree, the more concentrated the illness time of patients in the target cluster, and the greater the possibility that the patients in the target cluster are suffering from an epidemic, and the greater the priority of recording the clinical medication information of patients in the target cluster.

[0079] Preferably, in one embodiment of the present invention, the method for obtaining the second clustering degree of the target cluster specifically includes:

[0080] The average of the illness time of all patients in the target cluster is taken as the overall illness time of the target cluster, and then the absolute value of the difference between the illness time of each patient in the target cluster and the overall illness time of the target cluster is taken as the deviation of the illness time of each patient in the target cluster. A smaller deviation of the illness time indicates that the illness time of each patient in the target cluster is more concentrated in the overall illness time. Then, a negative correlation mapping can be performed on the average of the illness time deviations of all patients in the target cluster to obtain the second clustering degree of the target cluster.

[0081] As an example, in one embodiment of the present invention, the expression of the second clustering degree of the target cluster may be specifically, for example, as follows:

[0082]

[0083] in, Indicates the second clustering degree of the target cluster; Indicates the first cluster in the target cluster The duration of illness of each patient; Represents the overall illness time of the target cluster; Indicates the first cluster in the target cluster Deviation of the duration of illness of each patient; Indicates the number of patients in the target cluster; Indicates the preset third adjustment parameter, which is used to prevent the denominator from being 0. The value range is In one embodiment of the present invention, Set to 0.01, The specific value of can also be set by the implementer according to the specific implementation scenario and is not limited here.

[0084] It should be noted that in other embodiments of the present invention, negative correlation mapping may be achieved through other basic mathematical operations, which will not be described in detail here.

[0085] Step S204: The first clustering degree, the second clustering degree, the cluster center value and the number of patients in the target cluster are integrated and normalized to obtain the patient record priority of each patient in the target cluster.

[0086] The larger the first clustering degree, the second clustering degree and the cluster center value of the target cluster, the greater the possibility that the patients in the target cluster are suffering from an epidemic. In addition, the more contagious an epidemic is, the more patients there are in the target cluster. Therefore, the more likely the patients are to suffer from an epidemic, the more likely they are to suffer from an epidemic. Therefore, the first clustering degree, the second clustering degree, the cluster center value and the number of patients in the target cluster can be combined and normalized, and the calculation results can be limited to The patient record priority of each patient in the target cluster is obtained. It should be noted that the patient record priority of each patient in the target cluster is the same.

[0087] In an embodiment of the present invention, the integration of the four can be achieved by calculating the sum or product of the first clustering degree, the second clustering degree, the cluster center value and the number of patients in the target cluster, which is not limited here.

[0088] As an example, in one embodiment of the present invention, the expression of the patient record priority of each patient in the target cluster may be specifically, for example:

[0089]

[0090] in, Represents the patient record priority of each patient in the target cluster; Indicates the first clustering degree of the target cluster; Indicates the second clustering degree of the target cluster; Indicates the cluster center value of the target cluster; Indicates the number of patients in the target cluster; Represents the normalization function.

[0091] The patient record priority of each patient in each cluster can be obtained by the same method as above, thereby obtaining the patient record priority of each patient.

[0092] Step S3: According to the distribution of the medication information coding values ​​of the same dimension for all patients, the dimension record priority of each dimension is obtained; the information record priority of each dimension of each patient is obtained by combining the patient record priority and the dimension record priority.

[0093] In the multi-dimensional clinical medication information of patients, there is no shortage of redundant information in some non-critical dimensions. The priority of information recording in these dimensions should be lower to improve the efficiency of recording clinical medication data. However, the consistency of the distribution of clinical medication information in these redundant dimensions in the patient population is poor. Specifically, the distribution of the medication information coding values ​​in the redundant dimensions in the patient population is relatively discrete. On the contrary, for some more important dimensions, the clinical medication information is distributed more consistently in the patient population. Therefore, the distribution of the medication information coding values ​​of the same dimension of all patients can be analyzed, and the priority of information recording in each dimension can be reflected by the obtained dimension record priority. Subsequently, based on the dimension record priority and combined with the patient record priority obtained above, the recording priority of the clinical medication information in each dimension of each patient can be accurately analyzed, thereby improving the efficiency of clinical medication data recording.

[0094] Preferably, in one embodiment of the present invention, the method for obtaining the dimensional record priority of each dimension specifically includes:

[0095] The smaller the standard deviation of the target dimension medication information coding value of the patient group, the more consistent the distribution of clinical medication information in the target dimension. Therefore, the standard deviation of the target dimension medication information coding value of all patients is negatively correlated and normalized, and the calculation result is limited to range, thereby obtaining the dimension record priority of the target dimension.

[0096] As an example, in one embodiment of the present invention, the expression of the dimension record priority of the target dimension may be specifically, for example:

[0097]

[0098] in, Indicates the dimension record priority of the target dimension; represents the standard deviation of the medication information coding values ​​of the target dimension for all patients; represents the normalization function; Indicates the preset fourth adjustment parameter, which is used to prevent the denominator from being 0. The value range is In one embodiment of the present invention, Set to 0.01, The specific value of can also be set by the implementer according to the specific implementation scenario and is not limited here.

[0099] Since the priority for recording clinical medication information of different patients is different, and the priority for recording clinical medication information of different dimensions of the same patient is also different, the patient record priority and dimension record priority can be combined to obtain the information record priority of each dimension of each patient. The greater the information record priority, the greater the priority for recording the clinical medication information of this dimension for the patient. Subsequently, based on the information record priority, the clinical medication information of different dimensions of different patients can be recorded according to different priorities, thereby improving the efficiency of recording clinical medication data.

[0100] Preferably, in one embodiment of the present invention, the method for obtaining the information record priority of each dimension of each patient specifically includes:

[0101] Normalize the product of each patient's patient record priority and each dimension's dimension record priority, and limit the calculation result to Within the scope, the information record priority of each dimension of each patient is obtained.

[0102] As an example, in one embodiment of the present invention, the expression for the information record priority of each dimension of each patient may be specifically, for example, as follows:

[0103]

[0104] in, Indicates the The patient's The priority of information recording in each dimension; Indicates the Priority of patient records for each patient; Indicates the The dimension record priority of each dimension; Represents the normalization function.

[0105] In other embodiments of the present invention, the sum of the patient record priority of each patient and the dimension record priority of each dimension may be normalized to obtain the information record priority of each dimension of each patient, which is not limited here.

[0106] Step S4: Based on the information recording priority, the clinical medication information of each dimension of each patient is recorded with different priorities.

[0107] The greater the information recording priority of a certain dimension of a patient, the more priority is required to record the clinical medication information of that dimension of the patient. Therefore, based on the information recording priority, the clinical medication information of each dimension of each patient can be recorded with different priorities, thereby improving the efficiency of clinical medication data recording for a large number of patient groups.

[0108] Preferably, in one embodiment of the present invention, the method for recording clinical medication information of each dimension of each patient with different priorities specifically includes:

[0109] The clinical medication information of the patient dimension corresponding to the information recording priority is recorded in descending order of the information recording priority.

[0110] In other embodiments of the present invention, the information record priority of each dimension of each patient can also be divided into a range, thereby dividing into multiple small ranges, and according to the small range to which the information record priority belongs, the clinical medication information of the corresponding dimension of the corresponding patient is recorded with different priorities. The specific process is: since the value range of the information record priority is , at this time you can It is evenly divided into five small ranges of the same length. The priorities of these five small ranges gradually increase from left to right. Then, according to the priority of the small range to which the information record priority belongs, the clinical medication information of the corresponding dimensions of the corresponding patients is recorded with different priorities.

[0111] One embodiment of the present invention provides a clinical medication data recording system, which includes a memory, a processor and a computer program, wherein the memory is used to store the corresponding computer program, and the processor is used to run the corresponding computer program. When the computer program runs in the processor, it can implement the method described in steps S1 to S4.

[0112] To summarize, the embodiment of the present invention first obtains the clinical medication information of different dimensions of each patient and the illness time of each patient, performs quantitative preprocessing on the clinical medication information, and obtains the medication information coding value of each dimension of each patient; obtains the symptom similarity of each patient based on the difference in medication information coding values ​​of the same dimension between each patient; clusters all patients based on the difference in symptom similarity between each patient to obtain multiple clusters; obtains the patient record priority of each patient based on the difference in symptom similarity between each patient in each cluster, the overall level of symptom similarity of all patients in each cluster, the number of patients in each cluster, and the difference in illness time between each patient in each cluster; obtains the dimension record priority of each dimension based on the distribution of medication information coding values ​​of the same dimension of all patients; obtains the information record priority of each dimension of each patient by combining the patient record priority and the dimension record priority; and records the clinical medication information of each dimension of each patient with different priorities based on the information record priority.

[0113] It should be noted that the order in which the embodiments of the present invention are described above is for illustrative purposes only and does not necessarily represent the superiority or inferiority of the embodiments. The processes depicted in the accompanying drawings do not necessarily require the specific order or sequential order shown to achieve the desired results. In certain embodiments, multitasking and parallel processing are also possible or may be advantageous.

[0114] The various embodiments in this specification are described in a progressive manner, and the same or similar parts between the various embodiments can be referred to each other. Each embodiment focuses on the differences from other embodiments.

Claims

1. A method for recording clinical medication data, characterized in that: The method comprises: Obtain clinical medication information of different dimensions for each patient and the duration of illness for each patient, perform quantitative preprocessing on the clinical medication information, and obtain the medication information coding value of each dimension for each patient, including epidemiological patients; Taking any dimension as the target dimension, the average of the target dimension medication information coding values ​​of all patients is taken as the overall coding value of the target dimension; taking any patient as the target patient, the absolute value of the difference between the target patient's target dimension medication information coding value and the overall coding value of the target dimension is negatively correlated to obtain the target patient's target dimension convergence degree; the cumulative value of the convergence degree of all dimensions of the target patient is normalized to obtain the target patient's symptom similarity; Based on the difference in symptom similarity between patients, all patients are clustered to obtain multiple clusters, and any cluster is taken as the target cluster, and the average value of the symptom similarity of all patients in the target cluster is taken as the cluster center value of the target cluster; the absolute value of the difference between the symptom similarity of each patient in the target cluster and the cluster center value of the target cluster is taken as the symptom similarity deviation of each patient in the target cluster, and a negative correlation mapping is performed on the average value of the symptom similarity deviation of all patients in the target cluster to obtain the first clustering degree of the target cluster; based on the difference in illness time between patients in the target cluster, the second clustering degree of the target cluster is obtained; the first clustering degree, the second clustering degree, the cluster center value and the number of patients in the target cluster are integrated and normalized to obtain the patient record priority of each patient in the target cluster; According to the distribution of medication information coding values ​​of the same dimension for all patients, the dimension record priority of each dimension is obtained; the information record priority of each dimension of each patient is obtained by combining the patient record priority and the dimension record priority; Based on the priority of information recording, the clinical medication information of each dimension of each patient is recorded with different priorities.

2. A clinical medication data recording method according to claim 1, characterized in that: The obtaining of a plurality of clusters comprises: The absolute value of the difference between the similarities of the symptoms of any two patients is used as the distance measure between any two patients; Using the K-means clustering algorithm, all patients are clustered based on the distance metric between any two patients to obtain multiple clusters.

3. A clinical medication data recording method according to claim 1, characterized in that: The obtaining of the second clustering degree of the target cluster comprises: The average of the illness time of all patients in the target cluster is taken as the overall illness time of the target cluster; The absolute value of the difference between the illness time of each patient in the target cluster and the overall illness time of the target cluster is used as the illness time deviation of each patient in the target cluster, and a negative correlation mapping is performed on the average value of the illness time deviation of all patients in the target cluster to obtain the second clustering degree of the target cluster.

4. A clinical medication data recording method according to claim 1, characterized in that: Obtaining the dimension record priority of each dimension includes: The standard deviation of the medication information coding value of the target dimension of all patients is negatively correlated and normalized to obtain the dimension record priority of the target dimension.

5. A clinical medication data recording method according to claim 1, characterized in that: The priority of obtaining information records of each dimension of each patient includes: The product value of the patient record priority of each patient and the dimension record priority of each dimension is normalized to obtain the information record priority of each dimension of each patient.

6. A clinical medication data recording method according to claim 1, characterized in that: The recording of the clinical medication information of each dimension for each patient with different priorities includes: The clinical medication information of the patient dimension corresponding to the information recording priority is recorded in descending order of the information recording priority.

7. A clinical medication data recording method according to claim 1, characterized in that: Obtaining the medication information coding value of each dimension for each patient includes: Using the Jieba word segmentation tool, we segmented the clinical medication information of each dimension of each patient and obtained multiple phrases in each dimension of each patient. Use the one-hot encoding algorithm to encode multiple phrases in each dimension of each patient to obtain the one-hot encoding value of each phrase; The average of the one-hot encoding values ​​of all phrases in each dimension of each patient is used as the medication information encoding value of each dimension of each patient.

8. A clinical medication data recording system, comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, characterized in that: When the processor executes the computer program, the steps of the method according to any one of claims 1 to 7 are implemented.

Citation Information

Patent Citations

  • Information sharing method of pediatric clinical nursing system

    CN119400337A