WO2006130658A1 - System and method for data sensitive filtering of patient demographic record queries - Google Patents

System and method for data sensitive filtering of patient demographic record queries Download PDF

Info

Publication number
WO2006130658A1
WO2006130658A1 PCT/US2006/021068 US2006021068W WO2006130658A1 WO 2006130658 A1 WO2006130658 A1 WO 2006130658A1 US 2006021068 W US2006021068 W US 2006021068W WO 2006130658 A1 WO2006130658 A1 WO 2006130658A1
Authority
WO
WIPO (PCT)
Prior art keywords
field
search criteria
score
search
candidate
Prior art date
Application number
PCT/US2006/021068
Other languages
French (fr)
Inventor
Phan H. Giang
William A. Landi
Sathyakama Sandilya
Original Assignee
Siemens Medical Solutions Usa, Inc.
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 Siemens Medical Solutions Usa, Inc. filed Critical Siemens Medical Solutions Usa, Inc.
Priority to CA002609916A priority Critical patent/CA2609916A1/en
Priority to EP06771699A priority patent/EP1886239A1/en
Priority to CN2006800188156A priority patent/CN101194258B/en
Priority to JP2008514799A priority patent/JP2008546098A/en
Priority to AU2006252583A priority patent/AU2006252583B2/en
Publication of WO2006130658A1 publication Critical patent/WO2006130658A1/en

Links

Classifications

    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • 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/24Querying
    • G06F16/242Query formulation
    • 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/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2462Approximate or statistical queries
    • 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
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16ZINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS, NOT OTHERWISE PROVIDED FOR
    • G16Z99/00Subject matter not provided for in other main groups of this subclass

Definitions

  • This invention is directed to the searching and filtering of medical record database queries.
  • An important functionality of a hospital information system is the ability to perform an error-tolerant search for a patient's record based on some input criteria. For example, hospital staff members frequently need to identify a patient based on as little as last name, first name and/or date of birth.
  • Two requirements of such a search are: (1) the search should be error tolerant because the search criteria may have errors, as compared with stored values in the hospital database; and (2) the search should terminate within a specified time, e.g. 1-2 seconds. These two requirements are competitive in a sense that more error tolerance requires longer response time.
  • a scoring algorithm can compare 10,000 records against search criteria each second and that the time allotted for scoring is 1 second. Then, in order to keep the response time within the specified limit, the system can retrieve at most 10,000 records of high potential from a demographic database containing possibly millions of records.
  • a filter that is a predefined condition that must be satisfied by a database record. Basically, one assumes that at least certain parts of the search criteria are correct and based on that information retrieve records from the database.
  • a filter could be set by assuming that the first 4 characters of the first name and/or first 5 characters of the last name in the search criteria are correct. Therefore, the retrieved pool consists only of records that have the first 4 characters in the first name field and/or 5 characters in the last name field as the search criteria. Notice that the two logical connectors, AND and OR, have different effects on the number of records retrieved and on error tolerance.
  • the AND connection assumes that both 4 characters of the first name and 5 characters of the last name are correct, but the number of records to be retrieved will be much fewer than using the OR connection, which however is more error tolerant because it assumes only either 4 characters of the first name or 5 characters of the last name are correct.
  • a disadvantage of this method is that by fixing filter positions in advance the size of the pool will vary greatly depending on the frequency of the search values. For example, the filter would retrieve too many records for search criteria "James Smith” while retrieving too few for search criteria "Zbigniew Brzezinski". In the former case, the time needed to complete the search could exceed the specified response time. In the latter case, the intended "true" record may fail to be included to the pool (therefore the search will fail) if a typographic error occurs in the first few characters of "Zbig” or "Brzez".
  • Exemplary embodiments of the invention as described herein generally include methods and systems for data-sensitive filtering to retrieve high potential records from demographic database for comparison with an input criteria in searching for a patient's demographic record.
  • the filter allows maximum error tolerance while keeping the response time within specified limit.
  • a data sensitive filter according to an embodiment of the invention uses a filtering condition that is dependent on the frequency of the search values. These frequencies can be pre-computed and recalculated periodically (e.g. monthly, yearly) as the database is updated. For example, in case of searching for "James Smith", the filter should know that there are too many "James Smith" entries in the database and that it should use a stricter filtering condition or ask for additional information.
  • the filter should know that it is a rare name and relax the filter condition for example by assuming that only 2 first characters in the first name are correct (instead of 4) and that only the first 3 characters in the last name are correct (instead of 5).
  • This kind of filter is maximizes error tolerance while guaranteeing a response time to be within limits.
  • a method for data sensitive filtering in patient database searches including providing a search criteria comprising one or more search locator fields, determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying a predefined response time requirement, retrieving said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria, scoring each said candidate record by comparing a search criteria locator field with a corresponding retrieved record field, determining whether said score of said candidate record exceeds a predefined threshold, and if said candidate score does exceed said threshold, adding said candidate record to a list of records to be returned in response to said search criteria.
  • the search criteria includes a first name and a last name, the method further comprising compiling a list of names equivalent to said first name in said search criteria.
  • comparing a search criteria locator field with a corresponding candidate record field comprises performing a field by field comparison of said locator field and said candidate record field pair to fill in components of a comparison result vector c j for a field pair j using a field comparison method predefined for each field pair for up to a predefined number of characters in said pair of fields, scoring said comparison result c,- based on one or more probabilities using a formula
  • Po/cj and Pi/c j are probabilities that are functions of the number of matching characters in said pair of fields, and summing score(c j ) over all fields j where the both the locator field and the corresponding field in said candidate record are not blank to calculate a first score.
  • the method comprises transforming said score to a 0 to 100 scale according to a formula
  • the field comparison method for a field is one of an exact distance match, a Hamming distance, and edit distance, and edit distance with swap, a first name distance, and a last name distance.
  • the method comprises, for each candidate record in said list of records to be returned, retrieving a most recent complete record from said database for said search locator field, for each field that has a nonempty value in said candidate record, replacing the field value in the retrieved complete record with the corresponding value in the candidate record, and adding the altered complete record to said database.
  • a method for data sensitive filtering in patient database searches including providing a search criteria for retrieving one or more records from a database comprising one or more search locator fields, determining a maximum number of candidate records to be retrieved from said database, and a maximum response time for retrieving said records, determining a number of candidate records to be retrieved based on a number of characters in said search criteria being correct, determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying said response time requirements, and retrieving said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria.
  • the maximum number of candidate records to be retrieved is determined from a frequency table of database values that represent probabilities of search criteria fields being included in said database, and wherein strings having probability values higher than a predefined threshold are stored in memory.
  • the threshold is based on the database size, required response time, and a speed of comparison between said search criteria and said candidate records.
  • the probabilities include probabilities of search criteria sub-fields being included in said database.
  • the method comprises comparing said search criteria with a first candidate record and storing a result of said comparison and said first candidate record in a table, searching for each subsequent candidate record by searching said table, wherein if said subsequent candidate record is not found in said table, comparing said subsequent candidate record with said search criteria and storing said comparison result and said subsequent candidate record in said table.
  • the retrieval formula comprises a logical formula formed from said one or more search locator fields.
  • search criteria includes only one search field, basing said retrieval formula on a sub-string of said search field, and searching a dictionary of high frequency strings, and performing a database query if said search sub-string is not found in said dictionary.
  • search criteria includes more than two search fields, forming said logical formula from a disjunction of conjunction of pairs of search criteria.
  • said search criteria includes two search fields, forming said logical formula from logical combinations of comparisons of the entire search fields and comparisons of partial search fields.
  • a program storage device readable by a computer, tangibly embodying a program of instructions executable by the computer to perform the method steps for data sensitive filtering in patient database searches.
  • FIG. 1 is a table of field comparison methods, according to an embodiment of the invention.
  • FIG. 2 is a table of exemplary values of the probabilities Po j (c j ), according to an embodiment of the invention.
  • FIG. 3 is a table of exemplary values of the probabilities Pi/c j ), according to an embodiment of the invention.
  • FIG. 4 is a table illustrating database rows with a person's name, address and phone fields joined, according to an embodiment of the invention.
  • FIG. 5 is a table depicting exemplary candidates for John Smythe, according to an embodiment of the invention.
  • FIG. 6 is a table illustrating exemplary query results reported for John Smythe, according to an embodiment of the invention.
  • FIG. 7 is a flow chart of data sensitive retrieval filtering process according to an embodiment of the invention.
  • FIG. 8 is a block diagram of an exemplary computer system for implementing a data sensitive retrieval filtering process according to an embodiment of the invention.
  • Exemplary embodiments of the invention as described herein generally include systems and methods for data sensitive filtering of searches for patient demographic records. Accordingly, while the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that there is no intent to limit the invention to the particular forms disclosed, but on the contrary, the invention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.
  • the demographic record of a person with historical information can be treated as being several records: for example, if there are 3 names, 2 addresses but only 1 value for every other demographic field for a person, then there will be 6 demographic records this person. It can be assumed that there will be a means of retrieving the most recent information for a given person, which shall be used to return a list of top candidates.
  • some databases support having multiple values for certain fields, such as name (legal, alias, pseudo) and address (residence, mailing, billing).
  • the data structures representing demographic information should distinguish between the different fields.
  • an algorithm according to an embodiment of the invention treats all these variants in a symmetric manner. Variants of a field are treated in exactly the same way as the historical values of that field.
  • values derived from the demographic records can be used to retrieve records for scoring.
  • These demographic records are referred to as record linkage (RL) keys.
  • RL record linkage
  • the values of the RL keys will be pre-computed for the "most recent" values of the respective fields. This pre-computation can be extended to computing and storing historical values.
  • a exemplary medical database D has n records, with each record having m fields Fi, F 2 , ..., F 1n .
  • An exemplary retrieval request from this database involves retrieving records based on one or more strings si,..., s i that represent possibly noisy values of the fields Fi, ... , F 1 of a record.
  • a logical formula ⁇ is formed on the basis of the requested fields and input values. This formula is placed as an SQL query to retrieve data from database D. This results in a set of k records.
  • the cost of the solution is measured by the time needed to complete the request and by the desired accuracy. There is also a requirement that the total request processing time be less that some upper limit T:
  • Scoring time h%a, where k is the number of records retrieved and a is the time needed for each scoring. Retrieval time is also sensitive to the number of records, although the dependence may not be linear. From the performance requirement one can roughly calculate the maximal number k that should be retrieved. There are several possible retrieval formulae.
  • This formulation ensures that when at least one string is a correct value, then the intended record will be retrieved and scored.
  • retrieves all records with first field equal to sj and first character of second field equal to the first character of -»2, or with the second field equal to S 2 and the first character of the first field equal to the first character of sj.
  • the ⁇ formulation ca be extended to a form that handles 4 parameters i,j,h,k as follows:
  • identification of a character to compare is not necessarily restricted to the natural position within a string. It can be from left or from the right, and may count only consonants or only vowels, or any subset of the alphabet. In addition, the selections of characters should ensure that the assumption of independence is reasonable.
  • the case of only one input string sj presents different challenges. If S(Fj-si) is too large, it makes sense to detect this condition before spending time on searching.
  • the maximum number of records that can be scored within the time limit is k m .
  • a list of field values whose frequency is greater than k m can be stored, and a given string si can be checked against that list before launching a SQL retrieval. The number ft of such values is less than — .
  • a partial search on the search is a better approach. For example, rather than searching for the whole string, it is better to use the first 5 or 6 characters as the database search criteria.
  • a dictionary of high-frequency strings should be built, possibly before the first run. A user's search is then filtered through the dictionary before getting to the SQL query. If the user's search string is found in the dictionary, no SQL query will be issued and the user will be asked for more information. Note that for retrieval formulae using partial comparisons, the partial strings should be pre- computed.
  • retrieval formulae ⁇ (i,j,h,k) provide a better balance between the number of records to retrieve and score and the error tolerance.
  • the disjunction of conjunction formulae are good search candidates.
  • frequency information of database values should be collected.
  • a set of character positions can be predefined within a string for each field on which patient searched are applied. For fields on which a patient search is applied, all records will be scanned and the frequency of all values will be counted. For example, suppose a patient search could be based on combinations of fields: for example, Last name, First name, Date of birth, Home address, medical record number (MRN) and Social Security number (SSN).
  • the sets of positions can be arbitrary, but for sake of simplicity, one can assume that the positions selected are consecutive and count from the left (beginning) or right (end) of a string. Given a set of positions, the frequency of each distinct value is counted.
  • the string frequencies then are converted into probabilities (proportions) by dividing the counts by the size of database.
  • the probabilities are more stable over a period of time than the number of counts as the database itself gets updated.
  • Those strings that have probabilities higher than a pre-defined threshold are stored in memory.
  • the heavy skewness of distribution of realistic names means the number of strings satisfying this condition is often less than a few hundred.
  • the distribution of e.g. the last 4 digits of the social security number (SSN) is practically uniform, (i.e. the probability of any string of 4 digits is the same), then one stores only that probability value.
  • SSN social security number
  • a flow chart of data sensitive retrieval filtering process according to an embodiment of the invention is depicted in FIG. 7.
  • the search criteria can comprise one or more strings of field values to be matched with appropriate records in a medical demographic database.
  • the database search engine looks into frequency table to determine how many records the pool will have for each filtering formula if one assumes i characters of search criteria are correct and what logical connections are used.
  • the search criteria are normalized to break out the phone number, address, SSN, etc.
  • FIG. 1 A table of exemplary field comparisons according to an embodiment of the invention is depicted in FIG. 1.
  • This table shows 18 possible search criteria, one for each numbered row in the table. It should be noted that this selection of search criteria is exemplary and non-limiting, and more or fewer search criteria can be used according to an embodiment of the invention.
  • the column labeled "Locator field” corresponds to locators provided with the search criteria, while the column labeled "Record Field” corresponds to records in the database.
  • the column labeled “Distance Measure” indicates the field comparison method used to compare the locator and record of that row, and the last column, labeled "Limit", indicates the number of characters used in the comparison.
  • the last row in the table indicates that a default comparison uses the EditDistance comparator with 2 characters.
  • a list of names equivalent to the first name specified in the search criteria are retrieved, i.e., the list of all the names that belong to at least one of the groups that the specified first name belongs to.
  • a person's first name may have different variations. For example, Robert-Bob-Bobby, or Theodore-Ted-Ed. Such name variations are considered equivalent.
  • Robert-Bob-Bobby or Theodore-Ted-Ed.
  • Robert-Bob-Bobby Such name variations are considered equivalent.
  • Robert-Bob-Bobby or Theodore-Ted-Ed.
  • This list is referred to as sc.equivalentFirstNameList.
  • a phonetic encoding of the last name can be computed, for those databases that support searches based on those encodings.
  • step 72 all demographic records where any one of the conditions listed below is true are retrieved from the database (here rec. refers to a record in the database, and sc. refers to the search criteria). As only the fields that are specified in the search criteria are used in scoring, only those fields that have been specified in the search criteria are retrieved for the candidates in order to prevent inefficiencies due to expensive joins in the retrieval process.
  • the pool of records retrieved should not exceed 10,000. Then it is desired to find a filtering condition (logical formula) that allows maximum error tolerance while keeping the pool size within limits. For example, option (a) above is the best because it offers most error tolerance while satisfying time response requirement. Options (b) and (d) would be excluded because the pool would be too large. Option (c) is less preferable than (a) because for example if an error occurs in 3 rd character (the correct name is John Dear) then (c) would fail to retrieve the record while (a) still does.
  • a filtering condition logical formula
  • An exemplary, non-limiting list of conditions according to an embodiment of the invention is as follows.
  • An "(RL key)" following a condition indicates that the condition is a pre-calculated record linkage.
  • each candidate record retrieved from the database is scored as follows.
  • the given locator is compared with the candidate to generate a comparison vector having a component for search criteria field.
  • a field vs. field comparison is performed to fill in the components of the comparison vector.
  • the field comparison methods listed in FIG. 1 are used.
  • the field comparison methods in this list are exemplary and non-limiting, and other field comparison methods can be used in other embodiment of the invention.
  • a default comparison method is used to compare that field with the same field in the record retrieved from the database.
  • Fields are compared by computing the specified string distance between them, with the added constraint that the distance saturates at a given (field dependent) upper limit. Any distances larger than this upper limit are set to the limit e.g., first names are compared using edit distance (5) (described below) means that the result of comparison of the first names in two records is the edit distance between them if this distance is less than 5, else it is set to 5.
  • a. Exact Match Distance 0 when strings match exactly, else it is 1.
  • b. Hamming Distance counts the number of places in which two strings of the same length differ (e.g. distance between 1000 and 1010 is 1, and that between 1000 and 0100 is 2). If the lengths of the two strings are different, then the distance should be the sum of the difference in lengths and the Hamming distance between the shorter string, and the prefix of the longer string of length equal to that of the shorter string.
  • c. Edit Distance counts the smallest number of basic (single character) edit operations (insertion, deletion, replacement) required to transform one string into the other (e.g., distance between John and Jon is 1, John and Jonh is 2, John and Jo is 2).
  • Edit Distance With Swap includes swapping adjacent characters as an extra operation in the above definition. (Note that the implementation being used is wrong as per this definition, but is good enough for our application as it may be correct under the assumption that any character position is involved in at most one swapping operation).
  • First Name Distance If the two strings are equal, the distance is 0, if one is a prefix of the other, or there is a group of commonly used names that includes both strings, then the distance is 1, else it is the edit distance with swap between the two. f.
  • Last Name Distance If the two strings are equal, the distance is 0, else if one is a prefix of the other, then the distance is 1, if the edit distance is greater than 2 and the two strings have the same phonetic encoding, then the last name distance is 2, else it is the edit distance with swap between the two.
  • the comparison vector is scored using the probability information specified in the configuration file to obtain a score.
  • An exemplary, non-limiting formula used for scoring a comparison result c/ for a field 7 is:
  • bScore is defined as the sum of score(q) over all j where the both the locator field and the corresponding field in the demographic record are not blank.
  • the probability parameters P y (c j ) in the formula reflect string frequencies and data quality, and the range of values taken by 9 also depends on the comparison methods used.
  • Exemplary values for first probabilities Po/c j ) and second probabilities Pi/c j ) are displayed in the tables of FIGS. 2 and 3.
  • the format of each of these tables is the same.
  • the index j refers to the row number (i.e. search criteria locator field), and up to 5 columns of numbers are displayed to the left of the corresponding field name.
  • the 5 columns correspond to the fact that according to an embodiment of the invention the maximum number of characters used for a field retrieval is 5 characters, as seen in the "Limits" column of the table of FIG. 1.
  • the probability values monotonically increase, reflecting a higher probability of a match between the locator field and the record field as there are characters in common.
  • the probability value is low: 0.003
  • the probability value is higher: 0.85.
  • the first and last names are also swapped in the search criteria and the new search criteria is scored against the record by repeating steps of comparing the locator with the candidate and scoring the comparison vector to obtain cScore.
  • the score of the candidate is set to max ⁇ Score, cScore-swapPenalty).
  • the SwapPenalty is initially set to log(l ⁇ ). Note that all comparison results from the bScore computation that do not involve names can be reused, and do not have to be recomputed.
  • the score is now transformed to a 0-100 scale at step 74. This is done based on the fields specified in the search criteria.
  • the transformed score is defined as
  • maxScore and minScore are the maximum and minimum possible achievable scores for the specified search criteria and are defined below.
  • a maximum score is defined by
  • maxScore is defined as the sum of maxScore j over all j where the locator field that is used to generate the / h component of the comparison vector is not blank in the search criteria.
  • minScor ⁇ j and minScore are defined for a set of search criteria. Note that for each j, maxScore j and minScore j can be computed at startup time, and that maxScore and minScore need to be computed once for each search based on which criteria are specified.
  • the record represents a "good” candidate, it is added to a list of records to return.
  • a candidate is considered good if the transformed match score exceeds a configured threshold which is initially set to 65.
  • the complete "most recent" record for that person identifier is retrieved.
  • the value in the now retrieved complete record is replaced with that in the candidate record.
  • FIG. 4 An exemplary table depicting database rows with a person's name, address, and phone number fields joined, is shown in FIG. 4.
  • the first column labeled "PersObjId” depicts a identification number for the subject being sought by the query.
  • the second column list a first name
  • the third column lists a last name
  • the fourth column lists an address for the subject
  • the fifth column lists a phone number for the subject
  • Ph. Ph.?, indicate whether the name, address, and phone number fields match the search criteria. For example, if the user searched for John Smythe, and has provided an address and phone number, and the database has a John Smith who has subsequently changed his name to Jack Smythe, as shown in the table of FIG. 5, the database records will be updated as shown in the bottom row of the table of FIG. 4, and the query results returned are shown in the table of FIG. 6.
  • frequencies of database values can be exploited to make the comparison of search criteria and database values more efficient.
  • the search criteria are strings SG for given name and SL for last name.
  • the retrieved pool of includes (DGj, DLi), (DG 2 , DL 2 ), so on to (DGioooo, DL 1O ooo)-
  • the fact is that among 10,000 strings DGi there is a much repetition.
  • the present invention can be implemented in various forms of hardware, software, firmware, special purpose processes, or a combination thereof.
  • the present invention can be implemented in software as an application program tangible embodied on a computer readable program storage device.
  • the application program can be uploaded to, and executed by, a machine comprising any suitable architecture.
  • FIG. 8 is a block diagram of an exemplary computer system for implementing data- sensitive filtering of database searches according to an embodiment of the invention.
  • a computer system 81 for implementing the present invention can comprise, inter alia, a central processing unit (CPU) 82, a memory 83 and an input/output (FO) interface 84.
  • the computer system 81 is generally coupled through the I/O interface 84 to a display 85 and various input devices 86 such as a mouse and a keyboard.
  • the support circuits can include circuits such as cache, power supplies, clock circuits, and a communication bus.
  • the memory 83 can include random access memory (RAM), read only memory (ROM), disk drive, tape drive, etc., or a combinations thereof.
  • the present invention can be implemented as a routine 87 that is stored in memory 83 and executed by the CPU 82 to process the data from the data base 88.
  • the computer system 81 is a general purpose computer system that becomes a specific purpose computer system when executing the routine 87 of the present invention.
  • the computer system 81 also includes an operating system and micro instruction code.
  • the various processes and functions described herein can either be part of the micro instruction code or part of the application program (or combination thereof) which is executed via the operating system.
  • various other peripheral devices can be connected to the computer platform such as an additional data storage device and a printing device.

Abstract

A method for data sensitive filtering in patient database searches includes providing (71) a search criteria comprising one or more search locator fields, determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying a predefined response time requirement, retrieving (72) said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria, scoring (73) each said candidate record by comparing a search criteria locator field with a corresponding retrieved record field, determining (75) whether said score of said candidate record exceeds a predefined threshold, and if said candidate score does exceed said threshold, adding said candidate record to a list of records to be returned in response to said search criteria.

Description

SYSTEM AND METHOD FOR DATA SENSITIVE FILTERING OF PATIENT DEMOGRAPHIC RECORD QUERIES
Cross Reference to Related United States Application
This application claims priority from "Data Sensitive Filtering in Search for Patient Demographic Records", U.S. Provisional Application No. 60/686,065 of Phan, et al, filed May 31, 2005, the contents of which are incorporated herein by reference.
Technical Field
This invention is directed to the searching and filtering of medical record database queries.
Discussion of the Related Art
An important functionality of a hospital information system is the ability to perform an error-tolerant search for a patient's record based on some input criteria. For example, hospital staff members frequently need to identify a patient based on as little as last name, first name and/or date of birth.
Two requirements of such a search are: (1) the search should be error tolerant because the search criteria may have errors, as compared with stored values in the hospital database; and (2) the search should terminate within a specified time, e.g. 1-2 seconds. These two requirements are competitive in a sense that more error tolerance requires longer response time. Suppose for example that a scoring algorithm can compare 10,000 records against search criteria each second and that the time allotted for scoring is 1 second. Then, in order to keep the response time within the specified limit, the system can retrieve at most 10,000 records of high potential from a demographic database containing possibly millions of records.
Normally, one can retrieve an appropriate pool of records for more detailed scoring by setting a filter that is a predefined condition that must be satisfied by a database record. Basically, one assumes that at least certain parts of the search criteria are correct and based on that information retrieve records from the database. In the example of search by last name and first name, a filter could be set by assuming that the first 4 characters of the first name and/or first 5 characters of the last name in the search criteria are correct. Therefore, the retrieved pool consists only of records that have the first 4 characters in the first name field and/or 5 characters in the last name field as the search criteria. Notice that the two logical connectors, AND and OR, have different effects on the number of records retrieved and on error tolerance. The AND connection assumes that both 4 characters of the first name and 5 characters of the last name are correct, but the number of records to be retrieved will be much fewer than using the OR connection, which however is more error tolerant because it assumes only either 4 characters of the first name or 5 characters of the last name are correct.
A disadvantage of this method is that by fixing filter positions in advance the size of the pool will vary greatly depending on the frequency of the search values. For example, the filter would retrieve too many records for search criteria "James Smith" while retrieving too few for search criteria "Zbigniew Brzezinski". In the former case, the time needed to complete the search could exceed the specified response time. In the latter case, the intended "true" record may fail to be included to the pool (therefore the search will fail) if a typographic error occurs in the first few characters of "Zbig" or "Brzez".
Summary of the Invention
Exemplary embodiments of the invention as described herein generally include methods and systems for data-sensitive filtering to retrieve high potential records from demographic database for comparison with an input criteria in searching for a patient's demographic record. The filter allows maximum error tolerance while keeping the response time within specified limit. A data sensitive filter according to an embodiment of the invention uses a filtering condition that is dependent on the frequency of the search values. These frequencies can be pre-computed and recalculated periodically (e.g. monthly, yearly) as the database is updated. For example, in case of searching for "James Smith", the filter should know that there are too many "James Smith" entries in the database and that it should use a stricter filtering condition or ask for additional information. In case of "Zbigniew Brzezinski" the filter should know that it is a rare name and relax the filter condition for example by assuming that only 2 first characters in the first name are correct (instead of 4) and that only the first 3 characters in the last name are correct (instead of 5). This kind of filter is maximizes error tolerance while guaranteeing a response time to be within limits.
According to an aspect of the invention, there is provided a method for data sensitive filtering in patient database searches, including providing a search criteria comprising one or more search locator fields, determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying a predefined response time requirement, retrieving said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria, scoring each said candidate record by comparing a search criteria locator field with a corresponding retrieved record field, determining whether said score of said candidate record exceeds a predefined threshold, and if said candidate score does exceed said threshold, adding said candidate record to a list of records to be returned in response to said search criteria.
According to a further aspect of the invention, the search criteria includes a first name and a last name, the method further comprising compiling a list of names equivalent to said first name in said search criteria.
According to a further aspect of the invention, comparing a search criteria locator field with a corresponding candidate record field comprises performing a field by field comparison of said locator field and said candidate record field pair to fill in components of a comparison result vector cj for a field pair j using a field comparison method predefined for each field pair for up to a predefined number of characters in said pair of fields, scoring said comparison result c,- based on one or more probabilities using a formula
score(c . ) = logtø, (c, ))- log(P0. (c, )) = log)
Figure imgf000005_0001
wherein Po/cj) and Pi/cj) are probabilities that are functions of the number of matching characters in said pair of fields, and summing score(cj) over all fields j where the both the locator field and the corresponding field in said candidate record are not blank to calculate a first score.
According to a further aspect of the invention, if both a first name and a last name are specified in the search criteria, swapping said first and last names in the search criteria, repeating said steps of performing a field by field comparison of the swapped locator field with the candidate record field, scoring said comparison result c/, and summing said score over all fields j to calculate a second score, and selecting a maximum of said first score and said second score minus a swap penalty.
According to a further aspect of the invention, the method comprises transforming said score to a 0 to 100 scale according to a formula
transformedScore = (score-minScore)/(maxScore-minScore)Ψo\OO
wherein maxScore-Σj maxScorej, minScore=Σj minScorep wherein the locator field that is used to generate the /h component of the comparison vector is not blank in the search criteria, and wherein maxScorej=max(score(cj)) and minScorej=mi(score(Cj)) over all possible values of c3-.
According to a further aspect of the invention, the field comparison method for a field is one of an exact distance match, a Hamming distance, and edit distance, and edit distance with swap, a first name distance, and a last name distance.
According to a further aspect of the invention, the method comprises, for each candidate record in said list of records to be returned, retrieving a most recent complete record from said database for said search locator field, for each field that has a nonempty value in said candidate record, replacing the field value in the retrieved complete record with the corresponding value in the candidate record, and adding the altered complete record to said database.
According to another aspect of the invention there is provided a method for data sensitive filtering in patient database searches, including providing a search criteria for retrieving one or more records from a database comprising one or more search locator fields, determining a maximum number of candidate records to be retrieved from said database, and a maximum response time for retrieving said records, determining a number of candidate records to be retrieved based on a number of characters in said search criteria being correct, determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying said response time requirements, and retrieving said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria.
According to a further aspect of the invention, if a number of candidate record retrievable using said retrieval formula falls below a minimum number of candidate records, reducing said number of characters in said search criteria assumed to be correct.
According to a further aspect of the invention, the maximum number of candidate records to be retrieved is determined from a frequency table of database values that represent probabilities of search criteria fields being included in said database, and wherein strings having probability values higher than a predefined threshold are stored in memory.
According to a further aspect of the invention, the threshold is based on the database size, required response time, and a speed of comparison between said search criteria and said candidate records.
According to a further aspect of the invention, the probabilities include probabilities of search criteria sub-fields being included in said database.
According to a further aspect of the invention, the method comprises comparing said search criteria with a first candidate record and storing a result of said comparison and said first candidate record in a table, searching for each subsequent candidate record by searching said table, wherein if said subsequent candidate record is not found in said table, comparing said subsequent candidate record with said search criteria and storing said comparison result and said subsequent candidate record in said table. According to a further aspect of the invention, the retrieval formula comprises a logical formula formed from said one or more search locator fields.
According to a further aspect of the invention, if said search criteria includes only one search field, basing said retrieval formula on a sub-string of said search field, and searching a dictionary of high frequency strings, and performing a database query if said search sub-string is not found in said dictionary.
According to a further aspect of the invention, if said search criteria includes more than two search fields, forming said logical formula from a disjunction of conjunction of pairs of search criteria.
According to a further aspect of the invention, if said search criteria includes two search fields, forming said logical formula from logical combinations of comparisons of the entire search fields and comparisons of partial search fields.
According to another aspect of the invention, there is provided a program storage device readable by a computer, tangibly embodying a program of instructions executable by the computer to perform the method steps for data sensitive filtering in patient database searches.
Brief Description of the Drawings
FIG. 1 is a table of field comparison methods, according to an embodiment of the invention.
FIG. 2 is a table of exemplary values of the probabilities Poj(cj), according to an embodiment of the invention.
FIG. 3 is a table of exemplary values of the probabilities Pi/cj), according to an embodiment of the invention.
FIG. 4 is a table illustrating database rows with a person's name, address and phone fields joined, according to an embodiment of the invention. FIG. 5 is a table depicting exemplary candidates for John Smythe, according to an embodiment of the invention.
FIG. 6 is a table illustrating exemplary query results reported for John Smythe, according to an embodiment of the invention.
FIG. 7 is a flow chart of data sensitive retrieval filtering process according to an embodiment of the invention.
FIG. 8 is a block diagram of an exemplary computer system for implementing a data sensitive retrieval filtering process according to an embodiment of the invention.
Detailed Description of the Preferred Embodiments
Exemplary embodiments of the invention as described herein generally include systems and methods for data sensitive filtering of searches for patient demographic records. Accordingly, while the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that there is no intent to limit the invention to the particular forms disclosed, but on the contrary, the invention is to cover all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.
Some medical databases store the history of all fields, so that a record retrieval shoild search the historical records as well. According to an embodiment of the invention, the demographic record of a person with historical information can be treated as being several records: for example, if there are 3 names, 2 addresses but only 1 value for every other demographic field for a person, then there will be 6 demographic records this person. It can be assumed that there will be a means of retrieving the most recent information for a given person, which shall be used to return a list of top candidates.
In addition, some databases support having multiple values for certain fields, such as name (legal, alias, pseudo) and address (residence, mailing, billing). The data structures representing demographic information should distinguish between the different fields. For convenience of retrieval and scoring, an algorithm according to an embodiment of the invention treats all these variants in a symmetric manner. Variants of a field are treated in exactly the same way as the historical values of that field.
In addition, values derived from the demographic records can be used to retrieve records for scoring. These demographic records are referred to as record linkage (RL) keys. For example, one can form a new string by concatenating the first 4 characters of a Last Name with last 4 characters of a Given Name and storing that in a database so that later one can use it to find a data row without calculating. According to an embodiment of the invention, the values of the RL keys will be pre-computed for the "most recent" values of the respective fields. This pre-computation can be extended to computing and storing historical values.
According to an embodiment of the invention, a exemplary medical database D has n records, with each record having m fields Fi, F2, ..., F1n. An exemplary retrieval request from this database involves retrieving records based on one or more strings si,..., s i that represent possibly noisy values of the fields Fi, ... , F1 of a record.
An answer to this request includes 2 parts:
(1) In a first part, a logical formula Φ is formed on the basis of the requested fields and input values. This formula is placed as an SQL query to retrieve data from database D. This results in a set of k records.
(2) In a second part, the k retrieved records are scored.
The cost of the solution is measured by the time needed to complete the request and by the desired accuracy. There is also a requirement that the total request processing time be less that some upper limit T:
Total time = retrieval time + scoring time,
Scoring time = h%a, where k is the number of records retrieved and a is the time needed for each scoring. Retrieval time is also sensitive to the number of records, although the dependence may not be linear. From the performance requirement one can roughly calculate the maximal number k that should be retrieved. There are several possible retrieval formulae.
One formula involves logical disjunction of simple logical formulae:
Figure imgf000011_0001
This formulation ensures that when at least one string is a correct value, then the intended record will be retrieved and scored.
Let Xi be the number of errors in string si. For a simple logical formula φ , let S(φ) be the number of records that satisfy φ . Then, the probability that Φ fails to retrieve the intended record is
Figure imgf000011_0002
and the number of records retrieved using Φ = φx v φ2... v φ, is
S(φ) = ∑S{φi)-∑s(φij)+∑Sijk)-.... ι=l ij i,j,k
For example, if 1=3, Φ = φx v φ2 v φ3 , and
S{φ) = ∑S(φi)-S(φι2)-S(φ2&φ,)-S(φ31)+S(φι23).
Another formulation involves logical conjunction:
Ψ = (F1=s1)&{F2=s2)...&(FI=sI).
In this case, the probability that the intended record will not be retrieved is
Figure imgf000012_0001
and the number of records retrieved is
S(ψ) = S(φi2... &φI ).
As an example of the use of these formulae, consider a database with n=106 records, and probabilities P(^1 ) =0.04, P(φ2) =0.03, and P(^3) =0.02. This implies that
S{φ1 )=4%10Λ, S((Z>2)=3%104, and S(φ3 )=2%104. Suppose that strings S1, s2, s3 having lengths 2, 6, and 4, respectively, are entered with an error rate of 0.05. Then, the probabilities that no error occurs in si, S2, S3 are, respectively, 0.5404, 0.7351, and 0.8145.
Using Φ as a retrieval formula, one has
S(φ) = 8.7xlO4
and
F(Φ) = 0.0226.
Using Ψ as a retrieval formula, one has
S(ψ) = 24,
and
F(ψ) = 0.6765.
This example illustrates that retrieval formulae using only OR-logic as well as using only AND-logic might not yield satisfactory results for opposite reasons. OR- logic leads to too many records that need to be retrieved and scored, while AND-logic leads to too high of a probability of failure to capture the intended record. One strategy to improve upon this scenario is to use a formula that is a disjunction of conjunctions of a smaller number of terms. For example, in the Z=J case, one would have:
r= fø &φ2)v(φ23)v{φ31).
This yields for the above example:
S(D = 2.6%104,
and
F(D = 0.2110.
The formulation of using disjunction of conjunction does not apply for the case of 1—2. The previous retrieval formulae were based on comparison of an entire string against the field values. Another formulation is based on comparison of a part of a field value. Let s(i) represent the ith character of a string and s(i, j) represent the substring of s that starts at i and ends at j.
Consider a retrieval formula of the form:
A = HF1 = Si )& {F2{i, j) = S2{i, j)))v {{F1{i, j) = Sl{i, j))& (F2 = s2)).
For example, if i—j=l, Δ retrieves all records with first field equal to sj and first character of second field equal to the first character of -»2, or with the second field equal to S2 and the first character of the first field equal to the first character of sj.
If it is assumed that the probability of the first character of field F/ is x, then P(F1(I) = Jc) = O.! . This is a conservative estimate since there are 26 letters in the alphabet.
This partial comparisons formulation ca be applied to calculate S(Δ) and F(Δ) for the numerical example above: S(Δ) = 0.58 XlO4 = (0.04x0.1 + 0.03x0.1 -O.O4xO.O3)xlO6 ,
F(Δ) = 0.1855 = 1- (0.5404x0.95 + 0.7351x0.95 -0.5404x0.7351).
In contrast, for Φ = (F1 = S1 ) v (F2 = S2 ) :
5(φ) = 6.88xl04 = (0.04 + 0.03 -0.04x0.03)xl06 ,
F(Φ) = 0.1218 = (l - 0.5404)x (1- 0.7351),
and for Ψ = (F1 = sx)v (F2 = S2 ) :
S(ψ) = 0.12xl04 = (0.04x0.03)xl06,
F(Ψ) = 0.6028.
The Δ formulation ca be extended to a form that handles 4 parameters i,j,h,k as follows:
Δ(/, j, h, k) = ((F1 (i, j) = S1 (/, j)) & (F2 (h,k) = S2 (Kk))) .
This formula takes q=(j-i)+(k-h) characters (j-i) of string si and (k-h) of s to compare with the corresponding values of the fields. Using two groups of characters for different strings (fields) in general is more efficient than taking the same number of characters from one string. The reason is that while it is reasonable to assume that two groups of characters in two strings are independent, it is not reasonable to make the assumption for groups of characters in the same string. For example, "Smith" is a common last name (the probability P(LastName = "Smith" )=0.03), but the conditional probability P(LastName(4,5) = "th"\LastName(l,3) = "Smi")is high (0.3).
Note that identification of a character to compare is not necessarily restricted to the natural position within a string. It can be from left or from the right, and may count only consonants or only vowels, or any subset of the alphabet. In addition, the selections of characters should ensure that the assumption of independence is reasonable. The case of only one input string sj presents different challenges. If S(Fj-si) is too large, it makes sense to detect this condition before spending time on searching. Suppose the maximum number of records that can be scored within the time limit is km. A list of field values whose frequency is greater than km can be stored, and a given string si can be checked against that list before launching a SQL retrieval. The number ft of such values is less than — . The probability that a search on the whole string fails
K to retrieve the intended record is
l -(l - r)' ,
where r is the error rate and I is the length of the input string. Most of the time, the issue is not that
Figure imgf000015_0001
is too large, but rather that the probability of failure is too high. For example, if .s is an entered last name of length 15 and the error rate is 0.05, then F(LastName=s)=0.5367. If such a failure level is not acceptable, then search conditions should be relaxed. For example, the search condition F](i,j)=s(i,j) can be used. If ,/-i=5 then the probability that the intended record fails to be retrieved is reduced to 0.2262.
Thus, when a search condition is one string, a partial search on the search is a better approach. For example, rather than searching for the whole string, it is better to use the first 5 or 6 characters as the database search criteria. In order to avoid retrieving too many records, a dictionary of high-frequency strings should be built, possibly before the first run. A user's search is then filtered through the dictionary before getting to the SQL query. If the user's search string is found in the dictionary, no SQL query will be issued and the user will be asked for more information. Note that for retrieval formulae using partial comparisons, the partial strings should be pre- computed.
When a user provided 2 strings, retrieval formulae Δ(i,j,h,k) provide a better balance between the number of records to retrieve and score and the error tolerance. When a use provides more than two strings, the disjunction of conjunction formulae are good search candidates. According to an embodiment of the invention, as a preliminary step, frequency information of database values should be collected. A set of character positions can be predefined within a string for each field on which patient searched are applied. For fields on which a patient search is applied, all records will be scanned and the frequency of all values will be counted. For example, suppose a patient search could be based on combinations of fields: for example, Last name, First name, Date of birth, Home address, medical record number (MRN) and Social Security number (SSN). The sets of positions can be arbitrary, but for sake of simplicity, one can assume that the positions selected are consecutive and count from the left (beginning) or right (end) of a string. Given a set of positions, the frequency of each distinct value is counted. A scan through a database counts frequencies of the following non-limiting, exemplary string values that are formed by first i characters of Last name, First name, Date of birth, Home address and last i characters of MRN, SSN. Value i can be 3, 4 and 5. For example, for i = 4 and First name field, the frequency for string "adle" counts given names "Adler", "Adley", "Adleen" etc.
The string frequencies then are converted into probabilities (proportions) by dividing the counts by the size of database. The probabilities are more stable over a period of time than the number of counts as the database itself gets updated.
These two steps are repeated periodically or whenever the database undergoes a significant update merger to reflect its current state.
Those strings that have probabilities higher than a pre-defined threshold are stored in memory. The threshold is determined based on the database size and required response time and comparison speed. For example, if it is desired to keep only strings that have a frequency count higher than 100 for database of size 1 million records, the threshold is set at 102/106=10"4. That is, only strings that have frequency higher than 100 are kept. Any string not found in the table can be assumed to have a very low frequency. The heavy skewness of distribution of realistic names means the number of strings satisfying this condition is often less than a few hundred. On the other hand, if one finds that the distribution of, e.g. the last 4 digits of the social security number (SSN) is practically uniform, (i.e. the probability of any string of 4 digits is the same), then one stores only that probability value.
A flow chart of data sensitive retrieval filtering process according to an embodiment of the invention is depicted in FIG. 7. Assuming that frequency information of database values has been tabulated, a search criteria is provided at step 71. The search criteria can comprise one or more strings of field values to be matched with appropriate records in a medical demographic database. Given this search criteria, the database search engine looks into frequency table to determine how many records the pool will have for each filtering formula if one assumes i characters of search criteria are correct and what logical connections are used. Once the search criteria have been accepted, the search criteria are normalized to break out the phone number, address, SSN, etc.
A table of exemplary field comparisons according to an embodiment of the invention is depicted in FIG. 1. This table shows 18 possible search criteria, one for each numbered row in the table. It should be noted that this selection of search criteria is exemplary and non-limiting, and more or fewer search criteria can be used according to an embodiment of the invention. The column labeled "Locator field" corresponds to locators provided with the search criteria, while the column labeled "Record Field" corresponds to records in the database. The column labeled "Distance Measure" indicates the field comparison method used to compare the locator and record of that row, and the last column, labeled "Limit", indicates the number of characters used in the comparison. The last row in the table indicates that a default comparison uses the EditDistance comparator with 2 characters.
From the search field configuration information, a list of names equivalent to the first name specified in the search criteria are retrieved, i.e., the list of all the names that belong to at least one of the groups that the specified first name belongs to. A person's first name may have different variations. For example, Robert-Bob-Bobby, or Theodore-Ted-Ed. Such name variations are considered equivalent. When a user wants to find Bob White, one should consider Robert White and Bobby White as worthwhile candidates. This list is referred to as sc.equivalentFirstNameList. In addition, in an embodiment of the invention, a phonetic encoding of the last name can be computed, for those databases that support searches based on those encodings.
Referring again to FIG. 7, at step 72, all demographic records where any one of the conditions listed below is true are retrieved from the database (here rec. refers to a record in the database, and sc. refers to the search criteria). As only the fields that are specified in the search criteria are used in scoring, only those fields that have been specified in the search criteria are retrieved for the candidates in order to prevent inefficiencies due to expensive joins in the retrieval process.
As an example, suppose the search criteria are "John Deer". Suppose the probability of string "john" is 0.01 and probability of string "Dee" is 0.015 in a database of 1 million records. The following situations are possible:
a) If one assumes that first 4 characters in first name are correct, then the pool will have 1,000,000%0.01=10,000 records. b) If one assumes that the first 3 characters of last name are correct, then the pool will have 15,000 records. c) If one assumes that first 4 characters of first name are correct AND the first 3 characters of last name are correct, then the pool size is l,000,000%0.01%0.015=150. d) If one assumes that first 4 characters of first name are correct OR the first 3 characters of last name are correct, then the pool size is estimated to be about 1,000,000%(0.01+0.015- 0.01%0.015)=24,850λ25,000.
Suppose in order to meet a response time requirement, the pool of records retrieved should not exceed 10,000. Then it is desired to find a filtering condition (logical formula) that allows maximum error tolerance while keeping the pool size within limits. For example, option (a) above is the best because it offers most error tolerance while satisfying time response requirement. Options (b) and (d) would be excluded because the pool would be too large. Option (c) is less preferable than (a) because for example if an error occurs in 3rd character (the correct name is John Dear) then (c) would fail to retrieve the record while (a) still does.
In some cases it can happen that none of available options deliver a pool of less than 10,000. For the example of the search for "James Smith", if the probability of "jame" is 0.12 and the probability of "smi" is 0.1, even option (c) using the AND connection would have 1,000,000%0.12%0.1=12,000. This means that the search could not be completed within specified time. Unless the user accepts longer response time, the system should ask for more information, for example Home address, and uses that information to restrict further the pool. For example, if the home address is "123 Main St", then one does not retrieve records from database by "Jame" + "Smi" but by "Jame" + "Smi" + "Main". The best filter would be one that retrieves records by the first 4 characters of the home address, which results in l,000,000%0.009=9,000 records.
In case of rare names like "Zbigniew Brzezinski", with the probability of "zbig" = 0.00001 and the probability of "brz"= 0.0001, even the option assuming 4 characters of first name OR 3 characters of last name will result in only about 1,000,000%(0.0001+0.0001)=110 records. In this case, one can relax the assumption by assuming only 3 characters of first name or 3 characters of last names are correct. That tolerates the error in the 4th character of first name.
An exemplary, non-limiting list of conditions according to an embodiment of the invention is as follows. An "(RL key)" following a condition indicates that the condition is a pre-calculated record linkage.
a. Names: i.Sc.lastname=rec.lastname ii.Sc.firstname=rec.firstname iii.Sc.lastnamephonetic=rec.lastnamephonetic (RL key)
iv. Sc.lastname has length >=4 AND rec.lastname starts with sc.lastname v. (includeNickNameInQuery=true) AND Rec.firstname is present in sc.equivalentFirstNameList
vi.Rec.firstname=sc.lastname AND rec.lastname=sc.firstname vii.Sc.lastNameFirst4Chars=rec.lastNameFirst4Chars (RL key) b. Address i.Sc.addressLinel=rec.addressLinel ii.Sc.houseNo=rec.houseNo (RL key) iii.Sc.streetName=rec.streetName (RL key) c. Phone Number i.sc.phoneNo=rec.phoneNo (7 digits after area code, RL key) d. Date of birth i. Sc.birthMonth=rec.birthMonth AND sc.birthDate=rec.birthDate AND sc.birthYear=rec.birthYear
e. Person Identifiers i.Sc.SSN=rec.SSN ii.Sc.SSNLast4Chars=rec.SSNLast4Chars (RL Key) iii.Sc.personNumber=rec.personNumber iv.Sc.medicalRecordNumber=rec.medicalRecordNumber
At step 73, each candidate record retrieved from the database is scored as follows. The given locator is compared with the candidate to generate a comparison vector having a component for search criteria field. A field vs. field comparison is performed to fill in the components of the comparison vector. According to an embodiment of the invention, the field comparison methods listed in FIG. 1 are used. The field comparison methods in this list are exemplary and non-limiting, and other field comparison methods can be used in other embodiment of the invention. For each specified search criterion that is not explicitly listed in the comparison configuration, a default comparison method is used to compare that field with the same field in the record retrieved from the database.
Fields are compared by computing the specified string distance between them, with the added constraint that the distance saturates at a given (field dependent) upper limit. Any distances larger than this upper limit are set to the limit e.g., first names are compared using edit distance (5) (described below) means that the result of comparison of the first names in two records is the edit distance between them if this distance is less than 5, else it is set to 5.
A list of exemplary, non-limiting string distance functions for field comparisons (all string metrics are case insensitive) is as follows.
a. Exact Match Distance: 0 when strings match exactly, else it is 1. b. Hamming Distance: counts the number of places in which two strings of the same length differ (e.g. distance between 1000 and 1010 is 1, and that between 1000 and 0100 is 2). If the lengths of the two strings are different, then the distance should be the sum of the difference in lengths and the Hamming distance between the shorter string, and the prefix of the longer string of length equal to that of the shorter string. c. Edit Distance: counts the smallest number of basic (single character) edit operations (insertion, deletion, replacement) required to transform one string into the other (e.g., distance between John and Jon is 1, John and Jonh is 2, John and Jo is 2). d. Edit Distance With Swap: includes swapping adjacent characters as an extra operation in the above definition. (Note that the implementation being used is wrong as per this definition, but is good enough for our application as it may be correct under the assumption that any character position is involved in at most one swapping operation). e. First Name Distance: If the two strings are equal, the distance is 0, if one is a prefix of the other, or there is a group of commonly used names that includes both strings, then the distance is 1, else it is the edit distance with swap between the two. f. Last Name Distance: If the two strings are equal, the distance is 0, else if one is a prefix of the other, then the distance is 1, if the edit distance is greater than 2 and the two strings have the same phonetic encoding, then the last name distance is 2, else it is the edit distance with swap between the two. Next, the comparison vector is scored using the probability information specified in the configuration file to obtain a score. An exemplary, non-limiting formula used for scoring a comparison result c/ for a field 7 is:
score(Cj )
Figure imgf000022_0001
and bScore is defined as the sum of score(q) over all j where the both the locator field and the corresponding field in the demographic record are not blank. The probability parameters Py(cj) in the formula reflect string frequencies and data quality, and the range of values taken by 9 also depends on the comparison methods used.
Exemplary values for first probabilities Po/cj) and second probabilities Pi/cj) are displayed in the tables of FIGS. 2 and 3. The format of each of these tables is the same. Referring to FIG. 2, the index j refers to the row number (i.e. search criteria locator field), and up to 5 columns of numbers are displayed to the left of the corresponding field name. The 5 columns correspond to the fact that according to an embodiment of the invention the maximum number of characters used for a field retrieval is 5 characters, as seen in the "Limits" column of the table of FIG. 1. For a given row, proceeding from left to right, the probability values monotonically increase, reflecting a higher probability of a match between the locator field and the record field as there are characters in common. Thus, referring to the "First Name" field, if only the first characters of the locator field and the record field match, the probability value is low: 0.003, while if the first 5 characters match, the probability value is higher: 0.85.
If both first and last names are specified in the search criteria, the first and last names are also swapped in the search criteria and the new search criteria is scored against the record by repeating steps of comparing the locator with the candidate and scoring the comparison vector to obtain cScore. The score of the candidate is set to maxφScore, cScore-swapPenalty). The SwapPenalty is initially set to log(lθ). Note that all comparison results from the bScore computation that do not involve names can be reused, and do not have to be recomputed. Referring back to FIG. 7, the score is now transformed to a 0-100 scale at step 74. This is done based on the fields specified in the search criteria. The transformed score is defined as
transformedScore = (score-minScore)/(maxScore-minScore)% 100
where score is that obtained in the previous step, and maxScore and minScore are the maximum and minimum possible achievable scores for the specified search criteria and are defined below. A maximum score is defined by
maxScorej = max(score(cj))
over all possible values of c/. For a given set of search criteria, maxScore is defined as the sum of maxScorej over all j where the locator field that is used to generate the /h component of the comparison vector is not blank in the search criteria. Similarly, minScorβj and minScore are defined for a set of search criteria. Note that for each j, maxScorej and minScorej can be computed at startup time, and that maxScore and minScore need to be computed once for each search based on which criteria are specified.
If, at step 75, the record represents a "good" candidate, it is added to a list of records to return. According to an embodiment of the invention, a candidate is considered good if the transformed match score exceeds a configured threshold which is initially set to 65. For each candidate record in the list of records to return, the complete "most recent" record for that person identifier is retrieved. For each field that has a non-empty value in the candidate record, the value in the now retrieved complete record is replaced with that in the candidate record.
An exemplary table depicting database rows with a person's name, address, and phone number fields joined, is shown in FIG. 4. Referring now to the figure, the table has 8 rows of data for a search query for John Smythe. The first column, labeled "PersObjId", depicts a identification number for the subject being sought by the query. The second column, "FN", list a first name, the third column, "LN", lists a last name, the fourth column, "AddressLinel", lists an address for the subject, the fifth column, "Ph. #", list a phone number for the subject, while the sixth, seventh and eighth columns, labeled, respectively, "Curr. Name?", "Curr. Addr.?", and "Curr. Ph.?", indicate whether the name, address, and phone number fields match the search criteria. For example, if the user searched for John Smythe, and has provided an address and phone number, and the database has a John Smith who has subsequently changed his name to Jack Smythe, as shown in the table of FIG. 5, the database records will be updated as shown in the bottom row of the table of FIG. 4, and the query results returned are shown in the table of FIG. 6.
According to an embodiment of the invention, frequencies of database values can be exploited to make the comparison of search criteria and database values more efficient. Suppose that the search criteria are strings SG for given name and SL for last name. The retrieved pool of includes (DGj, DLi), (DG2, DL2), so on to (DGioooo, DL1Oooo)- The fact is that among 10,000 strings DGi there is a much repetition. One can take advantage of that fact to speed up the overall comparison. Instead of comparing SG with each of DGu beginning from i=l, compare SG with DGu store DGi, and put the result in a table. For i=2 and up, search for DGi in the table, and if found, use the result stored. Jf a DGj is not found, do the comparison of SG and Dd and store the result in the table.
It is to be understood that the present invention can be implemented in various forms of hardware, software, firmware, special purpose processes, or a combination thereof. In one embodiment, the present invention can be implemented in software as an application program tangible embodied on a computer readable program storage device. The application program can be uploaded to, and executed by, a machine comprising any suitable architecture.
FIG. 8 is a block diagram of an exemplary computer system for implementing data- sensitive filtering of database searches according to an embodiment of the invention. Referring now to FIG. 8, a computer system 81 for implementing the present invention can comprise, inter alia, a central processing unit (CPU) 82, a memory 83 and an input/output (FO) interface 84. The computer system 81 is generally coupled through the I/O interface 84 to a display 85 and various input devices 86 such as a mouse and a keyboard. The support circuits can include circuits such as cache, power supplies, clock circuits, and a communication bus. The memory 83 can include random access memory (RAM), read only memory (ROM), disk drive, tape drive, etc., or a combinations thereof. The present invention can be implemented as a routine 87 that is stored in memory 83 and executed by the CPU 82 to process the data from the data base 88. As such, the computer system 81 is a general purpose computer system that becomes a specific purpose computer system when executing the routine 87 of the present invention.
The computer system 81 also includes an operating system and micro instruction code. The various processes and functions described herein can either be part of the micro instruction code or part of the application program (or combination thereof) which is executed via the operating system. In addition, various other peripheral devices can be connected to the computer platform such as an additional data storage device and a printing device.
It is to be further understood that, because some of the constituent system components and method steps depicted in the accompanying figures can be implemented in software, the actual connections between the systems components (or the process steps) may differ depending upon the manner in which the present invention is programmed. Given the teachings of the present invention provided herein, one of ordinary skill in the related art will be able to contemplate these and similar implementations or configurations of the present invention.
While the present invention has been described in detail with reference to a preferred embodiment, those skilled in the art will appreciate that various modifications and substitutions can be made thereto without departing from the spirit and scope of the invention as set forth in the appended claims.

Claims

WHAT IS CLAIMED IS:
1. A method for data sensitive filtering in patient database searches, said method comprising the steps of: providing a search criteria comprising one or more search locator fields; determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying a predefined response time requirement; retrieving said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria; scoring each said candidate record by comparing a search criteria locator field with a corresponding retrieved record field; determining whether said score of said candidate record exceeds a predefined threshold, and if said candidate score does exceed said threshold, adding said candidate record to a list of records to be returned in response to said search criteria.
2. The method of claim 1, wherein said search criteria includes a first name and a last name, the method further comprising compiling a list of names equivalent to said first name in said search criteria.
3. The method of claim 1, wherein comparing a search criteria locator field with a corresponding candidate record field comprises performing a field by field comparison of said locator field and said candidate record field pair to fill in components of a comparison result vector Cj for a field pairy" using a field comparison method predefined for each field pair for up to a predefined number of characters in said pair of fields, scoring said comparison result q based on one or more probabilities using a formula
score(Cj ) = logfø, (c . )) - log(po . (Cj )) =
Figure imgf000026_0001
wherein POJ(CJ) and Pj/Cj) are probabilities that are functions of the number of matching characters in said pair of fields; and summing score(cj) over all fields j where the both the locator field and the corresponding field in said candidate record are not blank to calculate a first score.
4. The method of claim 3, wherein if both a first name and a last name are specified in the search criteria, swapping said first and last names in the search criteria, repeating said steps of performing a field by field comparison of the swapped locator field with the candidate record field, scoring said comparison result c/, and summing said score over all fields j to calculate a second score, and selecting a maximum of said first score and said second score minus a swap penalty.
5. The method of claim 4, further comprising transforming said score to a 0 to 100 scale according to a formula transformedScore = (score-minScore)/(maxScore-minScore)% 100 wherein maxScore=Σj maxScorβj, minScore=Σj minScorej, wherein the locator field that is used to generate the/11 component of the comparison vector is not blank in the search criteria, and wherein maxScorej=max(score(cj)) and minScorej=mi(score(cj)) over all possible values of Cj.
6. The method of claim 3, wherein said field comparison method for a field is one of an exact distance match, a Hamming distance, and edit distance, and edit distance with swap, a first name distance, and a last name distance.
7. The method of claim 1, further comprising, for each candidate record in said list of records to be returned, retrieving a most recent complete record from said database for said search locator field; for each field that has a non-empty value in said candidate record, replacing the field value in the retrieved complete record with the corresponding value in the candidate record; and adding the altered complete record to said database.
8. A method for data sensitive filtering in patient database searches, said method comprising the steps of: providing a search criteria for retrieving one or more records from a database comprising one or more search locator fields; determining a maximum number of candidate records to be retrieved from said database, and a maximum response time for retrieving said records; determining a number of candidate records to be retrieved based on a number of characters in said search criteria being correct; determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying said response time requirements; and retrieving said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria.
9. The method of claim 8, wherein if a number of candidate record retrievable using said retrieval formula falls below a minimum number of candidate records, reducing said number of characters in said search criteria assumed to be correct.
10. The method of claim 8, wherein said maximum number of candidate records to be retrieved is determined from a frequency table of database values that represent probabilities of search criteria fields being included in said database, and wherein strings having probability values higher than a predefined threshold are stored in memory.
11. The method of claim 10, wherein said threshold is based on the database size, required response time, and a speed of comparison between said search criteria and said candidate records.
12. The method of claim 10 wherein said probabilities include probabilities of search criteria sub-fields being included in said database.
13. The method of claim 8 further comprising: comparing said search criteria with a first candidate record and storing a result of said comparison and said first candidate record in a table; searching for each subsequent candidate record by searching said table, wherein if said subsequent candidate record is not found in said table, comparing said subsequent candidate record with said search criteria and storing said comparison result and said subsequent candidate record in said table.
14. The method of claim 18 wherein said retrieval formula comprises a logical formula formed from said one or more search locator fields.
15. The method of claim 14, wherein if said search criteria includes only one search field, basing said retrieval formula on a sub-string of said search field, and searching a dictionary of high frequency strings, and performing a database query if said search sub-string is not found in said dictionary.
16. The method of claim 14, wherein if said search criteria includes more than two search fields, forming said logical formula from a disjunction of conjunction of pairs of search criteria.
17. The method of claim 14, wherein if said search criteria includes two search fields, forming said logical formula from logical combinations of comparisons of the entire search fields and comparisons of partial search fields.
18. A program storage device readable by a computer, tangibly embodying a program of instructions executable by the computer to perform the method steps for data sensitive filtering in patient database searches, said method comprising the steps of: providing a search criteria comprising one or more search locator fields; determining a retrieval formula from said search criteria that maximizes error tolerance in said search criteria while satisfying a predefined response time requirement; retrieving said candidate records from said database, wherein if no retrieval formula can be found to satisfies said response time requirements, requesting additional search criteria; scoring each said candidate record by comparing a search criteria locator field with a corresponding retrieved record field; determining whether said score of said candidate record exceeds a predefined threshold, and if said candidate score does exceed said threshold, adding said candidate record to a list of records to be returned in response to said search criteria.
19. The computer readable program storage device of claim 18, wherein said search criteria includes a first name and a last name, the method further comprising compiling a list of names equivalent to said first name in said search criteria.
20. The computer readable program storage device of claim 18, wherein comparing a search criteria locator field with a corresponding candidate record field comprises performing a field by field comparison of said locator field and said candidate record field pair to fill in components of a comparison result vector c}- for a field pairj using a field comparison method predefined for each field pair for up to a predefined number of characters in said pair of fields, scoring said comparison result CJ based on one or more probabilities using a formula
score(Cj )
Figure imgf000030_0001
wherein Pqι(cj) and Pi/q) are probabilities that are functions of the number of matching characters in said pair of fields; and summing score(cj) over all fields j where the both the locator field and the corresponding field in said candidate record are not blank to calculate a first score.
21. The computer readable program storage device of claim 20, wherein if both a first name and a last name are specified in the search criteria, swapping said first and last names in the search criteria, repeating said steps of performing a field by field comparison of the swapped locator field with the candidate record field, scoring said comparison result c/, and summing said score over all fields j to calculate a second score, and selecting a maximum of said first score and said second score minus a swap penalty.
22. The computer readable program storage device of claim 21, the method further comprising transforming said score to a 0 to 100 scale according to a formula transfomiedScore — (score-minScore)/(maxScore-minScore)%lOO wherein nιaxScore=Σj maxScorej, minScore=Σj minScorβj, wherein the locator field that is used to generate the /h component of the comparison vector is not blank in the search criteria, and wherein maxScorej=max(score(Cj)) and minScorej=mi(score(cj)) over all possible values of c/.
23. The computer readable program storage device of claim 20, wherein said field comparison method for a field is one of an exact distance match, a Hamming distance, and edit distance, and edit distance with swap, a first name distance, and a last name distance.
24. The computer readable program storage device of claim 18, the method further comprising, for each candidate record in said list of records to be returned, retrieving a most recent complete record from said database for said search locator field; for each field that has a non-empty value in said candidate record, replacing the field value in the retrieved complete record with the corresponding value in the candidate record; and adding the altered complete record to said database.
PCT/US2006/021068 2005-05-31 2006-05-31 System and method for data sensitive filtering of patient demographic record queries WO2006130658A1 (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
CA002609916A CA2609916A1 (en) 2005-05-31 2006-05-31 System and method for data sensitive filtering of patient demographic record queries
EP06771699A EP1886239A1 (en) 2005-05-31 2006-05-31 System and method for data sensitive filtering of patient demographic record queries
CN2006800188156A CN101194258B (en) 2005-05-31 2006-05-31 System and method for data sensitive filtering of patient demographic record queries
JP2008514799A JP2008546098A (en) 2005-05-31 2006-05-31 Data-dependent filtering system and method for patient demographic record query
AU2006252583A AU2006252583B2 (en) 2005-05-31 2006-05-31 System and method for data sensitive filtering of patient demographic record queries

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US68606505P 2005-05-31 2005-05-31
US60/686,065 2005-05-31

Publications (1)

Publication Number Publication Date
WO2006130658A1 true WO2006130658A1 (en) 2006-12-07

Family

ID=37023039

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2006/021068 WO2006130658A1 (en) 2005-05-31 2006-05-31 System and method for data sensitive filtering of patient demographic record queries

Country Status (7)

Country Link
US (1) US9336283B2 (en)
EP (1) EP1886239A1 (en)
JP (1) JP2008546098A (en)
CN (1) CN101194258B (en)
AU (1) AU2006252583B2 (en)
CA (1) CA2609916A1 (en)
WO (1) WO2006130658A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102314488A (en) * 2010-06-30 2012-01-11 尼尔森(美国)有限公司 Distribute to specific demography and utilization rate and to obtain the method and apparatus of anonymous audience measurement data from webserver data
AU2009251198B2 (en) * 2008-12-29 2012-08-30 Accenture Global Services Limited Entity assessment and ranking
US8707340B2 (en) 2004-04-23 2014-04-22 The Nielsen Company (Us), Llc Methods and apparatus to maintain audience privacy while determining viewing of video-on-demand programs

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7657540B1 (en) 2003-02-04 2010-02-02 Seisint, Inc. Method and system for linking and delinking data records
US8310336B2 (en) * 2008-10-10 2012-11-13 Masimo Corporation Systems and methods for storing, analyzing, retrieving and displaying streaming medical data
US8266168B2 (en) 2008-04-24 2012-09-11 Lexisnexis Risk & Information Analytics Group Inc. Database systems and methods for linking records and entity representations with sufficiently high confidence
US10007758B2 (en) 2009-03-04 2018-06-26 Masimo Corporation Medical monitoring system
US9323894B2 (en) 2011-08-19 2016-04-26 Masimo Corporation Health care sanitation monitoring system
EP3605550A1 (en) 2009-03-04 2020-02-05 Masimo Corporation Medical monitoring system
US10032002B2 (en) 2009-03-04 2018-07-24 Masimo Corporation Medical monitoring system
US8412755B2 (en) * 2009-06-23 2013-04-02 Hewlett-Packard Development Company, L.P. Permuting records in a database for leak detection and tracing
US9411859B2 (en) 2009-12-14 2016-08-09 Lexisnexis Risk Solutions Fl Inc External linking based on hierarchical level weightings
US20120089604A1 (en) * 2010-10-08 2012-04-12 Jocelyn Siu Luan Hamilton Computer-Implemented Systems And Methods For Matching Records Using Matchcodes With Scores
US9594853B2 (en) * 2013-08-30 2017-03-14 International Business Machines Corporation Combined deterministic and probabilistic matching for data management
US9443015B1 (en) * 2013-10-31 2016-09-13 Allscripts Software, Llc Automatic disambiguation assistance for similar items in a set
US10026114B2 (en) * 2014-01-10 2018-07-17 Betterdoctor, Inc. System for clustering and aggregating data from multiple sources
US10685743B2 (en) 2014-03-21 2020-06-16 Ehr Command Center, Llc Data command center visual display system
US20150317393A1 (en) 2014-04-30 2015-11-05 Cerner Innovation, Inc. Patient search with common name data store
US20150317311A1 (en) * 2014-04-30 2015-11-05 Cerner Innovation, Inc. Patient search quality indicator
CA3056387A1 (en) 2017-03-13 2018-09-20 Chartspan Medical Technologies, Inc. Interoperable record matching process
US20190197428A1 (en) 2017-12-27 2019-06-27 Cerner Innovation, Inc. Systems and methods for refactoring a knowledge model to increase domain knowledge and reconcile electronic records
CN110851459B (en) * 2018-07-25 2021-08-13 上海柯林布瑞信息技术有限公司 Searching method and device, storage medium and server
US11837334B2 (en) 2019-08-29 2023-12-05 Shrpro, Llc Whole-life, medication management, and ordering display system
US11675805B2 (en) 2019-12-16 2023-06-13 Cerner Innovation, Inc. Concept agnostic reconcilation and prioritization based on deterministic and conservative weight methods

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5806061A (en) * 1997-05-20 1998-09-08 Hewlett-Packard Company Method for cost-based optimization over multimeida repositories
US20030009446A1 (en) * 1999-03-18 2003-01-09 Nipun Agarwal Method and mechanism for extending native optimization in a database system
US6507840B1 (en) * 1999-12-21 2003-01-14 Lucent Technologies Inc. Histogram-based approximation of set-valued query-answers
WO2004049240A1 (en) * 2002-11-28 2004-06-10 Nokia Corporation Method and device for determining and outputting the similarity between two data strings

Family Cites Families (62)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5084815A (en) 1986-05-14 1992-01-28 At&T Bell Laboratories Sorting and merging of files in a multiprocessor
US5544044A (en) 1991-08-02 1996-08-06 United Healthcare Corporation Method for evaluation of health care quality
US5506984A (en) 1993-06-30 1996-04-09 Digital Equipment Corporation Method and system for data retrieval in a distributed system using linked location references on a plurality of nodes
JP3621449B2 (en) * 1993-12-14 2005-02-16 株式会社東芝 Similar information retrieval apparatus and method
US5724968A (en) 1993-12-29 1998-03-10 First Opinion Corporation Computerized medical diagnostic system including meta function
US5560005A (en) 1994-02-25 1996-09-24 Actamed Corp. Methods and systems for object-based relational distributed databases
US5497486A (en) 1994-03-15 1996-03-05 Salvatore J. Stolfo Method of merging large databases in parallel
US5724597A (en) * 1994-07-29 1998-03-03 U S West Technologies, Inc. Method and system for matching names and addresses
US5737539A (en) 1994-10-28 1998-04-07 Advanced Health Med-E-Systems Corp. Prescription creation system
US5729730A (en) 1995-03-28 1998-03-17 Dex Information Systems, Inc. Method and apparatus for improved information storage and retrieval system
US5664109A (en) 1995-06-07 1997-09-02 E-Systems, Inc. Method for extracting pre-defined data items from medical service records generated by health care providers
US5899998A (en) 1995-08-31 1999-05-04 Medcard Systems, Inc. Method and system for maintaining and updating computerized medical records
US5680611A (en) 1995-09-29 1997-10-21 Electronic Data Systems Corporation Duplicate record detection
US5907839A (en) 1996-07-03 1999-05-25 Yeda Reseach And Development, Co., Ltd. Algorithm for context sensitive spelling correction
US5903889A (en) 1997-06-09 1999-05-11 Telaric, Inc. System and method for translating, collecting and archiving patient records
US5895461A (en) 1996-07-30 1999-04-20 Telaric, Inc. Method and system for automated data storage and retrieval with uniform addressing scheme
US5745900A (en) 1996-08-09 1998-04-28 Digital Equipment Corporation Method for indexing duplicate database records using a full-record fingerprint
US5924074A (en) 1996-09-27 1999-07-13 Azron Incorporated Electronic medical records system
US6168568B1 (en) 1996-10-04 2001-01-02 Karmel Medical Acoustic Technologies Ltd. Phonopneumograph system
US5968109A (en) 1996-10-25 1999-10-19 Navigation Technologies Corporation System and method for use and storage of geographic data on physical media
US6061503A (en) 1996-11-06 2000-05-09 Zenith Electronics Corporation Method for resolving conflicts among time-based data
JP3460171B2 (en) 1997-03-14 2003-10-27 大日本スクリーン製造株式会社 Data search method
JPH10260990A (en) * 1997-03-18 1998-09-29 Nippon Telegr & Teleph Corp <Ntt> Method for accelerating sample retrieval
US6816880B1 (en) 1997-03-26 2004-11-09 Concerto Software, Inc. Browser user inter face for client workstation
US6082776A (en) 1997-05-07 2000-07-04 Feinberg; Lawrence E. Storing personal medical information
JPH10326286A (en) * 1997-05-27 1998-12-08 Mitsubishi Electric Corp Similarity retrieval device and recording medium where similarity retrival program is recorded
US6052685A (en) 1997-08-13 2000-04-18 Mosaix, Inc. Integration of legacy database management systems with ODBC-compliant application programs
KR20010023028A (en) * 1997-08-20 2001-03-26 맥슨 시스템스 아이엔시. (런던) 엘티디. A method for locating stored entries in an electronic directory and communication apparatus
US6018735A (en) * 1997-08-22 2000-01-25 Canon Kabushiki Kaisha Non-literal textual search using fuzzy finite-state linear non-deterministic automata
US6266675B1 (en) 1997-10-07 2001-07-24 Phycom Corporation System and method for using a relational database to enable the dynamic configuration of an application program
JPH11120179A (en) * 1997-10-17 1999-04-30 Sanyo Electric Co Ltd Retrieval condition input method and information retrieval device
US6205446B1 (en) 1997-10-31 2001-03-20 Selectica, Inc. Method for merging multiple knowledge bases into one optimized and compressed knowledge base
US6295541B1 (en) 1997-12-16 2001-09-25 Starfish Software, Inc. System and methods for synchronizing two or more datasets
JPH11203320A (en) 1998-01-20 1999-07-30 Hitachi Ltd Database pre-processing system
CA2239015C (en) 1998-02-24 2005-12-20 Luc Bessette Method and apparatus for the management of data files
US6158673A (en) 1998-03-02 2000-12-12 Ecolab Inc. Portable unit wall unit dispensers and method of dispensing
JPH11259518A (en) * 1998-03-13 1999-09-24 Hitachi Ltd Data base retrieval method
US6666874B2 (en) 1998-04-10 2003-12-23 Endicor Medical, Inc. Rotational atherectomy system with serrated cutting tip
US6119126A (en) 1998-05-29 2000-09-12 Oracle Corporation Object-relational query builder which determines existence of structures from information loaded from the server and cached locally on the client computing system
US7216091B1 (en) 1998-06-26 2007-05-08 American Express Travel Related Services Company, Inc. Stored value transaction system including an integrated database server
CA2336303A1 (en) 1999-04-28 2000-11-02 Alean Kirnak Electronic medical record registry including data replication
US6565609B1 (en) 1999-06-15 2003-05-20 Microsoft Corporation Translating data into HTML while retaining formatting and functionality for returning the translated data to a parent application
EP1077415A1 (en) 1999-08-19 2001-02-21 Humetrix, Inc. System and method for remotely accessing user data records
WO2001022285A2 (en) 1999-09-21 2001-03-29 Borthwick Andrew E A probabilistic record linkage model derived from training data
US6606744B1 (en) 1999-11-22 2003-08-12 Accenture, Llp Providing collaborative installation management in a network-based supply chain environment
US20010051879A1 (en) 1999-12-01 2001-12-13 Johnson Robin D. System and method for managing security for a distributed healthcare application
US20020007284A1 (en) 1999-12-01 2002-01-17 Schurenberg Kurt B. System and method for implementing a global master patient index
US20010051880A1 (en) 1999-12-01 2001-12-13 Schurenberg Kurt B. System and method for connecting a healthcare business to a plurality of laboratories
US20010051881A1 (en) 1999-12-22 2001-12-13 Aaron G. Filler System, method and article of manufacture for managing a medical services network
US6988075B1 (en) 2000-03-15 2006-01-17 Hacker L Leonard Patient-controlled medical information system and method
US6701345B1 (en) 2000-04-13 2004-03-02 Accenture Llp Providing a notification when a plurality of users are altering similar data in a health care solution environment
JP2002140364A (en) * 2000-10-31 2002-05-17 Seiko Epson Corp Information retrieval system, contents retrieval system contents distribution system, and storage medium
US7039878B2 (en) * 2000-11-17 2006-05-02 Draeger Medical Systems, Inc. Apparatus for processing and displaying patient medical information
US20020082870A1 (en) * 2000-11-20 2002-06-27 Mark Penny System and method for processing patient medical information
US20020073099A1 (en) * 2000-12-08 2002-06-13 Gilbert Eric S. De-identification and linkage of data records
US6636850B2 (en) * 2000-12-28 2003-10-21 Fairisaac And Company, Inc. Aggregate score matching system for transaction records
US7152060B2 (en) * 2002-04-11 2006-12-19 Choicemaker Technologies, Inc. Automated database blocking and record matching
JP2004054619A (en) * 2002-07-19 2004-02-19 Nec Soft Ltd Document search system and method and document search program
US7296011B2 (en) * 2003-06-20 2007-11-13 Microsoft Corporation Efficient fuzzy match for evaluating data records
JP4129819B2 (en) * 2003-10-06 2008-08-06 インターナショナル・ビジネス・マシーンズ・コーポレーション Database search system, search method thereof, and program
US7340448B2 (en) * 2003-11-13 2008-03-04 International Business Machines Corporation Method, apparatus, and computer program product for implementing enhanced query governor functions
US7254774B2 (en) * 2004-03-16 2007-08-07 Microsoft Corporation Systems and methods for improved spell checking

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5806061A (en) * 1997-05-20 1998-09-08 Hewlett-Packard Company Method for cost-based optimization over multimeida repositories
US20030009446A1 (en) * 1999-03-18 2003-01-09 Nipun Agarwal Method and mechanism for extending native optimization in a database system
US6507840B1 (en) * 1999-12-21 2003-01-14 Lucent Technologies Inc. Histogram-based approximation of set-valued query-answers
WO2004049240A1 (en) * 2002-11-28 2004-06-10 Nokia Corporation Method and device for determining and outputting the similarity between two data strings

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
OZSOYOGLU G ET AL: "Processing real-time, non-aggregate queries with time-constraints in CASE-DB", DATA ENGINEERING, 1992. PROCEEDINGS. EIGHTH INTERNATIONAL CONFERENCE ON TEMPE, AZ, USA 2-3 FEB. 1992, LOS ALAMITOS, CA, USA,IEEE COMPUT. SOC, US, 2 February 1992 (1992-02-02), pages 410 - 417, XP010026781, ISBN: 0-8186-2545-7 *
OZSOYOGLU: "Processing Real-Time, non-aggregate queries with time constraints in CASE-DB", DATA ENGINEERING, 2 February 1992 (1992-02-02), pages 410 - 417

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8707340B2 (en) 2004-04-23 2014-04-22 The Nielsen Company (Us), Llc Methods and apparatus to maintain audience privacy while determining viewing of video-on-demand programs
US9565473B2 (en) 2004-04-23 2017-02-07 The Nielsen Company (Us), Llc Methods and apparatus to maintain audience privacy while determining viewing of video-on-demand programs
AU2009251198B2 (en) * 2008-12-29 2012-08-30 Accenture Global Services Limited Entity assessment and ranking
US8639682B2 (en) 2008-12-29 2014-01-28 Accenture Global Services Limited Entity assessment and ranking
CN102314488A (en) * 2010-06-30 2012-01-11 尼尔森(美国)有限公司 Distribute to specific demography and utilization rate and to obtain the method and apparatus of anonymous audience measurement data from webserver data
US8903864B2 (en) 2010-06-30 2014-12-02 The Nielsen Company (Us), Llc Methods and apparatus to obtain anonymous audience measurement data from network server data for particular demographic and usage profiles
US9355138B2 (en) 2010-06-30 2016-05-31 The Nielsen Company (Us), Llc Methods and apparatus to obtain anonymous audience measurement data from network server data for particular demographic and usage profiles

Also Published As

Publication number Publication date
JP2008546098A (en) 2008-12-18
AU2006252583B2 (en) 2010-04-22
AU2006252583A1 (en) 2006-12-07
US9336283B2 (en) 2016-05-10
CN101194258B (en) 2011-09-14
CN101194258A (en) 2008-06-04
CA2609916A1 (en) 2006-12-07
US20060294092A1 (en) 2006-12-28
EP1886239A1 (en) 2008-02-13

Similar Documents

Publication Publication Date Title
US9336283B2 (en) System and method for data sensitive filtering of patient demographic record queries
US9262584B2 (en) Systems and methods for managing a master patient index including duplicate record detection
CN112037880B (en) Medication recommendation method, device, equipment and storage medium
KR100344530B1 (en) A Subsequence matching method using duality in constructing windows in time-series databases
US10572461B2 (en) Systems and methods for managing a master patient index including duplicate record detection
US7627550B1 (en) Method and system for comparing attributes such as personal names
US20100125596A1 (en) Fuzzy Search Using Progressive Relaxation Of Search Terms
JPH0698770A (en) Search of token sequence on token sequence data base
US6691103B1 (en) Method for searching a database, search engine system for searching a database, and method of providing a key table for use by a search engine for a database
JP4687089B2 (en) Duplicate record detection system and duplicate record detection program
JP2008117351A (en) Search system
JPH08314947A (en) Keyword automatic extraction device
CN113192584A (en) Remote medical record consulting system
US10909318B2 (en) Method for suggesting one or more multi-word candidates based on an input string received at an electronic device
CN110990521A (en) Name word bank generating method
CN112884428A (en) Subject talent evaluation control method and device based on research heat index
OA18355A (en) A method for suggesting one or more multiword candidates based on an input string received at an electronic device.
Kodimala Study of stemming algorithms
Balaraman et al. Using CBR Inexact Search for Intelligent Retrieval of Data
CN115629745A (en) Code modification method and device, storage medium and computer equipment
JP3104893B2 (en) Information retrieval method
CN116860890A (en) Method and device for constructing database through contact way
Daude Ventura et al. Searching by approximate personal-name matching
Thomas Improving the soundex algorithm in conjunction with Paxus Health Ltd.

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680018815.6

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2006252583

Country of ref document: AU

ENP Entry into the national phase

Ref document number: 2008514799

Country of ref document: JP

Kind code of ref document: A

ENP Entry into the national phase

Ref document number: 2609916

Country of ref document: CA

ENP Entry into the national phase

Ref document number: 2006252583

Country of ref document: AU

Date of ref document: 20060531

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2006771699

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: RU