CN113611383A - Medical information acquisition method and device, electronic equipment and storage medium - Google Patents

Medical information acquisition method and device, electronic equipment and storage medium Download PDF

Info

Publication number
CN113611383A
CN113611383A CN202110961688.XA CN202110961688A CN113611383A CN 113611383 A CN113611383 A CN 113611383A CN 202110961688 A CN202110961688 A CN 202110961688A CN 113611383 A CN113611383 A CN 113611383A
Authority
CN
China
Prior art keywords
virtual
target
information
value
target virtual
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.)
Granted
Application number
CN202110961688.XA
Other languages
Chinese (zh)
Other versions
CN113611383B (en
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.)
Shenzhen Ping An Smart Healthcare Technology Co ltd
Original Assignee
Ping An International Smart City 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 Ping An International Smart City Technology Co Ltd filed Critical Ping An International Smart City Technology Co Ltd
Priority to CN202110961688.XA priority Critical patent/CN113611383B/en
Publication of CN113611383A publication Critical patent/CN113611383A/en
Application granted granted Critical
Publication of CN113611383B publication Critical patent/CN113611383B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Public Health (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Primary Health Care (AREA)
  • Health & Medical Sciences (AREA)
  • Software Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Epidemiology (AREA)
  • Medical Treatment And Welfare Office Work (AREA)

Abstract

The invention relates to the technical field of digital medical treatment, and provides a medical information acquisition method, a device, electronic equipment and a storage medium, wherein a target virtual key is created for a created disease monitoring file based on a virtual index stored in a disease monitoring database, after first and second codes are generated, the first and second codes are used as first and second virtual values, so that a target virtual index is created according to the target virtual key and the first and second virtual values and is written into the disease monitoring database, non-papery storage of the disease detection file is realized, loss of the disease detection file is avoided, the target virtual index of the disease monitoring file is updated in the disease monitoring database, and an instruction carrying the updated target virtual index is sent to a hospital information system, so that the hospital information system can conveniently acquire the disease detection file according to the updated target virtual index request, therefore, the target medical information of the target patient is obtained according to the acquired target disease detection file, and the medical information calling efficiency is high.

Description

Medical information acquisition method and device, electronic equipment and storage medium
Technical Field
The invention relates to the technical field of digital medical treatment, in particular to a medical information acquisition method, a medical information acquisition device, electronic equipment and a storage medium.
Background
Traditional disease monitoring is collected by patient dictation, or patient information is recorded in paper-based archives by medical personnel and given to patients for storage. When a patient goes to a medical institution for diagnosis and treatment next time, the patient needs to carry the paper-based file with him or her and to be filled and stored by medical staff during the diagnosis and treatment process.
The inventor finds that the method easily causes the problem that the information of the paper file is lost or the information is not completely recorded in the storage process and the filling process, and the medical information of the patient is difficult to inquire from the paper file.
Disclosure of Invention
In view of the above, it is necessary to provide a medical information acquisition method, apparatus, electronic device and storage medium, which can improve the efficiency of medical information acquisition.
A first aspect of the present invention provides a medical information acquisition method, including:
creating a disease monitoring file for a patient based on basic information of the patient, and creating a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database;
generating a first code based on the identity information in the basic information, and generating a second code based on the demographic parameter information in the basic information;
taking the first code as a first virtual value corresponding to the target virtual key, and taking the second code as a second virtual value corresponding to the target virtual key;
creating a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value, and the second virtual value;
writing the disease monitoring file and the corresponding target virtual index into the disease monitoring database;
updating the target virtual index of the disease monitoring file in the disease monitoring database, and sending an instruction carrying the updated target virtual index to a hospital information system;
and responding to a file retrieval instruction sent by the hospital information system, extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining medical information of a target patient according to the target disease detection file.
According to an optional embodiment of the present invention, the creating a target virtual key for the disease monitoring profile based on the virtual index stored in the preset disease monitoring database comprises:
traversing each virtual key and a virtual value corresponding to each virtual key in a virtual index stored in the disease detection database;
after traversing is finished, calculating the number of the stored virtual values corresponding to each virtual key to obtain the number of virtual sub-indexes, wherein each virtual sub-index consists of one virtual key and the virtual value corresponding to the virtual key;
and adding a preset numerical value to the number to obtain a target virtual key of the disease monitoring file.
According to an alternative embodiment of the present invention, the generating a first code based on the identity information in the basic information and generating a second code based on the demographic parameter information in the basic information comprises:
extracting household registration location information from the identity information;
obtaining the pinyin of the household registration location information;
calculating a hash value of the pinyin, and determining the hash value as the first code;
extracting birthday information and gender information from the demographic parameter information;
determining character codes corresponding to the gender information;
and splicing the birth date information and the character code to obtain the second code.
According to an alternative embodiment of the present invention, the creating a target virtual index for the disease monitoring profile according to the target virtual key, the first virtual value and the second virtual value comprises:
calculating a first hash value of the first virtual value and calculating a second hash value of the second virtual value;
splitting the target virtual key into a plurality of virtual sub-keys according to the first hash value and the second hash value;
generating a position sequence number for each virtual sub-key;
storing the first virtual value in a first position sequence number corresponding to the first hash value, and storing the second virtual value in a second position sequence number corresponding to the second hash value;
and forming the target virtual index based on the target virtual key and virtual values corresponding to a plurality of virtual sub-keys obtained by splitting the target virtual key.
According to an alternative embodiment of the present invention, the updating the target virtual index of the disease monitoring profile in the disease monitoring database comprises:
acquiring physical examination information, epidemiological survey information, outpatient diagnosis and treatment information and hospitalization information of the patient to obtain medical information;
generating a third code according to the demographic parameter information and the medical information, and taking the third code as a third virtual value corresponding to the target virtual key;
and updating the target virtual index according to the third virtual value to obtain an updated target virtual index.
According to an optional implementation manner of the present invention, the updating the target virtual index according to the third virtual value, and obtaining the updated target virtual index includes:
calculating a third hash value of the third virtual value;
determining whether the third hash value is between the first hash value and the second hash value;
when the third hash value is between the first hash value and the second hash value, storing the third virtual value in a third position serial number corresponding to the third hash value to obtain a new target virtual index;
when the third hash value is not between the first hash value and the second hash value, splitting the target virtual key into a plurality of new virtual sub-keys according to the first hash value, the second hash value and the third hash value, generating a new position sequence number for each new virtual sub-key, and forming a new target virtual index based on the target virtual key and virtual values corresponding to the plurality of new virtual sub-keys obtained by splitting the target virtual key.
According to an optional embodiment of the present invention, the extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining medical information of a target patient according to the target disease monitoring file comprises:
extracting a target virtual index of the target patient from the file retrieval instruction;
dividing the target virtual index of the target patient according to a preset dividing operational character to obtain a first target virtual value, a second target virtual value and a third target virtual value;
acquiring target identity information of the target patient according to the first target virtual value;
acquiring target demographic parameter information of the target patient according to the target identity information and the second target virtual value;
and acquiring target medical information of the target patient according to the target demographic parameter information and the third target virtual value.
A second aspect of the present invention provides a medical information acquisition apparatus, the apparatus including:
the system comprises a creating module, a searching module and a display module, wherein the creating module is used for creating a disease monitoring file for a patient based on the basic information of the patient and creating a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database;
the generating module is used for generating a first code based on the identity information in the basic information and generating a second code based on the demographic parameter information in the basic information;
a determining module, configured to use the first code as a first virtual value corresponding to the target virtual key, and use the second code as a second virtual value corresponding to the target virtual key;
the creating module is further configured to create a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value, and the second virtual value;
the writing module is used for writing the disease monitoring file and the corresponding target virtual index into the disease monitoring database;
the updating module is used for updating the target virtual index of the disease monitoring file in the disease monitoring database and sending an instruction carrying the updated target virtual index to a hospital information system;
and the extraction module is used for responding to a file retrieval instruction sent by the hospital information system, extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining the medical information of a target patient according to the target disease detection file.
A third aspect of the present invention provides an electronic device comprising a processor and a memory, the processor being configured to implement the medical information acquisition method when executing a computer program stored in the memory.
A fourth aspect of the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the medical information acquisition method.
To sum up, the medical information acquiring method, the medical information acquiring device, the medical information acquiring electronic device and the medical information acquiring storage medium according to the present invention first create a disease monitoring file based on basic information of a patient, create a target virtual key based on a virtual index stored in a preset disease monitoring database, then generate a first code based on identity information and a second code based on demographic parameter information, take the first code as a first virtual value and the second code as a second virtual value, thereby create a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value and the second virtual value, write the disease monitoring file and the corresponding target virtual index into the disease monitoring database, achieve non-paper storage of the disease monitoring file, avoid loss of the disease monitoring file, update the target virtual index of the disease monitoring file in the disease monitoring database, and an instruction carrying the updated target virtual index is sent to the hospital information system, so that the hospital information system can conveniently acquire a disease detection file according to the updated target virtual index request, and when the hospital information system sends a file retrieval instruction, a target disease monitoring file corresponding to the file retrieval instruction is extracted from a disease monitoring database, so that medical information of a target patient can be acquired according to the target disease detection file, and the medical information retrieval efficiency is high.
Drawings
Fig. 1 is a flowchart of a medical information acquiring method according to an embodiment of the present invention.
Fig. 2 is a structural diagram of a medical information acquisition apparatus according to a second embodiment of the present invention.
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention.
Detailed Description
In order that the above objects, features and advantages of the present invention can be more clearly understood, a detailed description of the present invention will be given below with reference to the accompanying drawings and specific embodiments. It should be noted that the embodiments of the present invention and features of the embodiments may be combined with each other without conflict.
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. The terminology used herein in the description of the invention is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention.
The medical information acquisition method provided by the embodiment of the invention is executed by the electronic equipment, and correspondingly, the medical information acquisition device runs in the electronic equipment.
Example one
Fig. 1 is a flowchart of a medical information acquiring method according to an embodiment of the present invention. The medical information acquisition method specifically comprises the following steps, and the sequence of the steps in the flowchart can be changed and some steps can be omitted according to different requirements.
S11, creating a disease monitoring file for the patient based on the basic information of the patient, and creating a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database.
The basic information of the patient can include identity information and demographic parameter information of the patient. In this alternative embodiment, patients who visit the relevant medical institutions such as hospitals to make diagnoses need to create the disease monitoring files. Medical personnel retrieve by typing in the basic information of disease and taking the basic information as the keyword, when retrieving the disease monitoring archives of disease, show that the disease monitoring archives of disease have been stored, then need not establish disease monitoring archives for the disease. And when the disease monitoring file of the patient is not searched, creating the disease monitoring file according to the basic information of the patient.
In order to facilitate the subsequent quick search of the disease monitoring file of the patient, a target virtual index needs to be created for the disease monitoring file while creating the disease monitoring file, and in order to create the target virtual index, a target virtual key and a virtual value corresponding to the target virtual key need to be created, and the target virtual index is composed of the target virtual key and the corresponding virtual value.
In an optional embodiment, the creating a target virtual key for the disease monitoring profile based on a virtual index stored in a preset disease monitoring database comprises:
traversing each virtual key and a virtual value corresponding to each virtual key in a virtual index stored in the disease detection database;
after traversing is finished, calculating the number of the stored virtual values corresponding to each virtual key to obtain the number of virtual sub-indexes, wherein each virtual sub-index consists of one virtual key and the virtual value corresponding to the virtual key;
and adding a preset numerical value to the number to obtain a target virtual key of the disease monitoring file.
In this alternative embodiment, a plurality of virtual indexes are stored in advance in the disease detection database, and the plurality of virtual indexes are referred to as historical virtual indexes compared with newly generated virtual indexes. Each historical virtual index is composed of virtual keys and virtual values corresponding to the virtual keys, and one virtual key may correspond to one, two, or more virtual values. Illustratively, virtual keys GN _1 correspond to virtual values GUID _05 and GUID _ 08. The virtual key GN _2 corresponds to a virtual value GUID _ 01. Virtual key GN _3 corresponds to virtual values GUID _02, GUID _04, GUID _ 06. A virtual key and a virtual value corresponding to the virtual key form a virtual sub-index, and all virtual sub-indexes including the virtual key form the virtual index of the virtual key.
And adding the number of all virtual values corresponding to each virtual key stored in the disease detection database to obtain the total number of all virtual values in the disease detection database, namely obtaining the number of virtual sub-indexes in the disease detection database, so as to increase a preset value on the basis of the number of the virtual sub-indexes, and taking the obtained value as a target virtual key. For example, the disease detection database has 10 virtual sub-indexes in total, and if the preset value is 1, the target virtual key is GN _ 11.
Only one virtual value in the virtual index in the disease detection database is stored below, and one or more corresponding virtual keys are stored above the virtual keys. For example, the first virtual key GN _1 is stored in the penultimate row in the disease detection database, the first virtual value GUID _05 corresponding to the first virtual key GN _1 is stored in the penultimate row in the disease detection database, and the second virtual value GUID _08 corresponding to the first virtual key GN _1 is stored in the penultimate row in the disease detection database. The second virtual key GN _2 is stored in the last but one row in the disease detection database, and the virtual value GUID _05 corresponding to the second virtual key GN _2 is stored in the last but one row in the disease detection database. A third virtual key GN _3 is stored in the fourth last row in the disease detection database, a first virtual value GUID _02 corresponding to the second virtual key GN _3 is stored in the fourth last row in the disease detection database, a second virtual value GUID _04 corresponding to the third virtual key GN _3 is stored in the fifth last row in the disease detection database, and a third virtual value GUID _06 corresponding to the third virtual key GN _3 is stored in the sixth last row in the disease detection database.
And establishing a target virtual key for the disease monitoring file according to the number of the virtual sub-indexes in the disease detection database, so that the uniqueness of the established target virtual key can be ensured, the uniqueness of the established target virtual index can be ensured, and the disease monitoring file can be conveniently extracted and consulted through the target virtual index in the follow-up process.
And S12, generating a first code based on the identity information in the basic information, and generating a second code based on the demographic parameter information in the basic information.
The identity information may include a name, household registration location information, an identity card number, and the like. The demographic parameter information may include gender, ethnicity, cultural level, occupation, job title, marital status, religious beliefs, household (relationship with household), and the like. Because the identity information is different from the demographic parameter information, the first code generated based on the identity information is different from the second code generated based on the demographic parameter information.
In an optional embodiment, the generating a first code based on the identity information in the basic information and generating a second code based on the demographic parameter information in the basic information comprises:
extracting household registration location information from the identity information;
obtaining the pinyin of the household registration location information;
calculating a hash value of the pinyin, and determining the hash value as the first code;
extracting birthday information and gender information from the demographic parameter information;
determining character codes corresponding to the gender information;
and splicing the birth date information and the character code to obtain the second code.
In this optional embodiment, the pinyin of the household location information may be extracted by a pypinyin tool, and then the hash value of the pinyin is calculated by a hash function to obtain the first code.
If the birth date of the patient is 24/8/1990, the gender of the patient is a woman, and the preset character code corresponding to the gender of the woman is A, the birth date information and the character code are spliced to obtain a second code 19900824A.
S13, using the first code as a first virtual value corresponding to the target virtual key, and using the second code as a second virtual value corresponding to the target virtual key.
And taking a first code generated according to the household registration location information in the identity information as a virtual value corresponding to a target virtual key, and taking a second code generated according to the birthday date information and the gender information in the demographic parameter information as another virtual value corresponding to the target virtual key.
S14, creating a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value and the second virtual value.
After the target virtual key and the plurality of virtual values corresponding to the target virtual key are obtained, a virtual index can be formed according to the target virtual key and each virtual value, and therefore the target virtual index can be obtained according to the plurality of virtual indexes of the target virtual key.
In an optional embodiment, the creating a target virtual index for the disease monitoring profile according to the target virtual key, the first virtual value, and the second virtual value comprises:
calculating a first hash value of the first virtual value and calculating a second hash value of the second virtual value;
splitting the target virtual key into a plurality of virtual sub-keys according to the first hash value and the second hash value;
generating a position sequence number for each virtual sub-key;
storing the first virtual value in a first position sequence number corresponding to the first hash value, and storing the second virtual value in a second position sequence number corresponding to the second hash value;
and forming the target virtual index based on the target virtual key and virtual values corresponding to a plurality of virtual sub-keys obtained by splitting the target virtual key.
The hash value of each virtual value can be calculated by adopting a hash function, which is the prior art, and the detailed description of the invention is omitted here.
And calculating the number of the hash values, splitting the target virtual key into the number of virtual sub-keys according to the difference value between the hash values, wherein each target virtual sub-key corresponds to a position serial number. For example, assuming that the first hash value is 0 and the second hash value is 2, the difference between the first hash value 0 and the second hash value 2 is 2, the target virtual key GN _11 is split into 3 virtual sub-keys, GN _11_0, GN _11_1, and GN _11_2, the first virtual value is stored at the position number corresponding to the virtual sub-key GN _11_0, and the second virtual value is stored at the position number corresponding to the virtual sub-key GN _11_ 2. Assuming that the first hash value is 1 and the second hash value is 3, the difference between the first hash value 1 and the second hash value 3 is 2, the target virtual key GN _11 is divided into 3 virtual sub-keys GN _11_1, GN _11_2, and GN _11_3, the first virtual value is stored in the position number corresponding to the virtual sub-key GN _11_1, and the second virtual value is stored in the position number corresponding to the virtual sub-key GN _11_ 3.
The target virtual key and the first virtual value form a first target virtual sub-index, the target virtual key and the second virtual value form a second target virtual sub-index, and the first target virtual sub-index and the second target virtual sub-index jointly form a target virtual index.
S15, writing the disease monitoring file and the corresponding target virtual index into the disease monitoring database.
Wherein the disease monitoring database may be a repository that organizes, stores, and manages data in a data structure. The storage space of the disease monitoring database is large, and millions of data, millions of data and hundreds of millions of data can be stored.
In this alternative embodiment, the identity information, the demographic parameter information, and the target virtual index may be written to the disease monitoring database. The identity information is connected through a first virtual value in the target virtual index, and the identity information and the demographic parameter information are connected through a second virtual value in the target virtual index. The identity information and the demographic parameter information may be written in the form of a table.
S16, the target virtual index of the disease monitoring file is updated in the disease monitoring database, and an instruction carrying the updated target virtual index is sent to a hospital information system.
When the disease is diagnosed and treated by a relevant medical department, the state of the disease and the diagnosis and treatment process of the disease need to be recorded, and the disease is conveniently observed later.
Said updating in said disease monitoring database said target virtual index of said disease monitoring profile comprises:
acquiring physical examination information, epidemiological survey information, outpatient diagnosis and treatment information and hospitalization information of the patient to obtain medical information;
generating a third code according to the demographic parameter information and the medical information, and taking the third code as a third virtual value corresponding to the target virtual key;
and updating the target virtual index according to the third virtual value to obtain an updated target virtual index.
The physical examination information of the patient is uploaded to the hospital information system by medical personnel of a physical examination department; the epidemiological survey information of the patient is uploaded to the hospital information system by medical personnel of an epidemiological department; the outpatient diagnosis and treatment information of the patient is uploaded to the hospital information system by medical personnel of an outpatient department; the hospitalization information of the patient is uploaded to the hospital information system by medical personnel in a hospitalization department; and splicing the physical examination information, the epidemiological survey information, the outpatient diagnosis and treatment information and the hospitalization information to obtain the medical information.
The physical examination information may include height, weight, breast, axillary hair, external genitalia examination, and B-ultrasound examination. The epidemiological survey information may include whether there has been recent malaise, nucleic acid detection, recent trips including a particular trip within 14 days, vehicles, who has been exposed. The outpatient medical information may include outpatient laboratory sheet information, X-ray examination report, B-ultrasonic report, electrocardiogram report, doctor's diagnosis, and treatment prescription. The hospitalization information may include medical personnel's observation records, electrocardiograms, electroencephalograms, medication information, and surgical protocols.
The process of generating the third code according to the demographic parameter information and the medical information is the same as the process of generating the first code based on the identity information in the basic information, and repeated description is omitted.
When the patient is in a visit of the relevant medical department, the visit information of the patient can be uploaded to the disease monitoring file in real time, so that the disease monitoring file can objectively, completely, continuously and timely record the medical condition of the patient, and a basic material is provided for clinical diagnosis of the patient.
In an optional implementation manner, the updating the target virtual index according to the third virtual value, and obtaining the updated target virtual index includes:
calculating a third hash value of the third virtual value;
determining whether the third hash value is between the first hash value and the second hash value;
when the third hash value is between the first hash value and the second hash value, storing the third virtual value in a third position serial number corresponding to the third hash value to obtain a new target virtual index;
when the third hash value is not between the first hash value and the second hash value, splitting the target virtual key into a plurality of new virtual sub-keys according to the first hash value, the second hash value and the third hash value, generating a new position sequence number for each new virtual sub-key, and forming a new target virtual index based on the target virtual key and virtual values corresponding to the plurality of new virtual sub-keys obtained by splitting the target virtual key.
In this alternative embodiment, the third hash value of the third virtual value is calculated by a hash function.
Assuming that the first hash value is 3, the second hash value is 5, and the third hash value is 4, it indicates that the third hash value is between the first hash value and the second hash value, and the third virtual value is stored in the third position number corresponding to the third hash value. The target virtual key and the first virtual value form a first target virtual sub-index, the target virtual key and the second virtual value form a second target virtual sub-index, the target virtual key and the third virtual value form a third target virtual sub-index, and the first target virtual sub-index, the second target virtual sub-index and the third target virtual sub-index together form a new target virtual index.
Assuming that the first hash value is 0, the second hash value is 1, and the third hash value is 2, it indicates that the third hash value is not between the first hash value and the second hash value, since the difference between the first hash value and the third hash value is 2, and the difference between the second hash value and the third hash value is 1, the target virtual key is split into 3 new virtual sub-keys according to the largest difference 2, each new virtual sub-key corresponds to a new location number, the first virtual value is stored at the location number corresponding to the first hash value, the second virtual value is stored at the location number corresponding to the second hash value, and the third virtual value is stored at the location number corresponding to the third hash value. The target virtual key and the first virtual value form a new first target virtual sub-index, the target virtual key and the second virtual value form a new second target virtual sub-index, the target virtual key and the third virtual value form a new third target virtual sub-index, and the new first target virtual sub-index, the new second target virtual sub-index and the new third target virtual sub-index together form a new target virtual index.
S17, responding to a file retrieval instruction sent by the hospital information system, extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining medical information of a target patient according to the target disease detection file.
After the disease monitoring files are updated, when the patient goes to a medical department for a doctor, medical personnel can retrieve the disease monitoring files of the patient and carry out scientific diagnosis and treatment on the patient according to the disease monitoring files.
In an optional embodiment, the extracting a target disease monitoring profile corresponding to the profile searching instruction from the disease monitoring database, and obtaining medical information of a target patient according to the target disease monitoring profile includes:
extracting a target virtual index of the target patient from the file retrieval instruction;
dividing the target virtual index of the target patient according to a preset dividing operational character to obtain a first target virtual value, a second target virtual value and a third target virtual value;
acquiring target identity information of the target patient according to the first target virtual value;
acquiring target demographic parameter information of the target patient according to the target identity information and the second target virtual value;
and acquiring target medical information of the target patient according to the target demographic parameter information and the third target virtual value.
In this optional embodiment, the medical staff generates the file retrieval instruction according to information provided by the target patient, wherein the file retrieval instruction includes a target virtual index of the target patient. And the medical staff sends the file retrieval instruction to the disease monitoring database, and extracts a corresponding target disease monitoring file from the disease monitoring database according to the target virtual index.
After the target disease monitoring file is obtained, in order to further obtain detailed information of the patient, target medical information of the target patient needs to be extracted from the target disease monitoring file.
The preset division operator may be "|", and the target virtual index may be divided into the target virtual key, the first target virtual value, the second target virtual value, and the third target virtual value by the preset division operator.
In this optional embodiment, since the target identity information is associated by the first target virtual value, the target identity information may be found by the first target virtual value. And the target identity information and the target demographic parameter information are associated through the second target virtual value, so that the target demographic parameter information can be searched through the second target virtual value. The target demographic parameter information and the target medical information are associated through the third target virtual value, so that the target medical information can be found through the third target virtual value.
The disease monitoring files are created to record the medical conditions of patients and are written into a preset disease monitoring database, so that the disease detection files can be prevented from being lost, and the disease monitoring files are effectively managed through the disease monitoring database. The target virtual index of the disease monitoring file is updated in the disease monitoring database, and an instruction carrying the updated target virtual index is sent to the hospital information system to inform the hospital information system that the disease monitoring file corresponding to the target virtual index is successfully written into the disease monitoring database, so that the medical information of the patient can be conveniently and directly called through the hospital information system subsequently, and the calling efficiency of the medical information is high.
The disease monitoring files can be uploaded to a Medical cloud (Medical cloud), and the Medical cloud is a Medical health service cloud platform established by using cloud computing on the basis of new technologies such as cloud computing, mobile technology, multimedia, 4G communication, big data and the Internet of things and combining with Medical technology, so that Medical resources are shared and the Medical scope is expanded. Due to the combination of the cloud computing technology, the medical cloud improves the efficiency of medical institutions and brings convenience to residents to see medical advice. Like the appointment register, the electronic medical record, the medical insurance and the like of the existing hospital are all products combining cloud computing and the medical field, and the medical cloud also has the advantages of data security, information sharing, dynamic expansion and overall layout. The disease monitoring files may also be uploaded to a blockchain.
Example two
Fig. 2 is a structural diagram of a medical information acquisition apparatus according to a second embodiment of the present invention.
In some embodiments, the medical information acquisition device 20 may include a plurality of functional modules composed of computer program segments. The computer program of each program segment in the medical information acquisition apparatus 20 may be stored in a memory of an electronic device and executed by at least one processor to perform the functions of medical information acquisition (described in detail in fig. 1).
In this embodiment, the medical information acquisition apparatus 20 may be divided into a plurality of functional modules according to the functions performed by the apparatus. The functional module may include: a creation module 201, a generation module 202, a determination module 203, a writing module 204, an updating module 205, and an extraction module 206. The module referred to herein is a series of computer program segments capable of being executed by at least one processor and capable of performing a fixed function and is stored in memory. In the present embodiment, the functions of the modules will be described in detail in the following embodiments.
The creating module 201 creates a disease monitoring file for a patient based on the basic information of the patient, and creates a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database.
The basic information of the patient can include identity information and demographic parameter information of the patient. In this alternative embodiment, patients who visit the relevant medical institutions such as hospitals to make diagnoses need to create the disease monitoring files. Medical personnel retrieve by typing in the basic information of disease and taking the basic information as the keyword, when retrieving the disease monitoring archives of disease, show that the disease monitoring archives of disease have been stored, then need not establish disease monitoring archives for the disease. And when the disease monitoring file of the patient is not searched, creating the disease monitoring file according to the basic information of the patient.
In order to facilitate the subsequent quick search of the disease monitoring file of the patient, a target virtual index needs to be created for the disease monitoring file while creating the disease monitoring file, and in order to create the target virtual index, a target virtual key and a virtual value corresponding to the target virtual key need to be created, and the target virtual index is composed of the target virtual key and the corresponding virtual value.
In an optional embodiment, the creating module 201 creating a target virtual key for the disease monitoring profile based on a virtual index stored in a preset disease monitoring database includes:
traversing each virtual key and a virtual value corresponding to each virtual key in a virtual index stored in the disease detection database;
after traversing is finished, calculating the number of the stored virtual values corresponding to each virtual key to obtain the number of virtual sub-indexes, wherein each virtual sub-index consists of one virtual key and the virtual value corresponding to the virtual key;
and adding a preset numerical value to the number to obtain a target virtual key of the disease monitoring file.
In this alternative embodiment, a plurality of virtual indexes are stored in advance in the disease detection database, and the plurality of virtual indexes are referred to as historical virtual indexes compared with newly generated virtual indexes. Each historical virtual index is composed of virtual keys and virtual values corresponding to the virtual keys, and one virtual key may correspond to one, two, or more virtual values. Illustratively, virtual keys GN _1 correspond to virtual values GUID _05 and GUID _ 08. The virtual key GN _2 corresponds to a virtual value GUID _ 01. Virtual key GN _3 corresponds to virtual values GUID _02, GUID _04, GUID _ 06. A virtual key and a virtual value corresponding to the virtual key form a virtual sub-index, and all virtual sub-indexes including the virtual key form the virtual index of the virtual key.
And adding the number of all virtual values corresponding to each virtual key stored in the disease detection database to obtain the total number of all virtual values in the disease detection database, namely obtaining the number of virtual sub-indexes in the disease detection database, so as to increase a preset value on the basis of the number of the virtual sub-indexes, and taking the obtained value as a target virtual key. For example, the disease detection database has 10 virtual sub-indexes in total, and if the preset value is 1, the target virtual key is GN _ 11.
Only one virtual value in the virtual index in the disease detection database is stored below, and one or more corresponding virtual keys are stored above the virtual keys. For example, the first virtual key GN _1 is stored in the penultimate row in the disease detection database, the first virtual value GUID _05 corresponding to the first virtual key GN _1 is stored in the penultimate row in the disease detection database, and the second virtual value GUID _08 corresponding to the first virtual key GN _1 is stored in the penultimate row in the disease detection database. The second virtual key GN _2 is stored in the last but one row in the disease detection database, and the virtual value GUID _05 corresponding to the second virtual key GN _2 is stored in the last but one row in the disease detection database. A third virtual key GN _3 is stored in the fourth last row in the disease detection database, a first virtual value GUID _02 corresponding to the second virtual key GN _3 is stored in the fourth last row in the disease detection database, a second virtual value GUID _04 corresponding to the third virtual key GN _3 is stored in the fifth last row in the disease detection database, and a third virtual value GUID _06 corresponding to the third virtual key GN _3 is stored in the sixth last row in the disease detection database.
And establishing a target virtual key for the disease monitoring file according to the number of the virtual sub-indexes in the disease detection database, so that the uniqueness of the established target virtual key can be ensured, the uniqueness of the established target virtual index can be ensured, and the disease monitoring file can be conveniently extracted and consulted through the target virtual index in the follow-up process.
The generating module 202 generates a first code based on the identity information in the basic information, and generates a second code based on the demographic parameter information in the basic information.
The identity information may include a name, household registration location information, an identity card number, and the like. The demographic parameter information may include gender, ethnicity, cultural level, occupation, job title, marital status, religious beliefs, household (relationship with household), and the like. Because the identity information is different from the demographic parameter information, the first code generated based on the identity information is different from the second code generated based on the demographic parameter information.
In an optional embodiment, the generating module 202 generates the first code based on the identity information in the basic information, and generates the second code based on the demographic parameter information in the basic information includes:
extracting household registration location information from the identity information;
obtaining the pinyin of the household registration location information;
calculating a hash value of the pinyin, and determining the hash value as the first code;
extracting birthday information and gender information from the demographic parameter information;
determining character codes corresponding to the gender information;
and splicing the birth date information and the character code to obtain the second code.
In this optional embodiment, the pinyin of the household location information may be extracted by a pypinyin tool, and then the hash value of the pinyin is calculated by a hash function to obtain the first code.
If the birth date of the patient is 24/8/1990, the gender of the patient is a woman, and the preset character code corresponding to the gender of the woman is A, the birth date information and the character code are spliced to obtain a second code 19900824A.
The determining module 203 is configured to use the first code as a first virtual value corresponding to the target virtual key, and use the second code as a second virtual value corresponding to the target virtual key.
And taking a first code generated according to the household registration location information in the identity information as a virtual value corresponding to a target virtual key, and taking a second code generated according to the birthday date information and the gender information in the demographic parameter information as another virtual value corresponding to the target virtual key.
The creating module 201 is further configured to create a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value, and the second virtual value.
After the target virtual key and the plurality of virtual values corresponding to the target virtual key are obtained, a virtual index can be formed according to the target virtual key and each virtual value, and therefore the target virtual index can be obtained according to the plurality of virtual indexes of the target virtual key.
In an optional embodiment, the creating module 201 creating a target virtual index for the disease monitoring profile according to the target virtual key, the first virtual value and the second virtual value includes:
calculating a first hash value of the first virtual value and calculating a second hash value of the second virtual value;
splitting the target virtual key into a plurality of virtual sub-keys according to the first hash value and the second hash value;
generating a position sequence number for each virtual sub-key;
storing the first virtual value in a first position sequence number corresponding to the first hash value, and storing the second virtual value in a second position sequence number corresponding to the second hash value;
and forming the target virtual index based on the target virtual key and virtual values corresponding to a plurality of virtual sub-keys obtained by splitting the target virtual key.
The hash value of each virtual value can be calculated by adopting a hash function, which is the prior art, and the detailed description of the invention is omitted here.
And calculating the number of the hash values, splitting the target virtual key into the number of virtual sub-keys according to the difference value between the hash values, wherein each target virtual sub-key corresponds to a position serial number. For example, assuming that the first hash value is 0 and the second hash value is 2, the difference between the first hash value 0 and the second hash value 2 is 2, the target virtual key GN _11 is split into 3 virtual sub-keys, GN _11_0, GN _11_1, and GN _11_2, the first virtual value is stored at the position number corresponding to the virtual sub-key GN _11_0, and the second virtual value is stored at the position number corresponding to the virtual sub-key GN _11_ 2. Assuming that the first hash value is 1 and the second hash value is 3, the difference between the first hash value 1 and the second hash value 3 is 2, the target virtual key GN _11 is divided into 3 virtual sub-keys GN _11_1, GN _11_2, and GN _11_3, the first virtual value is stored in the position number corresponding to the virtual sub-key GN _11_1, and the second virtual value is stored in the position number corresponding to the virtual sub-key GN _11_ 3.
The target virtual key and the first virtual value form a first target virtual sub-index, the target virtual key and the second virtual value form a second target virtual sub-index, and the first target virtual sub-index and the second target virtual sub-index jointly form a target virtual index.
The writing module 204 is configured to write the disease monitoring file and the corresponding target virtual index into the disease monitoring database.
Wherein the disease monitoring database may be a repository that organizes, stores, and manages data in a data structure. The storage space of the disease monitoring database is large, and millions of data, millions of data and hundreds of millions of data can be stored.
In this alternative embodiment, the identity information, the demographic parameter information, and the target virtual index may be written to the disease monitoring database. The identity information is connected through a first virtual value in the target virtual index, and the identity information and the demographic parameter information are connected through a second virtual value in the target virtual index. The identity information and the demographic parameter information may be written in the form of a table.
The updating module 205 is configured to update the target virtual index of the disease monitoring file in the disease monitoring database, and send an instruction carrying the updated target virtual index to a hospital information system.
When the disease is diagnosed and treated by a relevant medical department, the state of the disease and the diagnosis and treatment process of the disease need to be recorded, and the disease is conveniently observed later.
Said updating in said disease monitoring database said target virtual index of said disease monitoring profile comprises:
acquiring physical examination information, epidemiological survey information, outpatient diagnosis and treatment information and hospitalization information of the patient to obtain medical information;
generating a third code according to the demographic parameter information and the medical information, and taking the third code as a third virtual value corresponding to the target virtual key;
and updating the target virtual index according to the third virtual value to obtain an updated target virtual index.
The physical examination information of the patient is uploaded to the hospital information system by medical personnel of a physical examination department; the epidemiological survey information of the patient is uploaded to the hospital information system by medical personnel of an epidemiological department; the outpatient diagnosis and treatment information of the patient is uploaded to the hospital information system by medical personnel of an outpatient department; the hospitalization information of the patient is uploaded to the hospital information system by medical personnel in a hospitalization department; and splicing the physical examination information, the epidemiological survey information, the outpatient diagnosis and treatment information and the hospitalization information to obtain the medical information.
The physical examination information may include height, weight, breast, axillary hair, external genitalia examination, and B-ultrasound examination. The epidemiological survey information may include whether there has been recent malaise, nucleic acid detection, recent trips including a particular trip within 14 days, vehicles, who has been exposed. The outpatient medical information may include outpatient laboratory sheet information, X-ray examination report, B-ultrasonic report, electrocardiogram report, doctor's diagnosis, and treatment prescription. The hospitalization information may include medical personnel's observation records, electrocardiograms, electroencephalograms, medication information, and surgical protocols.
The process of generating the third code according to the demographic parameter information and the medical information is the same as the process of generating the first code based on the identity information in the basic information, and repeated description is omitted.
When the patient is in a visit of the relevant medical department, the visit information of the patient can be uploaded to the disease monitoring file in real time, so that the disease monitoring file can objectively, completely, continuously and timely record the medical condition of the patient, and a basic material is provided for clinical diagnosis of the patient.
In an optional implementation manner, the updating the target virtual index according to the third virtual value, and obtaining the updated target virtual index includes:
calculating a third hash value of the third virtual value;
determining whether the third hash value is between the first hash value and the second hash value;
when the third hash value is between the first hash value and the second hash value, storing the third virtual value in a third position serial number corresponding to the third hash value to obtain a new target virtual index;
when the third hash value is not between the first hash value and the second hash value, splitting the target virtual key into a plurality of new virtual sub-keys according to the first hash value, the second hash value and the third hash value, generating a new position sequence number for each new virtual sub-key, and forming a new target virtual index based on the target virtual key and virtual values corresponding to the plurality of new virtual sub-keys obtained by splitting the target virtual key.
In this alternative embodiment, the third hash value of the third virtual value is calculated by a hash function.
Assuming that the first hash value is 3, the second hash value is 5, and the third hash value is 4, it indicates that the third hash value is between the first hash value and the second hash value, and the third virtual value is stored in the third position number corresponding to the third hash value. The target virtual key and the first virtual value form a first target virtual sub-index, the target virtual key and the second virtual value form a second target virtual sub-index, the target virtual key and the third virtual value form a third target virtual sub-index, and the first target virtual sub-index, the second target virtual sub-index and the third target virtual sub-index together form a new target virtual index.
Assuming that the first hash value is 0, the second hash value is 1, and the third hash value is 2, it indicates that the third hash value is not between the first hash value and the second hash value, since the difference between the first hash value and the third hash value is 2, and the difference between the second hash value and the third hash value is 1, the target virtual key is split into 3 new virtual sub-keys according to the largest difference 2, each new virtual sub-key corresponds to a new location number, the first virtual value is stored at the location number corresponding to the first hash value, the second virtual value is stored at the location number corresponding to the second hash value, and the third virtual value is stored at the location number corresponding to the third hash value. The target virtual key and the first virtual value form a new first target virtual sub-index, the target virtual key and the second virtual value form a new second target virtual sub-index, the target virtual key and the third virtual value form a new third target virtual sub-index, and the new first target virtual sub-index, the new second target virtual sub-index and the new third target virtual sub-index together form a new target virtual index.
The extracting module 206 is configured to respond to a file retrieval instruction sent by the hospital information system, extract a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtain medical information of a target patient according to the target disease monitoring file.
After the disease monitoring files are updated, when the patient goes to a medical department for a doctor, medical personnel can retrieve the disease monitoring files of the patient and carry out scientific diagnosis and treatment on the patient according to the disease monitoring files.
In an optional embodiment, the extracting module 206 extracts a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining medical information of a target patient according to the target disease detection file includes:
extracting a target virtual index of the target patient from the file retrieval instruction;
dividing the target virtual index of the target patient according to a preset dividing operational character to obtain a first target virtual value, a second target virtual value and a third target virtual value;
acquiring target identity information of the target patient according to the first target virtual value;
acquiring target demographic parameter information of the target patient according to the target identity information and the second target virtual value;
and acquiring target medical information of the target patient according to the target demographic parameter information and the third target virtual value.
In this optional embodiment, the medical staff generates the file retrieval instruction according to information provided by the target patient, wherein the file retrieval instruction includes a target virtual index of the target patient. And the medical staff sends the file retrieval instruction to the disease monitoring database, and extracts a corresponding target disease monitoring file from the disease monitoring database according to the target virtual index.
After the target disease monitoring file is obtained, in order to further obtain detailed information of the patient, target medical information of the target patient needs to be extracted from the target disease monitoring file.
The preset division operator may be "|", and the target virtual index may be divided into the target virtual key, the first target virtual value, the second target virtual value, and the third target virtual value by the preset division operator.
In this optional embodiment, since the target identity information is associated by the first target virtual value, the target identity information may be found by the first target virtual value. And the target identity information and the target demographic parameter information are associated through the second target virtual value, so that the target demographic parameter information can be searched through the second target virtual value. The target demographic parameter information and the target medical information are associated through the third target virtual value, so that the target medical information can be found through the third target virtual value.
The disease monitoring files are created to record the medical conditions of patients and are written into a preset disease monitoring database, so that the disease detection files can be prevented from being lost, and the disease monitoring files are effectively managed through the disease monitoring database. The target virtual index of the disease monitoring file is updated in the disease monitoring database, and an instruction carrying the updated target virtual index is sent to the hospital information system to inform the hospital information system that the disease monitoring file corresponding to the target virtual index is successfully written into the disease monitoring database, so that the medical information of the patient can be conveniently and directly called through the hospital information system subsequently, and the calling efficiency of the medical information is high.
The disease monitoring files can be uploaded to a Medical cloud (Medical cloud), and the Medical cloud is a Medical health service cloud platform established by using cloud computing on the basis of new technologies such as cloud computing, mobile technology, multimedia, 4G communication, big data and the Internet of things and combining with Medical technology, so that Medical resources are shared and the Medical scope is expanded. Due to the combination of the cloud computing technology, the medical cloud improves the efficiency of medical institutions and brings convenience to residents to see medical advice. Like the appointment register, the electronic medical record, the medical insurance and the like of the existing hospital are all products combining cloud computing and the medical field, and the medical cloud also has the advantages of data security, information sharing, dynamic expansion and overall layout. The disease monitoring files may also be uploaded to a blockchain.
EXAMPLE III
The present embodiment provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the steps in the above-described medical information acquisition method embodiment, such as S11-S17 shown in fig. 1:
s11, creating a disease monitoring file for a patient based on the basic information of the patient, and creating a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database;
s12, generating a first code based on the identity information in the basic information, and generating a second code based on the demographic parameter information in the basic information;
s13, using the first code as a first virtual value corresponding to the target virtual key, and using the second code as a second virtual value corresponding to the target virtual key;
s14, creating a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value and the second virtual value;
s15, writing the disease monitoring file and the corresponding target virtual index into the disease monitoring database;
s16, updating the target virtual index of the disease monitoring file in the disease monitoring database, and sending an instruction carrying the updated target virtual index to a hospital information system;
s17, responding to a file retrieval instruction sent by the hospital information system, extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining medical information of a target patient according to the target disease detection file.
Alternatively, the computer program, when executed by the processor, implements the functions of the modules/units in the above-mentioned device embodiments, for example, the module 201 and 206 in fig. 2:
the creating module 201 is configured to create a disease monitoring file for a patient based on basic information of the patient, and create a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database;
the generating module 202 is configured to generate a first code based on the identity information in the basic information, and generate a second code based on the demographic parameter information in the basic information;
the determining module 203 is configured to use the first code as a first virtual value corresponding to the target virtual key, and use the second code as a second virtual value corresponding to the target virtual key;
the creating module 201 is further configured to create a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value, and the second virtual value;
the writing module 204 is configured to write the disease monitoring file and the corresponding target virtual index into the disease monitoring database;
the updating module 205 is configured to update the target virtual index of the disease monitoring file in the disease monitoring database, and send an instruction carrying the updated target virtual index to a hospital information system;
the extracting module 206 is configured to respond to a file retrieval instruction sent by the hospital information system, extract a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtain medical information of a target patient according to the target disease monitoring file.
Example four
Fig. 3 is a schematic structural diagram of an electronic device according to a third embodiment of the present invention. In the preferred embodiment of the present invention, the electronic device 3 comprises a memory 31, at least one processor 32, at least one communication bus 33 and a transceiver 34.
It will be appreciated by those skilled in the art that the configuration of the electronic device shown in fig. 3 does not constitute a limitation of the embodiment of the present invention, and may be a bus-type configuration or a star-type configuration, and the electronic device 3 may include more or less other hardware or software than those shown, or a different arrangement of components.
In some embodiments, the electronic device 3 is a device capable of automatically performing numerical calculation and/or information processing according to instructions set or stored in advance, and the hardware thereof includes but is not limited to a microprocessor, an application specific integrated circuit, a programmable gate array, a digital processor, an embedded device, and the like. The electronic device 3 may also include a client device, which includes, but is not limited to, any electronic product that can interact with a client through a keyboard, a mouse, a remote controller, a touch pad, or a voice control device, for example, a personal computer, a tablet computer, a smart phone, a digital camera, and the like.
It should be noted that the electronic device 3 is only an example, and other existing or future electronic products, such as those that can be adapted to the present invention, should also be included in the scope of the present invention, and are included herein by reference.
In some embodiments, the memory 31 has stored therein a computer program which, when executed by the at least one processor 32, implements all or part of the steps of the medical information acquisition method as described. The Memory 31 includes a Read-Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Programmable Read-Only Memory (EPROM), a One-time Programmable Read-Only Memory (OTPROM), an electronically Erasable rewritable Read-Only Memory (Electrically-Erasable Programmable Read-Only Memory (EEPROM)), an optical Read-Only disk (CD-ROM) or other optical disk Memory, a magnetic disk Memory, a tape Memory, or any other medium readable by a computer capable of carrying or storing data.
Further, the computer-readable storage medium may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function, and the like; the storage data area may store data created according to the use of the blockchain node, and the like.
The block chain is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like. A block chain (Blockchain), which is essentially a decentralized database, is a series of data blocks associated by using a cryptographic method, and each data block contains information of a batch of network transactions, so as to verify the validity (anti-counterfeiting) of the information and generate a next block. The blockchain may include a blockchain underlying platform, a platform product service layer, an application service layer, and the like.
In some embodiments, the at least one processor 32 is a Control Unit (Control Unit) of the electronic device 3, connects various components of the electronic device 3 by various interfaces and lines, and executes various functions and processes data of the electronic device 3 by running or executing programs or modules stored in the memory 31 and calling data stored in the memory 31. For example, the at least one processor 32, when executing the computer program stored in the memory, implements all or part of the steps of the medical information acquisition method described in the embodiments of the present invention; or to implement all or part of the functions of the medical information acquisition apparatus. The at least one processor 32 may be composed of an integrated circuit, for example, a single packaged integrated circuit, or may be composed of a plurality of integrated circuits packaged with the same or different functions, including one or more Central Processing Units (CPUs), microprocessors, digital Processing chips, graphics processors, and combinations of various control chips.
In some embodiments, the at least one communication bus 33 is arranged to enable connection communication between the memory 31 and the at least one processor 32 or the like.
Although not shown, the electronic device 3 may further include a power supply (such as a battery) for supplying power to each component, and preferably, the power supply may be logically connected to the at least one processor 32 through a power management device, so as to implement functions of managing charging, discharging, and power consumption through the power management device. The power supply may also include any component of one or more dc or ac power sources, recharging devices, power failure detection circuitry, power converters or inverters, power status indicators, and the like. The electronic device 3 may further include various sensors, a bluetooth module, a Wi-Fi module, and the like, which are not described herein again.
The integrated unit implemented in the form of a software functional module may be stored in a computer-readable storage medium. The software functional module is stored in a storage medium and includes several instructions to enable a computer device (which may be a personal computer, an electronic device, or a network device) or a processor (processor) to execute parts of the methods according to the embodiments of the present invention.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the modules is only one logical functional division, and other divisions may be realized in practice.
The modules described as separate parts may or may not be physically separate, and parts displayed as modules may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional modules in the embodiments of the present invention may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit. The integrated unit can be realized in a form of hardware, or in a form of hardware plus a software functional module.
It will be evident to those skilled in the art that the invention is not limited to the details of the foregoing illustrative embodiments, and that the present invention may be embodied in other specific forms without departing from the spirit or essential attributes thereof. The present embodiments are therefore to be considered in all respects as illustrative and not restrictive, the scope of the invention being indicated by the appended claims rather than by the foregoing description, and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced therein. Any reference sign in a claim should not be construed as limiting the claim concerned. Furthermore, it is obvious that the word "comprising" does not exclude other elements or that the singular does not exclude the plural. A plurality of units or means recited in the specification may also be implemented by one unit or means through software or hardware. The terms first, second, etc. are used to denote names, but not any particular order.
Finally, it should be noted that the above embodiments are only for illustrating the technical solutions of the present invention and not for limiting, and although the present invention is described in detail with reference to the preferred embodiments, it should be understood by those skilled in the art that modifications or equivalent substitutions may be made on the technical solutions of the present invention without departing from the spirit and scope of the technical solutions of the present invention.

Claims (10)

1. A medical information acquisition method, characterized in that the method comprises:
creating a disease monitoring file for a patient based on basic information of the patient, and creating a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database;
generating a first code based on the identity information in the basic information, and generating a second code based on the demographic parameter information in the basic information;
taking the first code as a first virtual value corresponding to the target virtual key, and taking the second code as a second virtual value corresponding to the target virtual key;
creating a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value, and the second virtual value;
writing the disease monitoring file and the corresponding target virtual index into the disease monitoring database;
updating the target virtual index of the disease monitoring file in the disease monitoring database, and sending an instruction carrying the updated target virtual index to a hospital information system;
and responding to a file retrieval instruction sent by the hospital information system, extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining medical information of a target patient according to the target disease detection file.
2. The medical information acquisition method according to claim 1, wherein the creating a target virtual key for the disease monitoring profile based on a virtual index stored in a preset disease monitoring database includes:
traversing each virtual key and a virtual value corresponding to each virtual key in a virtual index stored in the disease detection database;
after traversing is finished, calculating the number of the stored virtual values corresponding to each virtual key to obtain the number of virtual sub-indexes, wherein each virtual sub-index consists of one virtual key and the virtual value corresponding to the virtual key;
and adding a preset numerical value to the number to obtain a target virtual key of the disease monitoring file.
3. The medical information acquisition method according to claim 2, wherein the generating a first code based on the identity information in the basic information and generating a second code based on the demographic parameter information in the basic information comprises:
extracting household registration location information from the identity information;
obtaining the pinyin of the household registration location information;
calculating a hash value of the pinyin, and determining the hash value as the first code;
extracting birthday information and gender information from the demographic parameter information;
determining character codes corresponding to the gender information;
and splicing the birth date information and the character code to obtain the second code.
4. The medical information acquisition method according to claim 2 or 3, wherein the creating a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value, and the second virtual value comprises:
calculating a first hash value of the first virtual value and calculating a second hash value of the second virtual value;
splitting the target virtual key into a plurality of virtual sub-keys according to the first hash value and the second hash value;
generating a position sequence number for each virtual sub-key;
storing the first virtual value in a first position sequence number corresponding to the first hash value, and storing the second virtual value in a second position sequence number corresponding to the second hash value;
and forming the target virtual index based on the target virtual key and virtual values corresponding to a plurality of virtual sub-keys obtained by splitting the target virtual key.
5. The medical information acquisition method of claim 4, wherein the updating the target virtual index of the disease monitoring profile in the disease monitoring database comprises:
acquiring physical examination information, epidemiological survey information, outpatient diagnosis and treatment information and hospitalization information of the patient to obtain medical information;
generating a third code according to the demographic parameter information and the medical information, and taking the third code as a third virtual value corresponding to the target virtual key;
and updating the target virtual index according to the third virtual value to obtain an updated target virtual index.
6. The medical information acquisition method according to claim 5, wherein the updating the target virtual index according to the third virtual value, and obtaining the updated target virtual index includes:
calculating a third hash value of the third virtual value;
determining whether the third hash value is between the first hash value and the second hash value;
when the third hash value is between the first hash value and the second hash value, storing the third virtual value in a third position serial number corresponding to the third hash value to obtain a new target virtual index;
when the third hash value is not between the first hash value and the second hash value, splitting the target virtual key into a plurality of new virtual sub-keys according to the first hash value, the second hash value and the third hash value, generating a new position sequence number for each new virtual sub-key, and forming a new target virtual index based on the target virtual key and virtual values corresponding to the plurality of new virtual sub-keys obtained by splitting the target virtual key.
7. The medical information acquisition method as claimed in claim 6, wherein the extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database and obtaining the medical information of the target patient according to the target disease detection file comprises:
extracting a target virtual index of the target patient from the file retrieval instruction;
dividing the target virtual index of the target patient according to a preset dividing operational character to obtain a first target virtual value, a second target virtual value and a third target virtual value;
acquiring target identity information of the target patient according to the first target virtual value;
acquiring target demographic parameter information of the target patient according to the target identity information and the second target virtual value;
and acquiring target medical information of the target patient according to the target demographic parameter information and the third target virtual value.
8. A medical information acquisition apparatus characterized by comprising:
the system comprises a creating module, a searching module and a display module, wherein the creating module is used for creating a disease monitoring file for a patient based on the basic information of the patient and creating a target virtual key for the disease monitoring file based on a virtual index stored in a preset disease monitoring database;
the generating module is used for generating a first code based on the identity information in the basic information and generating a second code based on the demographic parameter information in the basic information;
a determining module, configured to use the first code as a first virtual value corresponding to the target virtual key, and use the second code as a second virtual value corresponding to the target virtual key;
the creating module is further configured to create a target virtual index for the disease monitoring file according to the target virtual key, the first virtual value, and the second virtual value;
the writing module is used for writing the disease monitoring file and the corresponding target virtual index into the disease monitoring database;
the updating module is used for updating the target virtual index of the disease monitoring file in the disease monitoring database and sending an instruction carrying the updated target virtual index to a hospital information system;
and the extraction module is used for responding to a file retrieval instruction sent by the hospital information system, extracting a target disease monitoring file corresponding to the file retrieval instruction from the disease monitoring database, and obtaining the medical information of a target patient according to the target disease detection file.
9. An electronic device, characterized in that the electronic device comprises a processor and a memory, the processor being configured to implement the medical information acquisition method according to any one of claims 1 to 7 when executing the computer program stored in the memory.
10. A computer-readable storage medium having a computer program stored thereon, wherein the computer program, when executed by a processor, implements the medical information acquisition method according to any one of claims 1 to 7.
CN202110961688.XA 2021-08-20 2021-08-20 Medical information acquisition method, device, electronic equipment and storage medium Active CN113611383B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110961688.XA CN113611383B (en) 2021-08-20 2021-08-20 Medical information acquisition method, device, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110961688.XA CN113611383B (en) 2021-08-20 2021-08-20 Medical information acquisition method, device, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113611383A true CN113611383A (en) 2021-11-05
CN113611383B CN113611383B (en) 2024-02-02

Family

ID=78341504

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110961688.XA Active CN113611383B (en) 2021-08-20 2021-08-20 Medical information acquisition method, device, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113611383B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117438018A (en) * 2023-10-11 2024-01-23 北京远盟普惠健康科技有限公司 Medical data analysis system and method based on big data

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100250470A1 (en) * 2009-03-26 2010-09-30 Olympus Corporation Lifestyle disease prevention apparatus and lifestyle disease prevention method
JP2013210698A (en) * 2012-03-30 2013-10-10 Hitachi Solutions Ltd File retrieval system and program
KR20180046934A (en) * 2016-10-28 2018-05-10 연세대학교 산학협력단 Medical Information Service System And Its Method Using Standard Prevention Knowledge DB And PersonalTreatment History DB)
CN108573737A (en) * 2017-12-25 2018-09-25 北京金山云网络技术有限公司 A kind of storage method of electronic health record, device, equipment and storage medium
US20180344215A1 (en) * 2015-11-24 2018-12-06 Dacadoo Ag Automated health data acquisition, processing and communication system and method
CN109597801A (en) * 2018-11-14 2019-04-09 金色熊猫有限公司 Medical data standardized management method and system, electronic equipment, storage medium
CN109739857A (en) * 2018-12-28 2019-05-10 深圳市网心科技有限公司 Data distribution formula wiring method, device, terminal and storage medium under high concurrent
CN109753506A (en) * 2018-12-28 2019-05-14 深圳市网心科技有限公司 Data distribution formula storage method, device, terminal and storage medium
CN110109887A (en) * 2019-03-18 2019-08-09 北京宇信网景信息技术有限公司 Data retrieval method, electronic equipment and computer storage medium
CN110580942A (en) * 2019-08-23 2019-12-17 和宇健康科技股份有限公司 novel physical examination report generation method, device, medium and terminal equipment
US20200143933A1 (en) * 2018-11-06 2020-05-07 International Business Machines Corporation Framework for modeling collections and their management
CN111611225A (en) * 2020-05-15 2020-09-01 腾讯科技(深圳)有限公司 Data storage management method, query method, device, electronic equipment and medium
US20220148692A1 (en) * 2019-11-25 2022-05-12 Boe Technology Group Co., Ltd. Method of displaying medical information and health record apparatus

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100250470A1 (en) * 2009-03-26 2010-09-30 Olympus Corporation Lifestyle disease prevention apparatus and lifestyle disease prevention method
JP2013210698A (en) * 2012-03-30 2013-10-10 Hitachi Solutions Ltd File retrieval system and program
US20180344215A1 (en) * 2015-11-24 2018-12-06 Dacadoo Ag Automated health data acquisition, processing and communication system and method
KR20180046934A (en) * 2016-10-28 2018-05-10 연세대학교 산학협력단 Medical Information Service System And Its Method Using Standard Prevention Knowledge DB And PersonalTreatment History DB)
CN108573737A (en) * 2017-12-25 2018-09-25 北京金山云网络技术有限公司 A kind of storage method of electronic health record, device, equipment and storage medium
US20200143933A1 (en) * 2018-11-06 2020-05-07 International Business Machines Corporation Framework for modeling collections and their management
CN109597801A (en) * 2018-11-14 2019-04-09 金色熊猫有限公司 Medical data standardized management method and system, electronic equipment, storage medium
CN109739857A (en) * 2018-12-28 2019-05-10 深圳市网心科技有限公司 Data distribution formula wiring method, device, terminal and storage medium under high concurrent
CN109753506A (en) * 2018-12-28 2019-05-14 深圳市网心科技有限公司 Data distribution formula storage method, device, terminal and storage medium
CN110109887A (en) * 2019-03-18 2019-08-09 北京宇信网景信息技术有限公司 Data retrieval method, electronic equipment and computer storage medium
CN110580942A (en) * 2019-08-23 2019-12-17 和宇健康科技股份有限公司 novel physical examination report generation method, device, medium and terminal equipment
US20220148692A1 (en) * 2019-11-25 2022-05-12 Boe Technology Group Co., Ltd. Method of displaying medical information and health record apparatus
CN111611225A (en) * 2020-05-15 2020-09-01 腾讯科技(深圳)有限公司 Data storage management method, query method, device, electronic equipment and medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117438018A (en) * 2023-10-11 2024-01-23 北京远盟普惠健康科技有限公司 Medical data analysis system and method based on big data
CN117438018B (en) * 2023-10-11 2024-04-19 北京远盟普惠健康科技有限公司 Medical data analysis system and method based on big data

Also Published As

Publication number Publication date
CN113611383B (en) 2024-02-02

Similar Documents

Publication Publication Date Title
CN110459320B (en) Knowledge graph-based auxiliary diagnosis and treatment system
CN111863267B (en) Data information acquisition method, data analysis method, device and storage medium
US20130197938A1 (en) System and method for creating and using health data record
US20090094063A1 (en) Display and method for medical procedure selection
CN102945538A (en) Methods and apparatus to correlate healthcare information
JP2005110944A (en) Apparatus, method and program for assisting medical examination
US11361020B2 (en) Systems and methods for storing and selectively retrieving de-identified medical images from a database
Sarkar et al. A conceptual distributed framework for improved and secured healthcare system
CN112216361A (en) Follow-up plan list generation method, device, terminal and medium based on artificial intelligence
KR101320572B1 (en) System and method for medical treatment pattern based on electronic medical record
US20110066446A1 (en) Method, apparatus and computer program product for providing a distributed registration manager
JP6384130B2 (en) Information processing apparatus and information processing program
CN113611383B (en) Medical information acquisition method, device, electronic equipment and storage medium
CN113689942B (en) Yield inspection monitoring method and device and related equipment
CN111916202A (en) Clinical decision support equipment and method based on reinforcement learning
US20160078066A1 (en) Method and apparatus for processing clinical data
JP2017097817A (en) System for presenting medical information presentation terminal with patient information held by plural medical institutions
Matsumura et al. Template-based data entry for general description in medical records and data transfer to data warehouse for analysis
KR20110107954A (en) System and method for medical treatment pattern based on electronic medical record
CN115910265A (en) Paperless medical record generation method and system for hospital
JP6185854B2 (en) Medical examination waiting information display system and method, and program
Li et al. Implementation of enterprise imaging strategy at a Chinese Tertiary Hospital
CN109801689A (en) Area medical electronic health record shared system and method
Gueye et al. Crossing the line to electronic medical records in Subsaharian Africa: an obstetric and neonatal information system with perinatal indicators dashboard
US20210020283A1 (en) Cloud-based method and system for extraction and display of clinically-relevant actionable patient data from multiple electronic medical records

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20220916

Address after: Room 2601 (Unit 07), Qianhai Free Trade Building, No. 3048, Xinghai Avenue, Nanshan Street, Qianhai Shenzhen-Hong Kong Cooperation Zone, Shenzhen, Guangdong 518000

Applicant after: Shenzhen Ping An Smart Healthcare Technology Co.,Ltd.

Address before: 1-34 / F, Qianhai free trade building, 3048 Xinghai Avenue, Mawan, Qianhai Shenzhen Hong Kong cooperation zone, Shenzhen, Guangdong 518000

Applicant before: Ping An International Smart City Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant