US20220277816A1 - Unified data interface and system - Google Patents

Unified data interface and system Download PDF

Info

Publication number
US20220277816A1
US20220277816A1 US17/681,570 US202217681570A US2022277816A1 US 20220277816 A1 US20220277816 A1 US 20220277816A1 US 202217681570 A US202217681570 A US 202217681570A US 2022277816 A1 US2022277816 A1 US 2022277816A1
Authority
US
United States
Prior art keywords
data
user
health
computer
user interface
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
US17/681,570
Inventor
Michael Winlo
Chris Burchhardt
Kyle McLain
Harsh Pandey
Tayler Cox
Lekan Wang
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Palantir Technologies Inc
Original Assignee
Palantir Technologies 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 Palantir Technologies Inc filed Critical Palantir Technologies Inc
Priority to US17/681,570 priority Critical patent/US20220277816A1/en
Publication of US20220277816A1 publication Critical patent/US20220277816A1/en
Assigned to Palantir Technologies Inc. reassignment Palantir Technologies Inc. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PANDEY, HARSH, Burchhardt, Chris, MCLAIN, KYLE, WANG, LEKAN, WINLO, MICHAEL, COX, TAYLER
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G16INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR SPECIFIC APPLICATION FIELDS
    • G16HHEALTHCARE INFORMATICS, i.e. INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR THE HANDLING OR PROCESSING OF MEDICAL OR HEALTHCARE DATA
    • G16H10/00ICT specially adapted for the handling or processing of patient-related medical or healthcare data
    • G16H10/60ICT specially adapted for the handling or processing of patient-related medical or healthcare data for patient-specific data, e.g. for electronic patient records
    • GPHYSICS
    • 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
    • G16H40/00ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices
    • G16H40/20ICT specially adapted for the management or administration of healthcare resources or facilities; ICT specially adapted for the management or operation of medical equipment or devices for the management or administration of healthcare resources or facilities, e.g. managing hospital staff or surgery rooms

Definitions

  • the present disclosure relates to systems and techniques for data integration, analysis, and visualization.
  • the foster care system provides various wards, group homes, and/or private homes for minors who can no longer live with their biological parents or guardians.
  • homeless shelters and soup kitchens offer temporary housing and food for those in need.
  • minors in the foster care system may be placed in multiple foster homes within a short period of time (e.g., less than a year) before they find a permanent residence.
  • the homeless may pass between different homeless shelters within a short period of time. The same may be true for members of other vulnerable populations as well. Thus, information about a member of a vulnerable population may be lost during this transitory period.
  • members of vulnerable populations may transition between different locations. As these members transition between locations, important information about the member may be lost. For example, a minor's medical history, hobbies, interests, and/or the like may be lost if the information is not relayed to the guardians of a new foster home.
  • healthcare providers e.g., physicians, specialists, pharmacists, etc.
  • the minor transitions from one foster home in a first geographic area to a second foster home in a second geographic area, one or more of the minor's healthcare providers may change. Even if the minor's healthcare records are transferred from an old healthcare provider to a new healthcare provider, such transfers may leave out important information that another healthcare provider knows about the minor.
  • health information related to the minor may be stored in separate databases (e.g., a claims history may be stored in one database, prescription information may be stored in another database, etc.).
  • the separate databases may not be linked or integrated in any way to allow communication of this information among various healthcare providers.
  • a minor's old pharmacist may be aware of certain medication that the minor is taking, but this information may not be relayed to a new primary care physician.
  • information that is helpful for building rapport between a minor and new health professionals e.g., hobbies, interests and other social factors
  • sharing this information amongst health professionals, foster parents, and the minor can be difficult due to the fact that each of these groups of people should only see the information relevant to their role.
  • the systems and methods described herein provide an integrated health interface system that collects, aggregates, analyzes, and displays health data for one or more users.
  • the integrated health interface system may collect, aggregate, analyze, and display health data for minors that are a part of the foster care system and/or for any other minor or adult patient.
  • the integrated health interface system may aggregate data stored in various databases.
  • one or more of the various entities may be associated with one or more databases that include information related to the healthcare of a patient.
  • the integrated health interface system may retrieve data from these databases, map the data to a set of common terms based on an ontology, and display such information to an entity accessing the system.
  • the integrated health interface system may include a set of ontologies that provide a correlation between fields of data from the various sources and that contain common data types. For example, the integrated health interface system may determine a correlation between a first column header in a first set of fields from a first data source and a second column header in a second set of fields from a second data source using the ontology, store data retrieved from the second data source in a second, local database in association with the second column header, and then may display in a user interface the data associated with the first column header under the second column header (without modifying the actual data).
  • the health interface system also provides input options so that clinicians, foster parents, guardians, the minor, and/or others can add detail and/or information to the one or more databases.
  • One aspect of the disclosure provides a computing system configured to access one or more databases in substantially real-time in order to aggregate patient health information and provide the aggregated information to a user in an interactive user interface.
  • the computing system comprises one or more computer processors.
  • the computing system further comprises a plurality of databases each storing respective datasets.
  • the computing system further comprises a second database comprising retrieved datasets organized in a plurality of first fields.
  • the computing system further comprises a computer readable storage medium storing program instructions configured for execution by the one or more computer processor in order to cause the computing system to: for each database in the plurality of databases, access the dataset stored in the respective database, where the accessed dataset comprises data for a plurality of users, and where each data in the retrieved dataset is associated with a second field in a plurality of second fields; identify a name for each second field in the retrieved dataset; determine a mapping between each identified second field name and a name of a first field in the plurality of first fields; and store the accessed dataset in the second database such that each data in the accessed dataset is stored in association with the first field that maps to the second field that the respective data is associated with; receive a request to access the computing system; determine an identity of a user associated with the request to access the computing system; retrieve from the second database user health data that is associated with the determined user; generate a summary of a medical history of the determined user based on the retrieved user health data; and generate user interface data for rendering the interactive user interface on
  • the computing system of the preceding paragraph can have any sub-combination of the following features: where the interactive user interface includes a first container that comprises an identification of at least one first field in the plurality of first fields, where the first container further comprises the retrieved user health data that corresponds with the at least one first field and the generated summary of the medical history of the determined user; where the retrieved user health data comprises medical claims submitted on behalf of the determined user, and where the computer readable storage medium further stores program instructions that cause the computing system to generate the summary of the medical history of the determined user based on the medical claims; where the computer readable storage medium further stores program instructions that cause the computing system to generate an alert associated with the team member based on the retrieved user health data, where the first container comprises the generated alert; where the computer readable storage medium further stores program instructions that cause the computing system to: receive an indication that the generated alert is selected via the interactive user interface, where the generated alert indicates that the user missed an appointment, and update the user interface data such that the interactive user interface includes a second container comprising a list of selectable appointment times
  • the computer-implemented method comprises, as implemented by one or more computer systems comprising computer hardware and memory, the one or more computer systems configured with specific executable instructions, retrieving dataset stored in a first database, where the retrieved dataset comprises data for a plurality of users, and where each data in the retrieved dataset is associated with a second field in a plurality of second fields; identifying a name for each second field in the retrieved dataset; determining a mapping between each identified second field name and a name of a first field in a plurality of first fields; storing the retrieved dataset in a second database such that each data in the retrieved dataset is stored in association with the first field that maps to the second field that the respective data is associated with; receiving a request to access the one or more computer systems; determining an identity of a user associated with the request to access the computing system; retrieving
  • the computer-implemented method of the preceding paragraph can have any sub-combination of the following features: where the interactive user interface includes a first container that comprises an identification of at least one first field in the plurality of first fields, where the first container further comprises the retrieved user health data that corresponds with the at least one first field; where the method further comprises generating a summary of a medical history of the determined user based on the retrieved user health data, where the first container further comprises the generated summary of the medical history of the determined user; where the retrieved user health data comprises medical claims submitted on behalf of the determined user, and where the computer-implemented method further comprises generating the summary of the medical history of the determined user based on the medical claim; where the method further comprises generating an alert associated with the team member based on the retrieved user health data, where the first container comprises the generated alert; where the method further comprises receiving an indication that the generated alert is selected via the interactive user interface, where the generated alert indicates that the user missed an appointment, and updating the user interface data such that the interactive user interface includes a second container compris
  • FIG. 1 illustrates a block diagram of a system for aggregating, analyzing, and displaying health data.
  • FIG. 2 illustrates a user interface displaying an ability to search for patients.
  • FIG. 3 illustrates a user interface displaying a patient profile.
  • FIG. 4 illustrates a user interface displaying a patient medical history.
  • FIG. 5 illustrates a user interface displaying a patient care plan.
  • FIG. 6 illustrates a user interface displaying a patient health assessment.
  • FIG. 7 illustrates a user interface displaying a patient clinical evaluation.
  • FIG. 8 illustrates a user interface displaying alerts and messages for a care team member.
  • FIG. 9 illustrates a user interface displaying a breakdown of remaining member visits by county.
  • FIG. 10 illustrates a user interface displaying a breakdown of claims, visits, and costs by diagnoses and facilities.
  • FIG. 11 illustrates a user interface displaying a graph of weighted care ratio by healthcare provider.
  • FIGS. 12A-12B illustrate user interfaces displaying a location of care team members.
  • FIG. 13 illustrates a user interface displaying a location of healthcare providers.
  • FIG. 14 is a flowchart depicting an illustrative operation of aggregating, analyzing, and displaying health data.
  • FIG. 15 illustrates a computer system with which certain methods discussed herein may be implemented.
  • minors in the foster care system may often be placed in multiple foster homes.
  • important information about the minor may be lost.
  • the minor's medical history, hobbies, interests, and/or the like may be lost if the information is not relayed to the guardians of the new foster home.
  • healthcare providers e.g., physicians, specialists, pharmacists, etc.
  • the minor transitions from one foster home in a first geographic area to a second foster home in a second geographic area one or more of the minor's healthcare providers may change.
  • a care team may manage the healthcare of a minor.
  • the care team may include a care team leader and one or more care team members who monitor whether a minor is receiving proper healthcare.
  • the care team may interact with the minor, the minor's guardians, the minor's physician(s), the minor's specialist(s), the minor's pharmacist, and/or government agencies (e.g., state child welfare agencies).
  • each of these entities may store different data related to the minor in different, disparate databases, as described above.
  • the members of the care team may have trouble finding the appropriate health data to ensure that the minor is receiving proper healthcare.
  • the systems and methods are described herein provide an integrated health interface system that aggregates, analyzes, and displays health data for one or more users.
  • the integrated health interface system may aggregate, analyze, and display health data for minors that are a part of the foster care system.
  • the integrated health interface system described herein may aggregate, analyze, and display health data for any patient.
  • the integrated health interface system may be accessible by a plurality of entities. For example, physicians, specialists, pharmacists, patients, guardians, government agencies, and/or the like may access the integrated health interface system. Each of the various entities may be associated with an access level such that a respective entity can only view data that has been authorized for viewing by the respective entity. Alternatively or in addition, the integrated health interface system can support discover permissions where a physician, specialist, pharmacist, patient, guardian, government agencies, and/or another such user can discover that a piece of data is available, but be notified that the respective user does not have permission to view the available data and must gain special permission in order to view the available data.
  • the integrated health interface system may aggregate data stored in various databases. For example, one or more of the various entities may be associated with one or more databases that include information related to the healthcare of a patient.
  • the integrated health interface system may retrieve data from these databases, map the data to a set of common terms based on an ontology, and display such information to an entity accessing the system.
  • the integrated health interface system may include a set of ontologies that provide a correlation between a first set of fields and a second set of fields.
  • the first set of fields may be column headers in a database.
  • the second set of fields may be a list of common column headers that may be included in the displayed information.
  • the integrated health interface system may determine a correlation between a first column header in the first set of fields and a second column header in the second set of fields using the ontology, store data retrieved from the database in a second, local database in association with the second column header, and then may display in a user interface the data associated with the first column header under the second column header (without modifying the actual data).
  • new databases can be seamlessly linked to the integrated health interface system such that the integrated health interface system can populate a user interface with data from the new database without having to modify the data to fit a standard format.
  • the integrated health interface system generates alerts and/or notifications that are associated with specific entities.
  • the alerts and/or notifications may indicate that a task needs to be performed, a task has already been performed, an appointment was missed, lab results are missing, a prescription was not filled or refilled at the proper time, and/or the like.
  • These alerts and/or notifications may be derived from the data stored in the various databases.
  • an alert and/or notification directed at one entity may be derived from data stored in a database associated with another entity.
  • an entity via a device used to log into the integrated health interface system
  • the integrated health interface system provides actionable services via a generated user interface.
  • the integrated health interface system may generate a user interface that is then rendered by a device operated by an entity when the entity logs into the integrated health interface system.
  • the integrated health interface system can further generate an alert and/or notification to be displayed in the user interface in response to one of the conditions described herein occurring.
  • the alert and/or notification can indicate to a care team member that a patient missed an appointment, that a patient has a missing lab result, and/or the like.
  • the user interface may include an option to view available appointment times and schedule a new appointment.
  • the user interface may include an option to view the locations of nearby facilities that can perform the relevant lab tests and/or to schedule an appointment.
  • the alert and/or notification is automatically transmitted to the device operated by the entity associated with the alert and/or notification.
  • the alert and/or notification can be transmitted at the time that the alert and/or notification is generated or at some determined time after generation of the alert and/or notification.
  • the alert and/or notification can cause the device to display the alert and/or notification via the activation of an application on the device (e.g., a browser, a mobile application, etc.).
  • receipt of the alert and/or notification may automatically activate an application on the device, such as a messaging application (e.g., SMS or MMS messaging application), a standalone application (e.g., a health data monitoring application), or a browser, for example, and display information included in the alert and/or notification.
  • a messaging application e.g., SMS or MMS messaging application
  • a standalone application e.g., a health data monitoring application
  • a browser e.g., a browser, for example, and display information included in the alert and/or notification.
  • the application may be automatically activated when the device is online such that the alert and/or notification is displayed.
  • receipt of the alert and/or notification may cause a browser to open and be redirected to a login page generated by the integrated health interface system so that the entity can log in to the integrated health interface system and view the alert and/or notification.
  • the alert and/or notification may include a URL of a webpage (or other online information) associated with the alert and/or notification, such that when the device (e.g., a mobile device) receives the alert, a browser (or other application) is automatically activated and the URL included in the alert and/or notification is accessed via the Internet.
  • a URL of a webpage or other online information
  • FIG. 1 illustrates a block diagram of a system 100 for aggregating, analyzing, and displaying health data.
  • the system 100 comprises one or more primary care provider devices 110 A, one or more specialist provider devices 110 B, one or more other provider devices 110 N, a care team device 130 , a patient device 150 , a foster parent device 160 , a pharmacist device 170 , a government device 180 , a health interface system 140 , and/or a network 120 .
  • the one or more primary care provider devices 110 A e.g., operated by a doctor, nurse, hospital or clinic staff, etc.
  • the one or more specialist provider devices 110 B e.g., operated by a specialist, a specialist's staff, etc.
  • the one or more other provider devices 110 N the care team device 130 (e.g., operated by a care team member or leader), the patient device 150 (e.g., operated by a patient), the foster parent device 160 (e.g., operated by the guardians of a patient), the pharmacist device 170 (e.g., operated by a pharmacist), and the government device 180 (e.g., operated by a member of a government agency, such as a state child welfare agency), which may each be implemented by one or more first physical computing devices, are communicatively connected to the health interface system 140 , which may be implemented by one or more second physical computing devices, over the network 120 .
  • each such physical computing device may be implemented as a computer system including some or all of the components illustrated in the example computing system 1500 of FIG. 15 .
  • the one or more primary care provider devices 110 A, the one or more specialist provider devices 110 B, the one or more other provider devices 110 N, the care team device 130 , the patient device 150 , the foster parent device 160 , the pharmacist device 170 , and the government device 180 may be implemented in a computer system as a set of program instructions recorded on a machine-readable storage medium.
  • the one or more primary care provider devices 110 A, the one or more specialist provider devices 110 B, the one or more other provider devices 110 N, the care team device 130 , the patient device 150 , the foster parent device 160 , the pharmacist device 170 , and the government device 180 may communicate with the health interface system 140 to access health information related to one or more patients.
  • Each of the various entities may be associated with an access level such that a respective entity can only access and view data that has been authorized for viewing by the respective entity.
  • the health interface system 140 can support discover permissions where an entity can discover that a piece of data is available, but be notified that the respective entity does not have permission to view the available data and must gain special permission in order to view the available data.
  • One or more of the primary care provider devices 110 A, the specialist provider devices 110 B, the other provider devices 110 N, the care team device 130 , the patient device 150 , the foster parent device 160 , the pharmacist device 170 , and the government device 180 may be associated with one or more databases.
  • the one or more databases may be associated with and/or maintained by various entities.
  • entities may include a health maintenance organization (HMO), a social services or other government agency, and/or a data integration system.
  • HMO database can include medical claims, pharmacy claims, health risk assessments (e.g., GAIN-SS, PCS-17, etc.), electronic medical records, lab results, vitals (e.g., blood pressure, heart rate, etc.), care plan data (e.g., a patients' primary care and/or treating physicians, current medications, allergies, and/or other clinically relevant information), immunization records, prior authorization information, case management system data, and/or the like.
  • the government agency database can include details about patients' foster parents, guardians, and/or primary care givers, criminal records, school records, and/or the like.
  • the data integration system database can include enriched metrics (e.g., metrics derived from combining data stored in one or more databases).
  • Enriched metrics can include average medical expenditure per month, average pharmacy expenditure per month, average total expenditure (e.g., medical and pharmacy) per month, predicted medical, pharmacy, and/or total expenditure per month, a patient's deviation from expected costs per month, a number of unique prescribers, a number of unique medications (used by one patient or patients in the aggregate), a number of Schedule 2 drugs (as defined by the United States Controlled Substances Act) used by one patient or patients in the aggregate, a costliest diagnosis, an average emergency room utilization rate, an average primary care physician visit rate, a distance to an assigned primary care physician for one or more patients, an average in-patient rate, geo-spatial data about patients, care teams, and/or health facilities, health risk scores, a number of missing medical services for which patients are eligible, and/or the like.
  • average medical expenditure per month average pharmacy expenditure per month, average total expenditure (e.g., medical and pharmacy) per month, predicted medical, pharmacy, and/or total expenditure per month, a patient's deviation from expected costs per
  • the one or more of the primary care provider devices 110 A, the specialist provider devices 110 B, the other provider devices 110 N, the care team device 130 , the patient device 150 , the foster parent device 160 , the pharmacist device 170 , and/or the government device 180 may receive data from the one or more databases via an application programming interface (API) or adaptor, a connection interface, and/or other access point to a transactional or data warehouse system maintained by the HMO and/or government agency.
  • API application programming interface
  • Data can also be stored at a central location (e.g., a server) and delivered to the various entities via a network.
  • Data can also be stored locally on a storage medium (e.g., a hard disk, optical disk, solid state drive, memory, etc.).
  • the health interface system 140 may aggregate data stored in the various databases. For example, the health interface system 140 may retrieve data from these databases, map the data to a set of common terms based on an ontology, and generate one or more user interfaces to display such information to an entity accessing the health interface system 140 , as described in greater detail below. Rather than converting the data stored in the databases into a standardized format, the health interface system 140 may include a set of ontologies that provide a correlation between a first set of fields and a second set of fields. For example, the first set of fields may be column headers in a database and the second set of fields may be a list of common column headers that may be included in the generated user interface.
  • the health interface system 140 may determine a correlation between a first field in the first set of fields and a second field in the second set of fields using the ontology, store data retrieved from the database in a second, local database (e.g., local to the health interface system 140 ) in association with the second field, and then may display in a user interface the data associated with the first field under the second field (without modifying the actual data).
  • a second, local database e.g., local to the health interface system 140
  • new databases can be seamlessly linked to the health interface system 140 such that the health interface system 140 can populate a user interface with data from the new database without having to modify the data to fit a standard format.
  • the health interface system 140 When executed by one or more processors of the computer system, logic in the health interface system 140 is operable to aggregate, analyze, and display health data according to the techniques described herein.
  • the health interface system 140 may be implemented in a Java Virtual Machine (JVM) that is executing in a distributed or non-distributed computer system.
  • JVM Java Virtual Machine
  • the health interface system 140 may be implemented as a combination of programming instructions written in any programming language (e.g. C++ or Visual Basic) and hardware components (e.g., memory, CPU time) that have been allocated for executing the program instructions.
  • the network 120 includes any communications network, such as the Internet.
  • the network 120 may be a wired network, a wireless network, or a combination of the two.
  • network 120 may be a local area network (LAN) and/or a wireless area network (WAN).
  • LAN local area network
  • WAN wireless area network
  • FIG. 2 illustrates a user interface 200 displaying an ability to search for patients.
  • the interface 200 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the interface 200 includes a pane 202 .
  • the pane 202 may display data according to a button selected by the user. For example, the user may have selected search button 212 .
  • the pane 202 may include a search box 204 that allows a user to search for a patient.
  • the user may search for a patient by providing the patient's name, identification, social security number, or any other unique identifier. Searching for a patient may bring up information about the patient, such as the patient's profile, which is described below with respect to FIG. 3 .
  • FIG. 3 illustrates a user interface 300 displaying a patient profile.
  • the interface 300 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the user has selected profile button 214 .
  • the pane 202 may include various data derived from the linked databases, such as biographical data about the patient, the hobbies and/or interests of the patient, some fun facts about the patient, and/or health data associated with the patient. Some of the data may be retrieved directly from a database and displayed in the pane 202 (after the ontology is used to determine a correlation or mapping between database fields and common fields).
  • Other data may be generated and displayed based on an analysis of the data retrieved from one or more databases.
  • information displayed in the medical snapshot section may be derived from medical and/or pharmaceutical claims data.
  • Medical claims may include claims that are submitted to insurance companies to receive payment for medical services administered by the healthcare provider.
  • pharmaceutical claims may include claims that are submitted to insurance companies to receive payment for drugs distributed by the healthcare provider.
  • information related to the most seen primary care provider (PCP) or the last seen specialist in the contacts section may be derived from the medical and/or pharmaceutical claims.
  • information displayed in the medical snapshot section may include a map that shows the location of a patient relative to a location of one or more providers and/or health facilities involved in the care of the patient, an average distance traveled by a patient to receive care (e.g., to measure health access friction), a current deviation of a patient's expected or predicted costs, a current deviation from expected costs as a number of standard deviations from a population average, a propensity score predicting the likelihood that a patient's medical costs may deviate by a threshold value in the future, one or more top medical conditions that contribute the most to patient costs (e.g., from aggregated medical claims data), suspected conditions (e.g., conditions suspected to be suffered by a patient based on a mapping of diagnosis codes to conditions assigned to and/or associated with the patient), a number of missing services for which a patient is eligible (e.g., if asthmatic, a determination can be made whether the patient has received a prescription for a preventer medication in the calendar year), a sum of possibly
  • a user can generate a report that includes some or all of the displayed health data in the pane 202 by selecting report button 302 .
  • the generated report may be made available to other entities that access the health interface system 140 (e.g., accessible when the other entities log in to the health interface system 140 ).
  • the user interface 300 may also provide actionable services.
  • the health interface system 140 can generate alerts and/or notifications to be displayed in the user interface 300 in response to a determination that a task needs to be performed, a task has already been performed, an appointment was missed, lab results are missing, a prescription was not filled or refilled at the proper time, and/or the like.
  • the generated alerts and/or notifications can be displayed in the user interface 300 .
  • the notifications/alerts section in the user interface 300 indicates that the patient missed a service.
  • Other actionable services that can be depicted in the user interface 300 include allowing a user to schedule an appointment if a notification indicates that an appointment was missed, assigning a patient to a specific health intervention (e.g., health coaching) so as to tag the patient and transmit the patient's information to a team for outreach, sending a secure message to any individual of the patient's care team, re-assigning the patient's PCP to another provider (e.g., someone closer to the patient, a provided experienced in the particular condition(s) of the patient, etc.), exporting a summary and/or full report of the patient's medical history (including all patient information) for the purposes of facilitating a hand-off to another provider, sending a reminder for an appointment and/or prescription collection to the patient or a person associated with the patient (e.g., the patient's foster parent, parent, guardian, care giver, etc.), issuing a new patient ID card to a patient if the patient lost one, re-assigning a
  • the user may select the notification or otherwise indicate that the user would like to schedule an appointment for the patient so that the patient receives the service.
  • the user interface 300 may display a list of available appointment times to see the relevant provider.
  • the user interface 300 may display a map to show the geographic location of one or more providers so that the user can choose, for example, the provider nearest to the patient.
  • the alert and/or notification is automatically transmitted to an entity in communication with the health interface system 140 .
  • the alert and/or notification can be transmitted by the health interface system 140 at the time that the alert and/or notification is generated or at some determined time after generation of the alert and/or notification.
  • the alert and/or notification can cause the entity to display the alert and/or notification via the activation of an application on the entity (e.g., a browser, a mobile application, etc.). For example, receipt of the alert and/or notification may cause a mobile application to generate a push notification that is displayed.
  • receipt of the alert and/or notification may cause a browser to open and be redirected to a login page generated by the health interface system 140 so that the entity can log in to the health interface system 140 and view the alert and/or notification via the user interface 300 .
  • FIG. 4 illustrates a user interface 400 displaying a patient medical history.
  • the interface 400 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the user has selected medical history button 216 .
  • the pane 202 may include various data derived from the linked databases related to the medical history of the patient, such as past lab results, medications taken by the patient, allergies of the patient, the last visits to see a provider by the patient, and/or the like.
  • the medications data may be derived from the database that stores pharmaceutical claims.
  • the pane 202 may further include a risk score in the medical profile section.
  • the risk score may represent a propensity for observed medical costs associated with a patient to deviate significantly (e.g., more than a threshold value) from expected medical costs within a time period (e.g., 12 months).
  • the risk score may be based on claims data (e.g., medical and pharmaceutical claims data), coverage data (e.g., patient coverage/eligibility information), patient demographic data, a number of missing services associated with the patient, a priority of each missing service associated with the patient, a likelihood that the patient seeks medical services without intervention, a number of times the patient does not comply with a recommended care plan, a sum of amounts paid on medical claims for a patient (e.g., over a period of time, such as 12 months), an average amount paid on medical claims for a patient (e.g., over a period of time, such as 12 months), a per patient per month medical cost (e.g., over a period of time, such as 12 months), a sum of amounts paid on pharmaceutical claims for a patient (e.g., over a period of time, such as 12 months), an average amount paid on pharmaceutical claims for a patient (e.g., over a period of time, such as 12 months), a per patient per month pharmaceutical cost (e.g.
  • the expected medical costs may be a cost that would be expected given a patient's disease burden and calculated by assigning HCCs to members, summing the capitation premium for those HCCs, and adjusting for medical loss ratio. Observed medical costs can be calculated as per patient per medical costs over eligible months during the relevant time period. The deviation from expected medical costs is then calculated by subtracting observed medical costs from expected medical costs.
  • the risk factors may be weighted to generate the risk score. For example, some patients may have experienced an acute incident in their recent past that has caused their cost and utilization to spike temporarily. The medical costs associated with these patients may regress to the cost and/or utilization mean and may not benefit significantly from care management resources (as the chronically ill or poorly managed patients would).
  • the health interface system 140 can categorize a patient into one of three groups: high-deviation (e.g., observed average monthly medical costs exceed expected average monthly medical costs by a threshold value), chronic (e.g., a patient that has one or more high risk chronic conditions, as suggested by the patient's claim history, but whose observed average monthly medical costs do not exceed expected average monthly medical costs by the threshold value), or non-chronic low-deviation (e.g., a patient that does not have one or more high risk chronic conditions, as suggested by the patient's claim history, and whose observed average monthly medical costs do not exceed the expected average monthly medical costs by the threshold value).
  • high-deviation e.g., observed average monthly medical costs exceed expected average monthly medical costs by a threshold value
  • chronic e.g., a patient that has one or more high risk chronic conditions, as suggested by the patient's claim history, but whose observed average monthly medical costs do not exceed expected average monthly medical costs by the threshold value
  • non-chronic low-deviation e
  • the health interface system 140 can train nine different logistic regression models, one for each of the following state transitions: high-deviation to high-deviation, high-deviation to chronic, high-deviation to non-chronic low-deviation, chronic to high-deviation, chronic to chronic, chronic to non-chronic low-deviation, non-chronic low-deviation to high-deviation, non-chronic low-deviation to chronic, and non-chronic low-deviation to non-chronic low-deviation.
  • the training set for each model may include a sample of all eligible patients.
  • the model training can use L1 regularization to address the collinearity between several of the cost metrics by inducing sparseness on the model.
  • the health interface system 140 can generate features for a period of time (e.g., 12 months) before and a period of time (e.g., 12 months) after a selected split date.
  • the output of each model training cycle can be a set of feature weights (e.g., coefficients in a logistic regression model) that can be used to compute propensity scores for each of the state transitions listed above.
  • the health interface system 140 can calculate propensity scores (e.g., a likelihood that a patient will move in to or remain in a given state for a period of time, such as 12 months) for a patient for each of the patient's three possible state transitions (e.g., there are three possible state transitions because the patient has already been categorized as starting in one of three categories). For each state transition, features can be weighted according to a trained model. The health interface system 140 can rank some or all patients by a propensity score associated with the transition to a high-deviation state, and the ranking of a patient can be translated into a risk score.
  • propensity scores e.g., a likelihood that a patient will move in to or remain in a given state for a period of time, such as 12 months
  • the user interface 400 may provide the option to the user to customize the weighting employed to generate the risk score (e.g., the factors used to generate the risk score, the threshold value that determines whether a patient is categorized as high-deviation, etc.).
  • the user may select care plan button 402 to view a patient's care plan, as described below with respect to FIG. 5
  • the user may select health assessment button 404 to view a patient's health assessment, as described below with respect to FIG. 6 .
  • FIG. 5 illustrates a user interface 500 displaying a patient care plan 502 .
  • the interface 500 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the user has selected care plan button 218 .
  • the pane 202 displays the care plan 502 .
  • the care plan 502 may allow all authorized members of the care team to view the current and past care plans for the patient. Centralized storage of this data via the health interface system 140 may allow care team members and patient's providers access to baseline data in order to gauge the effectiveness and/or progress that a patient has made in any given care plan.
  • the availability of care plans may also allow some or all of the various entities the ability to collaborate on current care plan goals and/or monitor progress.
  • the care plan 502 is interactive.
  • the health interface system 140 can receive the care plan via an API such that one or more fields are editable (by an entity with sufficient permissions) when displayed in the user interface 500 .
  • the user interface 500 can display relevant input options showing the editable fields when an editable field is selected. If a field is edited, the health interface system 140 can synch the updated care plan 502 with the health plan's case management system.
  • the care plan 502 is static (e.g., received as a PDF)
  • FIG. 6 illustrates a user interface 600 displaying a patient health assessment.
  • the interface 600 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the user has selected health assessment button 220 .
  • the pane 202 displays a patient health assessment.
  • the health assessment may allow all authorized members of the care team to view the current and/or past health assessments that have been conducted for the patient. The availability of these assessments may enable some or all members of the care team to access information that is critical in addressing each patient's specific needs. In addition to allowing a historical starting measure of the patient, assessment information may also allow the care team to determine when new assessments should be generated.
  • FIG. 7 illustrates a user interface 700 displaying a patient clinical evaluation.
  • the interface 700 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the user has selected vitals button 222 .
  • the pane 202 displays a set of clinical evaluations for the patient.
  • the clinical evaluations may include date-specific recorded vitals signs, such as temperature, pulse, blood pressure, and/or respiratory rate. These vitals may allow providers to view a summary of the patient's health vitals and determine whether it is necessary to determine changes in a health status observed by different providers. Each instance of vitals may allow entities to enter notes regarding dated entries and observations.
  • FIG. 8 illustrates a user interface 800 displaying alerts and messages for a care team member.
  • the interface 800 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the user has selected alert button 224 .
  • the pane 202 displays alerts and/or notifications.
  • the alerts and/or notifications may be for one or more patients that the viewing entity provides services for.
  • the alerts and/or notifications may be derived from data stored in the databases.
  • Example alerts and/or notifications can include a close appointment alert (e.g., a patient has an appointment coming up in the next week, day, hour, etc.), a missed appointment alert (e.g., if a patient missing an appointment), a propensity score shift (e.g., if a patients' propensity or risk score status changes, and the health provider can also be alerted), a recent admission to an emergency room (or a pre-authorization request from a health provider), a recent in-patient event (or pre-authorization request from a health provider), no interaction by the patient with the health interface system 140 for a period of time (e.g., 6 months), reminders for scheduled check-ins with a patient, and/or the like,
  • the alerts and/or notifications may be generated based on data associated with an entity that is different than the entity that has logged into the health interface system 140 . For example, a pharmacist may have logged into the health interface system 140 and an alert may have been generated for the pharmacist based
  • the notifications may inform an entity of what tasks have been accomplished and what tasks still need to be accomplished.
  • the notifications and/or alerts may be color-coded to indicate an entity associated with the notification and/or alert and/or to indicate an importance of the notification and/or alert (e.g., green may mean the notification and/or alert is not vital, whereas red may mean the notification and/or alert is urgent).
  • entities can communicate with each other via the health interface system 140 .
  • one entity can send a message to another entity via the health interface system 140 .
  • Any messages sent via the health interface system 140 may be viewable in the user interface 800 in the messages section.
  • FIG. 9 illustrates a user interface 900 displaying a breakdown of remaining member visits by county.
  • the interface 900 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • a map 902 indicates a location, by county, of patients that may require a visit (e.g., a well-child visit) within a given period of time (e.g., 90 days).
  • the map 902 may include shading to indicate counties that have a high number of required visits and a low number of required visits.
  • the pane 202 may include a numerical breakdown of the number of required visits by county, medical group, and/or provider.
  • FIG. 10 illustrates a user interface 1000 displaying a breakdown of claims, visits, and costs by diagnoses and facilities.
  • the interface 1000 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the pane 202 includes a list of the top diagnoses by cost associated with emergency room visits for a given patient population.
  • FIG. 11 illustrates a user interface 1100 displaying a graph 1102 of weighted care ratio by healthcare provider.
  • the interface 1100 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the pane 202 includes the graph 1102 and a table that display a provider network as assessed by their care ratio (e.g., the percentage of associated patients who actually received the medical services for which they were eligible), which can be determined by the health interface system 140 .
  • the care ratio and the weighted care ratio allow entities to evaluate the character of the provider network when it comes to identifying which providers are best suited to caring for a patient in the patient population.
  • a care ratio is a measure of compliance, applicable to providers, and can be specific to a particular medical service.
  • a care ratio can be a percentage of how many patients eligible for a particular service have actually received that service. For example, if a provider has 100 diabetics associated with them, and there is an interest in knowing how many of these diabetics have had an HbA1c test in the last 12 months, the health interface system 140 would take the number of diabetics receiving this test and divide that by the total number of eligible patients. If the number of diabetics receiving this test is 60 and the total number of eligible patients is 100, the provider's care ratio would therefore be 60%.
  • a weighted care ratio is a measure of how well a provider is addressing a particular missing service for their assigned patients for the purposes of comparing providers.
  • the weighted care ratio is weighted because the ratio takes into account the number of patients that are assigned to a provider.
  • the care ratios of providers with more patients may contribute proportionally more to the population average for all providers. Providers with very few patients may typically be assigned the average for the population rather than their true care ratio.
  • the weighted care ratio can avoid overemphasizing the care ratio of a provider that has just a few patients.
  • the care ratio is “percent of membership receiving an HbA1c test in last 12 months” (e.g., a measure applicable to diabetics only), and a provider only has one patient with diabetes and that patient has not had that service, then that provider's care ratio would be 0%. Instead, applying the logic of the weighted care ratio, that provider would receive the average care ratio for the population (e.g., 60%). Thus, this can prevent over-indexing on providers assigned to small populations of patients.
  • FIGS. 12A-12B illustrate user interfaces 1200 displaying a location of care team members.
  • the interface 1200 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the location of various care team members in one or more care teams is displayed.
  • the care team members may be shaded to indicate what team the care team member is a member of.
  • the interface 1200 may also an entity to contact a care team member that is selected. For example, care team member John Gold is selected and thus may be contacted via phone or electronic message (e.g., text message).
  • a filter 1202 can be selected such that one or more care team members can be hidden.
  • the entity may select one or more care teams, and those care team members that are not a member of the selected care team may disappear from the interface 1200 .
  • FIG. 13 illustrates a user interface 1300 displaying a location of healthcare providers.
  • the interface 1300 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140 .
  • the location of various providers is displayed. For example, the providers nearest to a patient may be displayed.
  • the interface 1300 may also an entity to contact a provider that is selected and/or to schedule an appointment with a selected provider. For example, provider 2 is selected. An entity may contact provider 2 via the phone or may be redirected to a page that allows the entity to schedule an appointment with the provider.
  • FIG. 14 is a flowchart 1400 depicting an illustrative operation of aggregating, analyzing, and displaying health data.
  • the method of FIG. 14 may be performed by various computing devices, such as by the health interface system 140 .
  • the method of FIG. 14 may include fewer and/or additional blocks and the blocks may be performed in an order different than illustrated.
  • a health dataset stored in a database is retrieved.
  • the health dataset may include medical and/or pharmaceutical claims data.
  • the health dataset may include a set of second fields (e.g., columns).
  • a name for each second field in the retrieved health dataset is identified.
  • a mapping between each identified second field name and a name of a first field in a plurality of first fields is determined.
  • the plurality of first fields may include common terms.
  • the retrieved health dataset is stored in a second database such that each data in the retrieved health dataset is stored in associated with the first field that maps to the second field that the respective data is associated with.
  • the data may be unchanged, however the column headers for the data may be modified.
  • an identity of a patient for which records are requested is determined. For example, a care team member may desire to view the records of a specific patient.
  • user interface data is generated for rendering an interactive user interface on a computing device that includes data stored in the second database that is associated with the patient.
  • the interactive user interface may display an identification of the first fields in association with the data.
  • the techniques described herein are implemented by one or more special-purpose computing devices.
  • the special-purpose computing devices may be hard-wired to perform the techniques, or may include digital electronic devices such as one or more application-specific integrated circuits (ASICs) or field programmable gate arrays (FPGAs) that are persistently programmed to perform the techniques, or may include one or more general purpose hardware processors programmed to perform the techniques pursuant to program instructions in firmware, memory, other storage, or a combination.
  • ASICs application-specific integrated circuits
  • FPGAs field programmable gate arrays
  • Such special-purpose computing devices may also combine custom hard-wired logic, ASICs, or FPGAs with custom programming to accomplish the techniques.
  • the special-purpose computing devices may be desktop computer systems, server computer systems, portable computer systems, handheld devices, networking devices or any other device or combination of devices that incorporate hard-wired and/or program logic to implement the techniques.
  • Computing device(s) are generally controlled and coordinated by operating system software, such as iOS, Android, Chrome OS, Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server, Windows CE, Unix, Linux, SunOS, Solaris, iOS, Blackberry OS, VxWorks, or other compatible operating systems.
  • operating system software such as iOS, Android, Chrome OS, Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server, Windows CE, Unix, Linux, SunOS, Solaris, iOS, Blackberry OS, VxWorks, or other compatible operating systems.
  • the computing device may be controlled by a proprietary operating system.
  • Conventional operating systems control and schedule computer processes for execution, perform memory management, provide file system, networking, I/O services, and provide a user interface functionality, such as a graphical user interface (“GUI”), among other things.
  • GUI graphical user interface
  • FIG. 15 is a block diagram that illustrates a computer system 1500 upon which an embodiment may be implemented.
  • any of the computing devices discussed herein such as the one or more primary care provider devices 110 A, the one or more specialist provider devices 110 B, the one or more other provider devices 110 N, the care team device 130 , the patient device 150 , the foster parent device 160 , the pharmacist device 170 , the government device 180 , and/or the health interface system 140 may include some or all of the components and/or functionality of the computer system 1500 .
  • Computer system 1500 includes a bus 1502 or other communication mechanism for communicating information, and a hardware processor, or multiple processors, 1504 coupled with bus 1502 for processing information.
  • Hardware processor(s) 1504 may be, for example, one or more general purpose microprocessors.
  • Computer system 1500 also includes a main memory 1506 , such as a random access memory (RAM), cache and/or other dynamic storage devices, coupled to bus 1502 for storing information and instructions to be executed by processor 1504 .
  • Main memory 1506 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 1504 .
  • Such instructions when stored in storage media accessible to processor 1504 , render computer system 1500 into a special-purpose machine that is customized to perform the operations specified in the instructions.
  • Computer system 1500 further includes a read only memory (ROM) 1508 or other static storage device coupled to bus 1502 for storing static information and instructions for processor 1504 .
  • ROM read only memory
  • a storage device 1510 such as a magnetic disk, optical disk, or USB thumb drive (Flash drive), etc., is provided and coupled to bus 1502 for storing information and instructions.
  • Computer system 1500 may be coupled via bus 1502 to a display 1512 , such as a cathode ray tube (CRT) or LCD display (or touch screen), for displaying information to a computer user.
  • a display 1512 such as a cathode ray tube (CRT) or LCD display (or touch screen)
  • An input device 1514 is coupled to bus 1502 for communicating information and command selections to processor 1504 .
  • cursor control 1516 is Another type of user input device, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 804 and for controlling cursor movement on display 1512 .
  • This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allows the device to specify positions in a plane.
  • a first axis e.g., x
  • a second axis e.g., y
  • the same direction information and command selections as cursor control may be implemented via receiving touches on a touch screen without a cursor.
  • Computing system 1500 may include a user interface module to implement a GUI that may be stored in a mass storage device as executable software codes that are executed by the computing device(s).
  • This and other modules may include, by way of example, components, such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
  • module refers to logic embodied in hardware or firmware, or to a collection of software instructions, possibly having entry and exit points, written in a programming language, such as, for example, Java, Lua, C or C++.
  • a software module may be compiled and linked into an executable program, installed in a dynamic link library, or may be written in an interpreted programming language such as, for example, BASIC, Perl, or Python. It will be appreciated that software modules may be callable from other modules or from themselves, and/or may be invoked in response to detected events or interrupts.
  • Software modules configured for execution on computing devices may be provided on a computer readable medium, such as a compact disc, digital video disc, flash drive, magnetic disc, or any other tangible medium, or as a digital download (and may be originally stored in a compressed or installable format that requires installation, decompression or decryption prior to execution).
  • Such software code may be stored, partially or fully, on a memory device of the executing computing device, for execution by the computing device.
  • Software instructions may be embedded in firmware, such as an EPROM.
  • hardware modules may be comprised of connected logic units, such as gates and flip-flops, and/or may be comprised of programmable units, such as programmable gate arrays or processors.
  • the modules or computing device functionality described herein are preferably implemented as software modules, but may be represented in hardware or firmware. Generally, the modules described herein refer to logical modules that may be combined with other modules or divided into sub-modules despite their physical organization or storage
  • Computer system 1500 may implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 1500 to be a special-purpose machine. According to one embodiment, the techniques herein are performed by computer system 1500 in response to processor(s) 1504 executing one or more sequences of one or more instructions contained in main memory 1506 . Such instructions may be read into main memory 1506 from another storage medium, such as storage device 1510 . Execution of the sequences of instructions contained in main memory 1506 causes processor(s) 1504 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions.
  • non-transitory media refers to any media that store data and/or instructions that cause a machine to operate in a specific fashion. Such non-transitory media may comprise non-volatile media and/or volatile media.
  • Non-volatile media includes, for example, optical or magnetic disks, such as storage device 1510 .
  • Volatile media includes dynamic memory, such as main memory 1506 .
  • non-transitory media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge, and networked versions of the same.
  • Non-transitory media is distinct from but may be used in conjunction with transmission media.
  • Transmission media participates in transferring information between nontransitory media.
  • transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 802 .
  • transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.
  • Various forms of media may be involved in carrying one or more sequences of one or more instructions to processor 804 for execution.
  • the instructions may initially be carried on a magnetic disk or solid state drive of a remote computer.
  • the remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem.
  • a modem local to computer system 1500 can receive the data on the telephone line and use an infra-red transmitter to convert the data to an infra-red signal.
  • An infra-red detector can receive the data carried in the infra-red signal and appropriate circuitry can place the data on bus 1502 .
  • Bus 1502 carries the data to main memory 1506 , from which processor 1504 retrieves and executes the instructions.
  • the instructions received by main memory 1506 may retrieve and execute the instructions.
  • the instructions received by main memory 1506 may optionally be stored on storage device 1510 either before or after execution by processor 1504 .
  • Computer system 1500 also includes a communication interface 1518 coupled to bus 1502 .
  • Communication interface 1518 provides a two-way data communication coupling to a network link 1520 that is connected to a local network 1522 .
  • communication interface 1518 may be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line.
  • ISDN integrated services digital network
  • communication interface 1518 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN (or WAN component to communicated with a WAN).
  • LAN local area network
  • Wireless links may also be implemented.
  • communication interface 1518 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • Network link 1520 typically provides data communication through one or more networks to other data devices.
  • network link 1520 may provide a connection through local network 1522 to a host computer 1524 or to data equipment operated by an Internet Service Provider (ISP) 1526 .
  • ISP 1526 in turn provides data communication services through the world wide packet data communication network now commonly referred to as the “Internet” 1528 .
  • Internet 1528 uses electrical, electromagnetic or optical signals that carry digital data streams.
  • the signals through the various networks and the signals on network link 1520 and through communication interface 1518 which carry the digital data to and from computer system 1500 , are example forms of transmission media.
  • Computer system 1500 can send messages and receive data, including program code, through the network(s), network link 1520 and communication interface 1518 .
  • a server 1530 might transmit a requested code for an application program through Internet 1528 , ISP 1526 , local network 1522 and communication interface 1518 .
  • the received code may be executed by processor 1504 as it is received, and/or stored in storage device 1510 , or other non-volatile storage for later execution.
  • Conditional language such as, among others, “can,” “could,” “might,” or “may,” unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements and/or steps. Thus, such conditional language is not generally intended to imply that features, elements and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without user input or prompting, whether these features, elements and/or steps are included or are to be performed in any particular embodiment.
  • a general purpose computer comprising one or more processors should not be interpreted as excluding other computer components, and may possibly include such components as memory, input/output devices, and/or network interfaces, among others.

Abstract

Various systems and methods are provided that aggregate, analyze, and display health data for users. The system aggregates data stored in various databases. For example, the system retrieves data from these databases, maps the data to a set of common terms based on an ontology, and displays such information to an entity accessing the system. Rather than converting the data stored in the databases into a standardized format, the system includes a set of ontologies that provide a correlation between a first set of fields and a second set of fields. The system determines a correlation between a first field in the first set of fields and a second field in the second set of fields using the ontology, stores data retrieved from the database in a second database in association with the second field, and displays the data associated with the first field under the second field.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 14/975,215, filed on Dec. 18, 2015, which claims priority under 35 U.S.C. § 119(e) to U.S. Provisional Application No. 62/099,321, filed on Jan. 2, 2015, which are hereby incorporated by reference in their entireties.
  • TECHNICAL FIELD
  • The present disclosure relates to systems and techniques for data integration, analysis, and visualization.
  • BACKGROUND
  • Physical institutions are available to help vulnerable populations, such as foster children, institutionalized patients, those with behavioral health concerns, the homeless, and/or the like. For example, the foster care system provides various wards, group homes, and/or private homes for minors who can no longer live with their biological parents or guardians. As another example, homeless shelters and soup kitchens offer temporary housing and food for those in need. Often, minors in the foster care system may be placed in multiple foster homes within a short period of time (e.g., less than a year) before they find a permanent residence. Similarly, the homeless may pass between different homeless shelters within a short period of time. The same may be true for members of other vulnerable populations as well. Thus, information about a member of a vulnerable population may be lost during this transitory period.
  • SUMMARY
  • The systems, methods, and devices described herein each have several aspects, no single one of which is solely responsible for its desirable attributes. Without limiting the scope of this disclosure, several non-limiting features will now be discussed briefly.
  • As described above, members of vulnerable populations may transition between different locations. As these members transition between locations, important information about the member may be lost. For example, a minor's medical history, hobbies, interests, and/or the like may be lost if the information is not relayed to the guardians of a new foster home. For the medical history in particular, healthcare providers (e.g., physicians, specialists, pharmacists, etc.) often keep detailed records about a patient. However, if the minor transitions from one foster home in a first geographic area to a second foster home in a second geographic area, one or more of the minor's healthcare providers may change. Even if the minor's healthcare records are transferred from an old healthcare provider to a new healthcare provider, such transfers may leave out important information that another healthcare provider knows about the minor. For example, health information related to the minor may be stored in separate databases (e.g., a claims history may be stored in one database, prescription information may be stored in another database, etc.). The separate databases may not be linked or integrated in any way to allow communication of this information among various healthcare providers. Thus, a minor's old pharmacist may be aware of certain medication that the minor is taking, but this information may not be relayed to a new primary care physician. Likewise, information that is helpful for building rapport between a minor and new health professionals (e.g., hobbies, interests and other social factors) is not often captured or preserved. In addition, sharing this information amongst health professionals, foster parents, and the minor can be difficult due to the fact that each of these groups of people should only see the information relevant to their role.
  • Accordingly, the systems and methods described herein provide an integrated health interface system that collects, aggregates, analyzes, and displays health data for one or more users. For example, the integrated health interface system may collect, aggregate, analyze, and display health data for minors that are a part of the foster care system and/or for any other minor or adult patient. The integrated health interface system may aggregate data stored in various databases. For example, one or more of the various entities may be associated with one or more databases that include information related to the healthcare of a patient. The integrated health interface system may retrieve data from these databases, map the data to a set of common terms based on an ontology, and display such information to an entity accessing the system. In one embodiment, instead of converting data received from each of several sources into a standardized format, the integrated health interface system may include a set of ontologies that provide a correlation between fields of data from the various sources and that contain common data types. For example, the integrated health interface system may determine a correlation between a first column header in a first set of fields from a first data source and a second column header in a second set of fields from a second data source using the ontology, store data retrieved from the second data source in a second, local database in association with the second column header, and then may display in a user interface the data associated with the first column header under the second column header (without modifying the actual data).
  • The health interface system also provides input options so that clinicians, foster parents, guardians, the minor, and/or others can add detail and/or information to the one or more databases.
  • One aspect of the disclosure provides a computing system configured to access one or more databases in substantially real-time in order to aggregate patient health information and provide the aggregated information to a user in an interactive user interface. The computing system comprises one or more computer processors. The computing system further comprises a plurality of databases each storing respective datasets. The computing system further comprises a second database comprising retrieved datasets organized in a plurality of first fields. The computing system further comprises a computer readable storage medium storing program instructions configured for execution by the one or more computer processor in order to cause the computing system to: for each database in the plurality of databases, access the dataset stored in the respective database, where the accessed dataset comprises data for a plurality of users, and where each data in the retrieved dataset is associated with a second field in a plurality of second fields; identify a name for each second field in the retrieved dataset; determine a mapping between each identified second field name and a name of a first field in the plurality of first fields; and store the accessed dataset in the second database such that each data in the accessed dataset is stored in association with the first field that maps to the second field that the respective data is associated with; receive a request to access the computing system; determine an identity of a user associated with the request to access the computing system; retrieve from the second database user health data that is associated with the determined user; generate a summary of a medical history of the determined user based on the retrieved user health data; and generate user interface data for rendering the interactive user interface on a computing device.
  • The computing system of the preceding paragraph can have any sub-combination of the following features: where the interactive user interface includes a first container that comprises an identification of at least one first field in the plurality of first fields, where the first container further comprises the retrieved user health data that corresponds with the at least one first field and the generated summary of the medical history of the determined user; where the retrieved user health data comprises medical claims submitted on behalf of the determined user, and where the computer readable storage medium further stores program instructions that cause the computing system to generate the summary of the medical history of the determined user based on the medical claims; where the computer readable storage medium further stores program instructions that cause the computing system to generate an alert associated with the team member based on the retrieved user health data, where the first container comprises the generated alert; where the computer readable storage medium further stores program instructions that cause the computing system to: receive an indication that the generated alert is selected via the interactive user interface, where the generated alert indicates that the user missed an appointment, and update the user interface data such that the interactive user interface includes a second container comprising a list of selectable appointment times that can be reserved for the user; where the computer readable storage medium further stores program instructions that cause the computing system to: receive an indication that the generated alert is selected via the interactive user interface, where the generated alert indicates that the user is missing a lab test, and update the user interface data such that the interactive user interface includes a second container comprising a map that graphically displays a location of one or more lab facilities located near the user where the lab test can be performed; where the retrieved user health data comprises prescription data, where the team member is a primary care physician, and where the alert is generated based on the prescription data; where the computer readable storage medium further stores program instructions that cause the computing system to generate a risk score associated with the user, where the risk score is generated based on the retrieved user health data; where the risk score is generated based on at least one of a number of missing services associated with the user, a priority of each missing service associated with the user, a likelihood that the user seeks medical services without intervention, or a number of times the user does not comply with a recommended care plan; where the mapping between each identified second field name and a name of a first field in the plurality of first fields is determined based on an ontology; where the interactive user interface further includes a second container that comprises a first alert associated with the team member and a second alert associated with the team member, where the first alert corresponds with the user, and where the second alert corresponds with a second user; where the computer readable storage medium further stores program instructions that cause the computing system to: receive text and a selection of a second team member from the team member, and transmit a message to an account associated with the second team member, where the message comprises the text, and where the second team member can view the message when accessing the computing system; where the team member is one of a primary care physician, a pharmacist, a government agency employee, a guardian, or the user.
  • Another aspect of the disclosure provides a computer-implemented method of accessing one or more databases in substantially real-time in order to aggregate patient health information and provide the aggregated information to a user in an interactive user interface. The computer-implemented method comprises, as implemented by one or more computer systems comprising computer hardware and memory, the one or more computer systems configured with specific executable instructions, retrieving dataset stored in a first database, where the retrieved dataset comprises data for a plurality of users, and where each data in the retrieved dataset is associated with a second field in a plurality of second fields; identifying a name for each second field in the retrieved dataset; determining a mapping between each identified second field name and a name of a first field in a plurality of first fields; storing the retrieved dataset in a second database such that each data in the retrieved dataset is stored in association with the first field that maps to the second field that the respective data is associated with; receiving a request to access the one or more computer systems; determining an identity of a user associated with the request to access the computing system; retrieving from the second database user health data that is associated with the determined user; and generating user interface data for rendering the interactive user interface on a computing device, the interactive user interface including a first container that comprises an identification of at least one first field in the plurality of first fields, where the first container further comprises the retrieved user health data that corresponds with the at least one first field.
  • The computer-implemented method of the preceding paragraph can have any sub-combination of the following features: where the interactive user interface includes a first container that comprises an identification of at least one first field in the plurality of first fields, where the first container further comprises the retrieved user health data that corresponds with the at least one first field; where the method further comprises generating a summary of a medical history of the determined user based on the retrieved user health data, where the first container further comprises the generated summary of the medical history of the determined user; where the retrieved user health data comprises medical claims submitted on behalf of the determined user, and where the computer-implemented method further comprises generating the summary of the medical history of the determined user based on the medical claim; where the method further comprises generating an alert associated with the team member based on the retrieved user health data, where the first container comprises the generated alert; where the method further comprises receiving an indication that the generated alert is selected via the interactive user interface, where the generated alert indicates that the user missed an appointment, and updating the user interface data such that the interactive user interface includes a second container comprising a list of selectable appointment times that can be reserved for the user; where the method further comprises receiving an indication that the generated alert is selected via the interactive user interface, where the generated alert indicates that the user is missing a lab test, and updating the user interface data such that the interactive user interface includes a second container comprising a map that graphically displays a location of one or more lab facilities located near the user where the lab test can be performed; where the retrieved user health data comprises prescription data, where the team member is a primary care physician, and where the alert is generated based on the prescription data; and where the method further comprises generating a risk score associated with the user, where the risk score is generated based on the retrieved user health data.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 illustrates a block diagram of a system for aggregating, analyzing, and displaying health data.
  • FIG. 2 illustrates a user interface displaying an ability to search for patients.
  • FIG. 3 illustrates a user interface displaying a patient profile.
  • FIG. 4 illustrates a user interface displaying a patient medical history.
  • FIG. 5 illustrates a user interface displaying a patient care plan.
  • FIG. 6 illustrates a user interface displaying a patient health assessment.
  • FIG. 7 illustrates a user interface displaying a patient clinical evaluation.
  • FIG. 8 illustrates a user interface displaying alerts and messages for a care team member.
  • FIG. 9 illustrates a user interface displaying a breakdown of remaining member visits by county.
  • FIG. 10 illustrates a user interface displaying a breakdown of claims, visits, and costs by diagnoses and facilities.
  • FIG. 11 illustrates a user interface displaying a graph of weighted care ratio by healthcare provider.
  • FIGS. 12A-12B illustrate user interfaces displaying a location of care team members.
  • FIG. 13 illustrates a user interface displaying a location of healthcare providers.
  • FIG. 14 is a flowchart depicting an illustrative operation of aggregating, analyzing, and displaying health data.
  • FIG. 15 illustrates a computer system with which certain methods discussed herein may be implemented.
  • DETAILED DESCRIPTION OF SPECIFIC EMBODIMENTS Overview
  • As described above, minors in the foster care system may often be placed in multiple foster homes. As a minor transitions from one foster home to another, important information about the minor may be lost. For example, the minor's medical history, hobbies, interests, and/or the like may be lost if the information is not relayed to the guardians of the new foster home. For the medical history in particular, healthcare providers (e.g., physicians, specialists, pharmacists, etc.) often keep detailed records about a patient. However, if the minor transitions from one foster home in a first geographic area to a second foster home in a second geographic area, one or more of the minor's healthcare providers may change. Even if the minor's healthcare records are transferred from an old healthcare provider to a new healthcare provider, such transfers may leave out important information that another healthcare provider knows about the minor. For example, health information related to the minor may be stored in separate databases (e.g., a claims history may be stored in one database, prescription information may be stored in another database, etc.). The separate databases may not be linked or integrated in any way to allow communication of this information among various healthcare providers. Thus, a minor's old pharmacist may be aware of certain medication that the minor is taking, but this information may not be relayed to a new primary care physician.
  • In some cases, a care team may manage the healthcare of a minor. For example, the care team may include a care team leader and one or more care team members who monitor whether a minor is receiving proper healthcare. The care team may interact with the minor, the minor's guardians, the minor's physician(s), the minor's specialist(s), the minor's pharmacist, and/or government agencies (e.g., state child welfare agencies). However, each of these entities may store different data related to the minor in different, disparate databases, as described above. Thus, the members of the care team may have trouble finding the appropriate health data to ensure that the minor is receiving proper healthcare.
  • Accordingly, the systems and methods are described herein provide an integrated health interface system that aggregates, analyzes, and displays health data for one or more users. For example, the integrated health interface system may aggregate, analyze, and display health data for minors that are a part of the foster care system. However, this is not meant to be limiting. The integrated health interface system described herein may aggregate, analyze, and display health data for any patient.
  • The integrated health interface system may be accessible by a plurality of entities. For example, physicians, specialists, pharmacists, patients, guardians, government agencies, and/or the like may access the integrated health interface system. Each of the various entities may be associated with an access level such that a respective entity can only view data that has been authorized for viewing by the respective entity. Alternatively or in addition, the integrated health interface system can support discover permissions where a physician, specialist, pharmacist, patient, guardian, government agencies, and/or another such user can discover that a piece of data is available, but be notified that the respective user does not have permission to view the available data and must gain special permission in order to view the available data.
  • The integrated health interface system may aggregate data stored in various databases. For example, one or more of the various entities may be associated with one or more databases that include information related to the healthcare of a patient. The integrated health interface system may retrieve data from these databases, map the data to a set of common terms based on an ontology, and display such information to an entity accessing the system. For example, instead of converting the data stored in the databases into a standardized format, the integrated health interface system may include a set of ontologies that provide a correlation between a first set of fields and a second set of fields. The first set of fields may be column headers in a database. The second set of fields may be a list of common column headers that may be included in the displayed information. The integrated health interface system may determine a correlation between a first column header in the first set of fields and a second column header in the second set of fields using the ontology, store data retrieved from the database in a second, local database in association with the second column header, and then may display in a user interface the data associated with the first column header under the second column header (without modifying the actual data). In this way, new databases can be seamlessly linked to the integrated health interface system such that the integrated health interface system can populate a user interface with data from the new database without having to modify the data to fit a standard format.
  • In an embodiment, the integrated health interface system generates alerts and/or notifications that are associated with specific entities. For example, the alerts and/or notifications may indicate that a task needs to be performed, a task has already been performed, an appointment was missed, lab results are missing, a prescription was not filled or refilled at the proper time, and/or the like. These alerts and/or notifications may be derived from the data stored in the various databases. In addition, an alert and/or notification directed at one entity may be derived from data stored in a database associated with another entity. When logged into the integrated health interface system, an entity (via a device used to log into the integrated health interface system) may also be able to view alerts and/or notifications that are directed to other entities.
  • In a further embodiment, the integrated health interface system provides actionable services via a generated user interface. For example, the integrated health interface system may generate a user interface that is then rendered by a device operated by an entity when the entity logs into the integrated health interface system. The integrated health interface system can further generate an alert and/or notification to be displayed in the user interface in response to one of the conditions described herein occurring. The alert and/or notification can indicate to a care team member that a patient missed an appointment, that a patient has a missing lab result, and/or the like. In response to a notification that a patient missing an appointment, the user interface may include an option to view available appointment times and schedule a new appointment. As another example, in response to a notification that a patient has a missing lab result, the user interface may include an option to view the locations of nearby facilities that can perform the relevant lab tests and/or to schedule an appointment.
  • In some embodiments, the alert and/or notification is automatically transmitted to the device operated by the entity associated with the alert and/or notification. The alert and/or notification can be transmitted at the time that the alert and/or notification is generated or at some determined time after generation of the alert and/or notification. When received by the device, the alert and/or notification can cause the device to display the alert and/or notification via the activation of an application on the device (e.g., a browser, a mobile application, etc.). For example, receipt of the alert and/or notification may automatically activate an application on the device, such as a messaging application (e.g., SMS or MMS messaging application), a standalone application (e.g., a health data monitoring application), or a browser, for example, and display information included in the alert and/or notification. If the device is offline when the alert and/or notification is transmitted, the application may be automatically activated when the device is online such that the alert and/or notification is displayed. As another example, receipt of the alert and/or notification may cause a browser to open and be redirected to a login page generated by the integrated health interface system so that the entity can log in to the integrated health interface system and view the alert and/or notification. Alternatively, the alert and/or notification may include a URL of a webpage (or other online information) associated with the alert and/or notification, such that when the device (e.g., a mobile device) receives the alert, a browser (or other application) is automatically activated and the URL included in the alert and/or notification is accessed via the Internet.
  • Health Interface System Overview
  • FIG. 1 illustrates a block diagram of a system 100 for aggregating, analyzing, and displaying health data. The system 100 comprises one or more primary care provider devices 110A, one or more specialist provider devices 110B, one or more other provider devices 110N, a care team device 130, a patient device 150, a foster parent device 160, a pharmacist device 170, a government device 180, a health interface system 140, and/or a network 120.
  • In the embodiment illustrated in FIG. 1, the one or more primary care provider devices 110A (e.g., operated by a doctor, nurse, hospital or clinic staff, etc.), the one or more specialist provider devices 110B (e.g., operated by a specialist, a specialist's staff, etc.), the one or more other provider devices 110N, the care team device 130 (e.g., operated by a care team member or leader), the patient device 150 (e.g., operated by a patient), the foster parent device 160 (e.g., operated by the guardians of a patient), the pharmacist device 170 (e.g., operated by a pharmacist), and the government device 180 (e.g., operated by a member of a government agency, such as a state child welfare agency), which may each be implemented by one or more first physical computing devices, are communicatively connected to the health interface system 140, which may be implemented by one or more second physical computing devices, over the network 120. In some embodiments, each such physical computing device may be implemented as a computer system including some or all of the components illustrated in the example computing system 1500 of FIG. 15. For example, the one or more primary care provider devices 110A, the one or more specialist provider devices 110B, the one or more other provider devices 110N, the care team device 130, the patient device 150, the foster parent device 160, the pharmacist device 170, and the government device 180 may be implemented in a computer system as a set of program instructions recorded on a machine-readable storage medium.
  • The one or more primary care provider devices 110A, the one or more specialist provider devices 110B, the one or more other provider devices 110N, the care team device 130, the patient device 150, the foster parent device 160, the pharmacist device 170, and the government device 180 may communicate with the health interface system 140 to access health information related to one or more patients. Each of the various entities may be associated with an access level such that a respective entity can only access and view data that has been authorized for viewing by the respective entity. Alternatively or in addition, the health interface system 140 can support discover permissions where an entity can discover that a piece of data is available, but be notified that the respective entity does not have permission to view the available data and must gain special permission in order to view the available data.
  • One or more of the primary care provider devices 110A, the specialist provider devices 110B, the other provider devices 110N, the care team device 130, the patient device 150, the foster parent device 160, the pharmacist device 170, and the government device 180 may be associated with one or more databases.
  • For example, the one or more databases may be associated with and/or maintained by various entities. Such entities may include a health maintenance organization (HMO), a social services or other government agency, and/or a data integration system. The HMO database can include medical claims, pharmacy claims, health risk assessments (e.g., GAIN-SS, PCS-17, etc.), electronic medical records, lab results, vitals (e.g., blood pressure, heart rate, etc.), care plan data (e.g., a patients' primary care and/or treating physicians, current medications, allergies, and/or other clinically relevant information), immunization records, prior authorization information, case management system data, and/or the like. The government agency database can include details about patients' foster parents, guardians, and/or primary care givers, criminal records, school records, and/or the like. The data integration system database can include enriched metrics (e.g., metrics derived from combining data stored in one or more databases). Enriched metrics can include average medical expenditure per month, average pharmacy expenditure per month, average total expenditure (e.g., medical and pharmacy) per month, predicted medical, pharmacy, and/or total expenditure per month, a patient's deviation from expected costs per month, a number of unique prescribers, a number of unique medications (used by one patient or patients in the aggregate), a number of Schedule 2 drugs (as defined by the United States Controlled Substances Act) used by one patient or patients in the aggregate, a costliest diagnosis, an average emergency room utilization rate, an average primary care physician visit rate, a distance to an assigned primary care physician for one or more patients, an average in-patient rate, geo-spatial data about patients, care teams, and/or health facilities, health risk scores, a number of missing medical services for which patients are eligible, and/or the like.
  • The one or more of the primary care provider devices 110A, the specialist provider devices 110B, the other provider devices 110N, the care team device 130, the patient device 150, the foster parent device 160, the pharmacist device 170, and/or the government device 180 may receive data from the one or more databases via an application programming interface (API) or adaptor, a connection interface, and/or other access point to a transactional or data warehouse system maintained by the HMO and/or government agency. Data can also be stored at a central location (e.g., a server) and delivered to the various entities via a network. Data can also be stored locally on a storage medium (e.g., a hard disk, optical disk, solid state drive, memory, etc.).
  • The health interface system 140 may aggregate data stored in the various databases. For example, the health interface system 140 may retrieve data from these databases, map the data to a set of common terms based on an ontology, and generate one or more user interfaces to display such information to an entity accessing the health interface system 140, as described in greater detail below. Rather than converting the data stored in the databases into a standardized format, the health interface system 140 may include a set of ontologies that provide a correlation between a first set of fields and a second set of fields. For example, the first set of fields may be column headers in a database and the second set of fields may be a list of common column headers that may be included in the generated user interface. The health interface system 140 may determine a correlation between a first field in the first set of fields and a second field in the second set of fields using the ontology, store data retrieved from the database in a second, local database (e.g., local to the health interface system 140) in association with the second field, and then may display in a user interface the data associated with the first field under the second field (without modifying the actual data). In this way, new databases can be seamlessly linked to the health interface system 140 such that the health interface system 140 can populate a user interface with data from the new database without having to modify the data to fit a standard format.
  • When executed by one or more processors of the computer system, logic in the health interface system 140 is operable to aggregate, analyze, and display health data according to the techniques described herein. In one embodiment, the health interface system 140 may be implemented in a Java Virtual Machine (JVM) that is executing in a distributed or non-distributed computer system. In other embodiments, the health interface system 140 may be implemented as a combination of programming instructions written in any programming language (e.g. C++ or Visual Basic) and hardware components (e.g., memory, CPU time) that have been allocated for executing the program instructions.
  • In an embodiment, the network 120 includes any communications network, such as the Internet. The network 120 may be a wired network, a wireless network, or a combination of the two. For example, network 120 may be a local area network (LAN) and/or a wireless area network (WAN).
  • Example User Interfaces
  • FIG. 2 illustrates a user interface 200 displaying an ability to search for patients. The interface 200 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 2, the interface 200 includes a pane 202. The pane 202 may display data according to a button selected by the user. For example, the user may have selected search button 212. Thus, the pane 202 may include a search box 204 that allows a user to search for a patient. The user may search for a patient by providing the patient's name, identification, social security number, or any other unique identifier. Searching for a patient may bring up information about the patient, such as the patient's profile, which is described below with respect to FIG. 3.
  • FIG. 3 illustrates a user interface 300 displaying a patient profile. The interface 300 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 3, the user has selected profile button 214. Thus, the pane 202 may include various data derived from the linked databases, such as biographical data about the patient, the hobbies and/or interests of the patient, some fun facts about the patient, and/or health data associated with the patient. Some of the data may be retrieved directly from a database and displayed in the pane 202 (after the ontology is used to determine a correlation or mapping between database fields and common fields).
  • Other data may be generated and displayed based on an analysis of the data retrieved from one or more databases. For example, information displayed in the medical snapshot section may be derived from medical and/or pharmaceutical claims data. Medical claims may include claims that are submitted to insurance companies to receive payment for medical services administered by the healthcare provider. Likewise, pharmaceutical claims may include claims that are submitted to insurance companies to receive payment for drugs distributed by the healthcare provider. Similarly, information related to the most seen primary care provider (PCP) or the last seen specialist in the contacts section may be derived from the medical and/or pharmaceutical claims.
  • As another example, information displayed in the medical snapshot section may include a map that shows the location of a patient relative to a location of one or more providers and/or health facilities involved in the care of the patient, an average distance traveled by a patient to receive care (e.g., to measure health access friction), a current deviation of a patient's expected or predicted costs, a current deviation from expected costs as a number of standard deviations from a population average, a propensity score predicting the likelihood that a patient's medical costs may deviate by a threshold value in the future, one or more top medical conditions that contribute the most to patient costs (e.g., from aggregated medical claims data), suspected conditions (e.g., conditions suspected to be suffered by a patient based on a mapping of diagnosis codes to conditions assigned to and/or associated with the patient), a number of missing services for which a patient is eligible (e.g., if asthmatic, a determination can be made whether the patient has received a prescription for a preventer medication in the calendar year), a sum of possibly preventable emergency room expenditures (e.g., for emergency room admissions, diagnoses can be assigned a probability that that condition could have been treated in an alternative facility or avoided. The sum of the probability multiplied by the actual treatment expenditure can provide a possibly preventable expenditure value), and/or the like.
  • In an embodiment, a user can generate a report that includes some or all of the displayed health data in the pane 202 by selecting report button 302. The generated report may be made available to other entities that access the health interface system 140 (e.g., accessible when the other entities log in to the health interface system 140).
  • The user interface 300 may also provide actionable services. As described above, the health interface system 140 can generate alerts and/or notifications to be displayed in the user interface 300 in response to a determination that a task needs to be performed, a task has already been performed, an appointment was missed, lab results are missing, a prescription was not filled or refilled at the proper time, and/or the like. The generated alerts and/or notifications can be displayed in the user interface 300. For example, the notifications/alerts section in the user interface 300 indicates that the patient missed a service. Other actionable services that can be depicted in the user interface 300 include allowing a user to schedule an appointment if a notification indicates that an appointment was missed, assigning a patient to a specific health intervention (e.g., health coaching) so as to tag the patient and transmit the patient's information to a team for outreach, sending a secure message to any individual of the patient's care team, re-assigning the patient's PCP to another provider (e.g., someone closer to the patient, a provided experienced in the particular condition(s) of the patient, etc.), exporting a summary and/or full report of the patient's medical history (including all patient information) for the purposes of facilitating a hand-off to another provider, sending a reminder for an appointment and/or prescription collection to the patient or a person associated with the patient (e.g., the patient's foster parent, parent, guardian, care giver, etc.), issuing a new patient ID card to a patient if the patient lost one, re-assigning a patient to a new case manager or any other health care provider, and/or the like. Accordingly, the user may select the notification or otherwise indicate that the user would like to schedule an appointment for the patient so that the patient receives the service. In response to a selection of the notification or an indication that the user would like to schedule an appointment, the user interface 300 may display a list of available appointment times to see the relevant provider. In addition, the user interface 300 may display a map to show the geographic location of one or more providers so that the user can choose, for example, the provider nearest to the patient.
  • In some embodiments, the alert and/or notification is automatically transmitted to an entity in communication with the health interface system 140. The alert and/or notification can be transmitted by the health interface system 140 at the time that the alert and/or notification is generated or at some determined time after generation of the alert and/or notification. When received by the entity, the alert and/or notification can cause the entity to display the alert and/or notification via the activation of an application on the entity (e.g., a browser, a mobile application, etc.). For example, receipt of the alert and/or notification may cause a mobile application to generate a push notification that is displayed. As another example, receipt of the alert and/or notification may cause a browser to open and be redirected to a login page generated by the health interface system 140 so that the entity can log in to the health interface system 140 and view the alert and/or notification via the user interface 300.
  • FIG. 4 illustrates a user interface 400 displaying a patient medical history. The interface 400 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 4, the user has selected medical history button 216. Thus, the pane 202 may include various data derived from the linked databases related to the medical history of the patient, such as past lab results, medications taken by the patient, allergies of the patient, the last visits to see a provider by the patient, and/or the like. For example, the medications data may be derived from the database that stores pharmaceutical claims.
  • The pane 202 may further include a risk score in the medical profile section. The risk score may represent a propensity for observed medical costs associated with a patient to deviate significantly (e.g., more than a threshold value) from expected medical costs within a time period (e.g., 12 months). The risk score may be based on claims data (e.g., medical and pharmaceutical claims data), coverage data (e.g., patient coverage/eligibility information), patient demographic data, a number of missing services associated with the patient, a priority of each missing service associated with the patient, a likelihood that the patient seeks medical services without intervention, a number of times the patient does not comply with a recommended care plan, a sum of amounts paid on medical claims for a patient (e.g., over a period of time, such as 12 months), an average amount paid on medical claims for a patient (e.g., over a period of time, such as 12 months), a per patient per month medical cost (e.g., over a period of time, such as 12 months), a sum of amounts paid on pharmaceutical claims for a patient (e.g., over a period of time, such as 12 months), an average amount paid on pharmaceutical claims for a patient (e.g., over a period of time, such as 12 months), a per patient per month pharmaceutical cost (e.g., over a period of time, such as 12 months), a per patient per month combined medical and pharmaceutical cost (e.g., over a period of time, such as 12 months), a sum of amounts paid on medical and pharmaceutical claims for a patient (e.g., over a period of time, such as 12 months), a difference between expected cost (e.g., a capitation rate given a set of Hierarchical Condition Categories (HCCs) adjusted for medical loss ratio) and observed cost (e.g., over a period of time, such as 12 months), a population average difference between expected cost and observed cost (e.g., over a period of time, such as 12 months), a population standard deviation of difference between expected cost and observed cost (e.g., over a period of time, such as 12 months), a per-patient deviation from expected costs (e.g., in standard deviations) from the population average (e.g., over a period of time, such as 12 months), a sum of a patient's HCC coefficients (e.g., over a period of time, such as 12 months), a capitation rate given a set of HCCs and a Centers for Medicare and Medicaid Services (CMS) plan rating of at least three and a half stars (e.g., over a period of time, such as 12 months), a capitation rate given a set of HCCs adjusted for medical loss ratio (e.g., over a period of time, such as 12 months), a sum of emergency room encounters (e.g., over a period of time, such as 12 months), a sum of possibly preventable emergency room costs (e.g., over a period of time, such as 12 months), a sum of in-patient encounters (e.g., over a period of time, such as 12 months), a list of unique national drug code (NDC) codes for drugs prescribed (e.g., over a period of time, such as 12 months), a list of unique drug names for drugs prescribed (e.g., over a period of time, such as 12 months), a list of unique pharmacological classes for drugs prescribed (e.g., over a period of time, such as 12 months), a list of unique Drug Enforcement Agency (DEA) Schedules for drugs prescribed (e.g., over a period of time, such as 12 months), a count of unique drugs prescribed (e.g., over a period of time, such as 12 months), flags for different condition categories based on a proprietary mapping of ICD-9, CPT, and HCPCS codes to suspected conditions (e.g., over a period of time, such as 12 months), flags for different HCCs based on CMS mapping of ICD-9 codes to chronic conditions (e.g., over a period of time, such as 12 months), and/or the like. For example, the expected medical costs may be a cost that would be expected given a patient's disease burden and calculated by assigning HCCs to members, summing the capitation premium for those HCCs, and adjusting for medical loss ratio. Observed medical costs can be calculated as per patient per medical costs over eligible months during the relevant time period. The deviation from expected medical costs is then calculated by subtracting observed medical costs from expected medical costs.
  • The risk factors may be weighted to generate the risk score. For example, some patients may have experienced an acute incident in their recent past that has caused their cost and utilization to spike temporarily. The medical costs associated with these patients may regress to the cost and/or utilization mean and may not benefit significantly from care management resources (as the chronically ill or poorly managed patients would). To address the possibility of regressing to the cost and/or utilization mean, the health interface system 140 can categorize a patient into one of three groups: high-deviation (e.g., observed average monthly medical costs exceed expected average monthly medical costs by a threshold value), chronic (e.g., a patient that has one or more high risk chronic conditions, as suggested by the patient's claim history, but whose observed average monthly medical costs do not exceed expected average monthly medical costs by the threshold value), or non-chronic low-deviation (e.g., a patient that does not have one or more high risk chronic conditions, as suggested by the patient's claim history, and whose observed average monthly medical costs do not exceed the expected average monthly medical costs by the threshold value). Once categorized, the health interface system 140 can train nine different logistic regression models, one for each of the following state transitions: high-deviation to high-deviation, high-deviation to chronic, high-deviation to non-chronic low-deviation, chronic to high-deviation, chronic to chronic, chronic to non-chronic low-deviation, non-chronic low-deviation to high-deviation, non-chronic low-deviation to chronic, and non-chronic low-deviation to non-chronic low-deviation. The training set for each model may include a sample of all eligible patients. The model training can use L1 regularization to address the collinearity between several of the cost metrics by inducing sparseness on the model. For each patient, the health interface system 140 can generate features for a period of time (e.g., 12 months) before and a period of time (e.g., 12 months) after a selected split date. The output of each model training cycle can be a set of feature weights (e.g., coefficients in a logistic regression model) that can be used to compute propensity scores for each of the state transitions listed above.
  • Once trained, the health interface system 140 can calculate propensity scores (e.g., a likelihood that a patient will move in to or remain in a given state for a period of time, such as 12 months) for a patient for each of the patient's three possible state transitions (e.g., there are three possible state transitions because the patient has already been categorized as starting in one of three categories). For each state transition, features can be weighted according to a trained model. The health interface system 140 can rank some or all patients by a propensity score associated with the transition to a high-deviation state, and the ranking of a patient can be translated into a risk score. In some embodiments, the user interface 400 may provide the option to the user to customize the weighting employed to generate the risk score (e.g., the factors used to generate the risk score, the threshold value that determines whether a patient is categorized as high-deviation, etc.).
  • The user may select care plan button 402 to view a patient's care plan, as described below with respect to FIG. 5, and the user may select health assessment button 404 to view a patient's health assessment, as described below with respect to FIG. 6.
  • FIG. 5 illustrates a user interface 500 displaying a patient care plan 502. The interface 500 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 5, the user has selected care plan button 218. Thus, the pane 202 displays the care plan 502. The care plan 502 may allow all authorized members of the care team to view the current and past care plans for the patient. Centralized storage of this data via the health interface system 140 may allow care team members and patient's providers access to baseline data in order to gauge the effectiveness and/or progress that a patient has made in any given care plan. The availability of care plans may also allow some or all of the various entities the ability to collaborate on current care plan goals and/or monitor progress.
  • In some embodiments, the care plan 502 is interactive. For example, the health interface system 140 can receive the care plan via an API such that one or more fields are editable (by an entity with sufficient permissions) when displayed in the user interface 500. The user interface 500 can display relevant input options showing the editable fields when an editable field is selected. If a field is edited, the health interface system 140 can synch the updated care plan 502 with the health plan's case management system. In other embodiments, the care plan 502 is static (e.g., received as a PDF)
  • FIG. 6 illustrates a user interface 600 displaying a patient health assessment. The interface 600 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 6, the user has selected health assessment button 220. Thus, the pane 202 displays a patient health assessment. The health assessment may allow all authorized members of the care team to view the current and/or past health assessments that have been conducted for the patient. The availability of these assessments may enable some or all members of the care team to access information that is critical in addressing each patient's specific needs. In addition to allowing a historical starting measure of the patient, assessment information may also allow the care team to determine when new assessments should be generated.
  • FIG. 7 illustrates a user interface 700 displaying a patient clinical evaluation. The interface 700 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 7, the user has selected vitals button 222. Thus, the pane 202 displays a set of clinical evaluations for the patient. The clinical evaluations may include date-specific recorded vitals signs, such as temperature, pulse, blood pressure, and/or respiratory rate. These vitals may allow providers to view a summary of the patient's health vitals and determine whether it is necessary to determine changes in a health status observed by different providers. Each instance of vitals may allow entities to enter notes regarding dated entries and observations.
  • FIG. 8 illustrates a user interface 800 displaying alerts and messages for a care team member. The interface 800 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 8, the user has selected alert button 224. Thus, the pane 202 displays alerts and/or notifications. The alerts and/or notifications may be for one or more patients that the viewing entity provides services for. The alerts and/or notifications may be derived from data stored in the databases. Example alerts and/or notifications can include a close appointment alert (e.g., a patient has an appointment coming up in the next week, day, hour, etc.), a missed appointment alert (e.g., if a patient missing an appointment), a propensity score shift (e.g., if a patients' propensity or risk score status changes, and the health provider can also be alerted), a recent admission to an emergency room (or a pre-authorization request from a health provider), a recent in-patient event (or pre-authorization request from a health provider), no interaction by the patient with the health interface system 140 for a period of time (e.g., 6 months), reminders for scheduled check-ins with a patient, and/or the like, In some cases, the alerts and/or notifications may be generated based on data associated with an entity that is different than the entity that has logged into the health interface system 140. For example, a pharmacist may have logged into the health interface system 140 and an alert may have been generated for the pharmacist based on data stored in a database associated with a primary care provider.
  • The notifications may inform an entity of what tasks have been accomplished and what tasks still need to be accomplished. The notifications and/or alerts may be color-coded to indicate an entity associated with the notification and/or alert and/or to indicate an importance of the notification and/or alert (e.g., green may mean the notification and/or alert is not vital, whereas red may mean the notification and/or alert is urgent).
  • In an embodiment, entities can communicate with each other via the health interface system 140. For example, one entity can send a message to another entity via the health interface system 140. Any messages sent via the health interface system 140 may be viewable in the user interface 800 in the messages section.
  • Example User Interfaces Depicting Additional Analytics
  • In some cases, the health interface system 140 can analyze health data at a macro level to, for example, provide insight on the features of a patient population as a whole in a given geographic region. FIG. 9 illustrates a user interface 900 displaying a breakdown of remaining member visits by county. The interface 900 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 9, a map 902 indicates a location, by county, of patients that may require a visit (e.g., a well-child visit) within a given period of time (e.g., 90 days). The map 902 may include shading to indicate counties that have a high number of required visits and a low number of required visits. The pane 202 may include a numerical breakdown of the number of required visits by county, medical group, and/or provider.
  • FIG. 10 illustrates a user interface 1000 displaying a breakdown of claims, visits, and costs by diagnoses and facilities. The interface 1000 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 10, the pane 202 includes a list of the top diagnoses by cost associated with emergency room visits for a given patient population.
  • FIG. 11 illustrates a user interface 1100 displaying a graph 1102 of weighted care ratio by healthcare provider. The interface 1100 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 11, the pane 202 includes the graph 1102 and a table that display a provider network as assessed by their care ratio (e.g., the percentage of associated patients who actually received the medical services for which they were eligible), which can be determined by the health interface system 140. The care ratio and the weighted care ratio allow entities to evaluate the character of the provider network when it comes to identifying which providers are best suited to caring for a patient in the patient population.
  • In an embodiment, a care ratio is a measure of compliance, applicable to providers, and can be specific to a particular medical service. A care ratio can be a percentage of how many patients eligible for a particular service have actually received that service. For example, if a provider has 100 diabetics associated with them, and there is an interest in knowing how many of these diabetics have had an HbA1c test in the last 12 months, the health interface system 140 would take the number of diabetics receiving this test and divide that by the total number of eligible patients. If the number of diabetics receiving this test is 60 and the total number of eligible patients is 100, the provider's care ratio would therefore be 60%.
  • In an embodiment, a weighted care ratio is a measure of how well a provider is addressing a particular missing service for their assigned patients for the purposes of comparing providers. The weighted care ratio is weighted because the ratio takes into account the number of patients that are assigned to a provider. The care ratios of providers with more patients may contribute proportionally more to the population average for all providers. Providers with very few patients may typically be assigned the average for the population rather than their true care ratio. The weighted care ratio can avoid overemphasizing the care ratio of a provider that has just a few patients. For example, if the care ratio is “percent of membership receiving an HbA1c test in last 12 months” (e.g., a measure applicable to diabetics only), and a provider only has one patient with diabetes and that patient has not had that service, then that provider's care ratio would be 0%. Instead, applying the logic of the weighted care ratio, that provider would receive the average care ratio for the population (e.g., 60%). Thus, this can prevent over-indexing on providers assigned to small populations of patients.
  • Example User Interfaces Depicting Actionable Services
  • FIGS. 12A-12B illustrate user interfaces 1200 displaying a location of care team members. The interface 1200 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 12A, the location of various care team members in one or more care teams is displayed. For example, the care team members may be shaded to indicate what team the care team member is a member of. The interface 1200 may also an entity to contact a care team member that is selected. For example, care team member John Gold is selected and thus may be contacted via phone or electronic message (e.g., text message).
  • As illustrated in FIG. 12B, a filter 1202 can be selected such that one or more care team members can be hidden. For example, the entity may select one or more care teams, and those care team members that are not a member of the selected care team may disappear from the interface 1200.
  • FIG. 13 illustrates a user interface 1300 displaying a location of healthcare providers. The interface 1300 may be generated by the health interface system 140 and viewable on any of the entities in communication with the health interface system 140. As illustrated in FIG. 13, the location of various providers is displayed. For example, the providers nearest to a patient may be displayed. The interface 1300 may also an entity to contact a provider that is selected and/or to schedule an appointment with a selected provider. For example, provider 2 is selected. An entity may contact provider 2 via the phone or may be redirected to a page that allows the entity to schedule an appointment with the provider.
  • Example Process Flow
  • FIG. 14 is a flowchart 1400 depicting an illustrative operation of aggregating, analyzing, and displaying health data. Depending on the embodiment, the method of FIG. 14 may be performed by various computing devices, such as by the health interface system 140. Depending on the embodiment, the method of FIG. 14 may include fewer and/or additional blocks and the blocks may be performed in an order different than illustrated.
  • In block 1402, a health dataset stored in a database is retrieved. For example, the health dataset may include medical and/or pharmaceutical claims data. The health dataset may include a set of second fields (e.g., columns).
  • In block 1404, a name for each second field in the retrieved health dataset is identified. In block 1406, a mapping between each identified second field name and a name of a first field in a plurality of first fields is determined. The plurality of first fields may include common terms.
  • In block 1408, the retrieved health dataset is stored in a second database such that each data in the retrieved health dataset is stored in associated with the first field that maps to the second field that the respective data is associated with. For example, the data may be unchanged, however the column headers for the data may be modified.
  • In block 1410, an identity of a patient for which records are requested is determined. For example, a care team member may desire to view the records of a specific patient.
  • In block 1412, user interface data is generated for rendering an interactive user interface on a computing device that includes data stored in the second database that is associated with the patient. The interactive user interface may display an identification of the first fields in association with the data.
  • Implementation Mechanisms
  • According to one embodiment, the techniques described herein are implemented by one or more special-purpose computing devices. The special-purpose computing devices may be hard-wired to perform the techniques, or may include digital electronic devices such as one or more application-specific integrated circuits (ASICs) or field programmable gate arrays (FPGAs) that are persistently programmed to perform the techniques, or may include one or more general purpose hardware processors programmed to perform the techniques pursuant to program instructions in firmware, memory, other storage, or a combination. Such special-purpose computing devices may also combine custom hard-wired logic, ASICs, or FPGAs with custom programming to accomplish the techniques. The special-purpose computing devices may be desktop computer systems, server computer systems, portable computer systems, handheld devices, networking devices or any other device or combination of devices that incorporate hard-wired and/or program logic to implement the techniques.
  • Computing device(s) are generally controlled and coordinated by operating system software, such as iOS, Android, Chrome OS, Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server, Windows CE, Unix, Linux, SunOS, Solaris, iOS, Blackberry OS, VxWorks, or other compatible operating systems. In other embodiments, the computing device may be controlled by a proprietary operating system. Conventional operating systems control and schedule computer processes for execution, perform memory management, provide file system, networking, I/O services, and provide a user interface functionality, such as a graphical user interface (“GUI”), among other things.
  • For example, FIG. 15 is a block diagram that illustrates a computer system 1500 upon which an embodiment may be implemented. For example, any of the computing devices discussed herein, such as the one or more primary care provider devices 110A, the one or more specialist provider devices 110B, the one or more other provider devices 110N, the care team device 130, the patient device 150, the foster parent device 160, the pharmacist device 170, the government device 180, and/or the health interface system 140 may include some or all of the components and/or functionality of the computer system 1500.
  • Computer system 1500 includes a bus 1502 or other communication mechanism for communicating information, and a hardware processor, or multiple processors, 1504 coupled with bus 1502 for processing information. Hardware processor(s) 1504 may be, for example, one or more general purpose microprocessors.
  • Computer system 1500 also includes a main memory 1506, such as a random access memory (RAM), cache and/or other dynamic storage devices, coupled to bus 1502 for storing information and instructions to be executed by processor 1504. Main memory 1506 also may be used for storing temporary variables or other intermediate information during execution of instructions to be executed by processor 1504. Such instructions, when stored in storage media accessible to processor 1504, render computer system 1500 into a special-purpose machine that is customized to perform the operations specified in the instructions.
  • Computer system 1500 further includes a read only memory (ROM) 1508 or other static storage device coupled to bus 1502 for storing static information and instructions for processor 1504. A storage device 1510, such as a magnetic disk, optical disk, or USB thumb drive (Flash drive), etc., is provided and coupled to bus 1502 for storing information and instructions.
  • Computer system 1500 may be coupled via bus 1502 to a display 1512, such as a cathode ray tube (CRT) or LCD display (or touch screen), for displaying information to a computer user. An input device 1514, including alphanumeric and other keys, is coupled to bus 1502 for communicating information and command selections to processor 1504. Another type of user input device is cursor control 1516, such as a mouse, a trackball, or cursor direction keys for communicating direction information and command selections to processor 804 and for controlling cursor movement on display 1512. This input device typically has two degrees of freedom in two axes, a first axis (e.g., x) and a second axis (e.g., y), that allows the device to specify positions in a plane. In some embodiments, the same direction information and command selections as cursor control may be implemented via receiving touches on a touch screen without a cursor.
  • Computing system 1500 may include a user interface module to implement a GUI that may be stored in a mass storage device as executable software codes that are executed by the computing device(s). This and other modules may include, by way of example, components, such as software components, object-oriented software components, class components and task components, processes, functions, attributes, procedures, subroutines, segments of program code, drivers, firmware, microcode, circuitry, data, databases, data structures, tables, arrays, and variables.
  • In general, the word “module,” as used herein, refers to logic embodied in hardware or firmware, or to a collection of software instructions, possibly having entry and exit points, written in a programming language, such as, for example, Java, Lua, C or C++. A software module may be compiled and linked into an executable program, installed in a dynamic link library, or may be written in an interpreted programming language such as, for example, BASIC, Perl, or Python. It will be appreciated that software modules may be callable from other modules or from themselves, and/or may be invoked in response to detected events or interrupts. Software modules configured for execution on computing devices may be provided on a computer readable medium, such as a compact disc, digital video disc, flash drive, magnetic disc, or any other tangible medium, or as a digital download (and may be originally stored in a compressed or installable format that requires installation, decompression or decryption prior to execution). Such software code may be stored, partially or fully, on a memory device of the executing computing device, for execution by the computing device. Software instructions may be embedded in firmware, such as an EPROM. It will be further appreciated that hardware modules may be comprised of connected logic units, such as gates and flip-flops, and/or may be comprised of programmable units, such as programmable gate arrays or processors. The modules or computing device functionality described herein are preferably implemented as software modules, but may be represented in hardware or firmware. Generally, the modules described herein refer to logical modules that may be combined with other modules or divided into sub-modules despite their physical organization or storage
  • Computer system 1500 may implement the techniques described herein using customized hard-wired logic, one or more ASICs or FPGAs, firmware and/or program logic which in combination with the computer system causes or programs computer system 1500 to be a special-purpose machine. According to one embodiment, the techniques herein are performed by computer system 1500 in response to processor(s) 1504 executing one or more sequences of one or more instructions contained in main memory 1506. Such instructions may be read into main memory 1506 from another storage medium, such as storage device 1510. Execution of the sequences of instructions contained in main memory 1506 causes processor(s) 1504 to perform the process steps described herein. In alternative embodiments, hard-wired circuitry may be used in place of or in combination with software instructions.
  • The term “non-transitory media,” and similar terms, as used herein refers to any media that store data and/or instructions that cause a machine to operate in a specific fashion. Such non-transitory media may comprise non-volatile media and/or volatile media. Non-volatile media includes, for example, optical or magnetic disks, such as storage device 1510. Volatile media includes dynamic memory, such as main memory 1506. Common forms of non-transitory media include, for example, a floppy disk, a flexible disk, hard disk, solid state drive, magnetic tape, or any other magnetic data storage medium, a CD-ROM, any other optical data storage medium, any physical medium with patterns of holes, a RAM, a PROM, and EPROM, a FLASH-EPROM, NVRAM, any other memory chip or cartridge, and networked versions of the same.
  • Non-transitory media is distinct from but may be used in conjunction with transmission media. Transmission media participates in transferring information between nontransitory media. For example, transmission media includes coaxial cables, copper wire and fiber optics, including the wires that comprise bus 802. Transmission media can also take the form of acoustic or light waves, such as those generated during radio-wave and infra-red data communications.
  • Various forms of media may be involved in carrying one or more sequences of one or more instructions to processor 804 for execution. For example, the instructions may initially be carried on a magnetic disk or solid state drive of a remote computer. The remote computer can load the instructions into its dynamic memory and send the instructions over a telephone line using a modem. A modem local to computer system 1500 can receive the data on the telephone line and use an infra-red transmitter to convert the data to an infra-red signal. An infra-red detector can receive the data carried in the infra-red signal and appropriate circuitry can place the data on bus 1502. Bus 1502 carries the data to main memory 1506, from which processor 1504 retrieves and executes the instructions. The instructions received by main memory 1506 may retrieve and execute the instructions. The instructions received by main memory 1506 may optionally be stored on storage device 1510 either before or after execution by processor 1504.
  • Computer system 1500 also includes a communication interface 1518 coupled to bus 1502. Communication interface 1518 provides a two-way data communication coupling to a network link 1520 that is connected to a local network 1522. For example, communication interface 1518 may be an integrated services digital network (ISDN) card, cable modem, satellite modem, or a modem to provide a data communication connection to a corresponding type of telephone line. As another example, communication interface 1518 may be a local area network (LAN) card to provide a data communication connection to a compatible LAN (or WAN component to communicated with a WAN). Wireless links may also be implemented. In any such implementation, communication interface 1518 sends and receives electrical, electromagnetic or optical signals that carry digital data streams representing various types of information.
  • Network link 1520 typically provides data communication through one or more networks to other data devices. For example, network link 1520 may provide a connection through local network 1522 to a host computer 1524 or to data equipment operated by an Internet Service Provider (ISP) 1526. ISP 1526 in turn provides data communication services through the world wide packet data communication network now commonly referred to as the “Internet” 1528. Local network 1522 and Internet 1528 both use electrical, electromagnetic or optical signals that carry digital data streams. The signals through the various networks and the signals on network link 1520 and through communication interface 1518, which carry the digital data to and from computer system 1500, are example forms of transmission media.
  • Computer system 1500 can send messages and receive data, including program code, through the network(s), network link 1520 and communication interface 1518. In the Internet example, a server 1530 might transmit a requested code for an application program through Internet 1528, ISP 1526, local network 1522 and communication interface 1518.
  • The received code may be executed by processor 1504 as it is received, and/or stored in storage device 1510, or other non-volatile storage for later execution.
  • Terminology
  • Each of the processes, methods, and algorithms described in the preceding sections may be embodied in, and fully or partially automated by, code modules executed by one or more computer systems or computer processors comprising computer hardware. The processes and algorithms may be implemented partially or wholly in application-specific circuitry.
  • The various features and processes described above may be used independently of one another, or may be combined in various ways. All possible combinations and subcombinations are intended to fall within the scope of this disclosure. In addition, certain method or process blocks may be omitted in some implementations. The methods and processes described herein are also not limited to any particular sequence, and the blocks or states relating thereto can be performed in other sequences that are appropriate. For example, described blocks or states may be performed in an order other than that specifically disclosed, or multiple blocks or states may be combined in a single block or state. The example blocks or states may be performed in serial, in parallel, or in some other manner. Blocks or states may be added to or removed from the disclosed example embodiments. The example systems and components described herein may be configured differently than described. For example, elements may be added to, removed from, or rearranged compared to the disclosed example embodiments.
  • Conditional language, such as, among others, “can,” “could,” “might,” or “may,” unless specifically stated otherwise, or otherwise understood within the context as used, is generally intended to convey that certain embodiments include, while other embodiments do not include, certain features, elements and/or steps. Thus, such conditional language is not generally intended to imply that features, elements and/or steps are in any way required for one or more embodiments or that one or more embodiments necessarily include logic for deciding, with or without user input or prompting, whether these features, elements and/or steps are included or are to be performed in any particular embodiment.
  • Any process descriptions, elements, or blocks in the flow diagrams described herein and/or depicted in the attached figures should be understood as potentially representing modules, segments, or portions of code which include one or more executable instructions for implementing specific logical functions or steps in the process. Alternate implementations are included within the scope of the embodiments described herein in which elements or functions may be deleted, executed out of order from that shown or discussed, including substantially concurrently or in reverse order, depending on the functionality involved, as would be understood by those skilled in the art.
  • The term “a” as used herein should be given an inclusive rather than exclusive interpretation. For example, unless specifically noted, the term “a” should not be understood to mean “exactly one” or “one and only one”; instead, the term “a” means “one or more” or “at least one,” whether used in the claims or elsewhere in the specification and regardless of uses of quantifiers such as “at least one,” “one or more,” or “a plurality” elsewhere in the claims or specification.
  • The term “comprising” as used herein should be given an inclusive rather than exclusive interpretation. For example, a general purpose computer comprising one or more processors should not be interpreted as excluding other computer components, and may possibly include such components as memory, input/output devices, and/or network interfaces, among others.
  • It should be emphasized that many variations and modifications may be made to the above-described embodiments, the elements of which are to be understood as being among other acceptable examples. All such modifications and variations are intended to be included herein within the scope of this disclosure. The foregoing description details certain embodiments of the invention. It will be appreciated, however, that no matter how detailed the foregoing appears in text, the invention can be practiced in many ways. As is also stated above, it should be noted that the use of particular terminology when describing certain features or aspects of the invention should not be taken to imply that the terminology is being re-defined herein to be restricted to including any specific characteristics of the features or aspects of the invention with which that terminology is associated. The scope of the invention should therefore be construed in accordance with the appended claims and any equivalents thereof.

Claims (17)

What is claimed is:
1. A computing system comprising:
one or more computer processors;
a database that organizes data in a plurality of first columns;
a computer readable storage medium storing program instructions configured for execution by the one or more computer processor in order to cause the computing system to:
for a second database,
access a dataset stored in the second database, wherein the accessed dataset comprises data for a plurality of users organized in a plurality of second columns;
determine a mapping between a name of a second column in the plurality of second columns and a name of a first column in the plurality of first columns; and
cause display of an unmodified version of the data in the accessed dataset corresponding to the name of the second column in a user interface under the name of the first column;
receive a request to access the computing system;
determine an identity of a user associated with the request to access the computing system;
retrieve, from the first database, user health data that is associated with the determined user;
retrieve, from a third database, health claims data associated with the determined user;
categorize the determined user into a first group based on the health claims data;
train one or more models using the health claims data and health claims data associated with one or more other users to produce a set of feature weights associated with the determined user, wherein each of the one or more models corresponds to a state transition from the first group to another group in one or more groups;
determine a likelihood that the determined user will transition from the first group into one of the one or more other groups within a threshold time period using the set of feature weights;
translate the likelihood into a risk score; and
generate user interface data for rendering the user interface on a computing device, wherein the user interface comprises an indication of the risk score.
2. The computing system of claim 1, wherein the user interface includes a first container that comprises an identification of at least one third column in the plurality of first columns, wherein the first container further comprises the retrieved user health data that corresponds with the at least one third column.
3. The computing system of claim 1, wherein the retrieved health claims data comprises medical claims submitted on behalf of the determined user, and wherein the computer readable storage medium further stores program instructions that cause the computing system to generate a summary of a health history of the determined user based on the medical claims.
4. The computing system of claim 1, wherein the retrieved user health data comprises prescription data.
5. The computing system of claim 1, wherein the risk score is based on at least one of a number of missing services associated with the user, a priority of each missing service associated with the user, a likelihood that the user seeks medical services without intervention, or a number of times the user does not comply with a recommended care plan.
6. The computing system of claim 1, wherein the mapping between the name of the second column and the name of the first column is determined based on an ontology.
7. The computing system of claim 1, wherein the user interface further includes a first container that comprises a first alert associated with a team member and a second alert associated with the team member, wherein the first alert corresponds with the user, and wherein the second alert corresponds with a second user.
8. The computing system of claim 1, wherein the computer readable storage medium further stores program instructions that cause the computing system to:
receive text and a selection of a second team member from a first team member; and
transmit a message to an account associated with the second team member, wherein the message comprises the text, and wherein the second team member can view the message when accessing the computing system.
9. The computing system of claim 8, wherein the first team member is one of a primary care physician, a pharmacist, a government agency employee, a guardian, or the user.
10. A computer-implemented method comprising:
as implemented by one or more computer systems comprising computer hardware and memory, the one or more computer systems configured with specific executable instructions,
retrieving a dataset stored in a first database, wherein the retrieved dataset comprises data for a plurality of users organized in a plurality of second columns;
determining a mapping between a name of a second column in the plurality of second columns and a name of a first column in a plurality of first columns;
causing display of an unmodified version of the data in the retrieved dataset corresponding to the name of the second column in a user interface under the name of the first column;
receiving a request to access the one or more computer systems;
determining an identity of a user associated with the request to access the one or more computer systems;
retrieving, from the first database, user health data that is associated with the determined user;
retrieving, from a second database, health claims data associated with the determined user;
categorizing the determined user into a first group based on the health claims data;
training one or more models using the health claims data and health claims data associated with one or more other users to produce a set of feature weights associated with the determined user, wherein each of the one or more models corresponds to a state transition from the first group to another group in one or more groups;
determining a likelihood that the determined user will transition from the first group into one of the one or more other groups within a threshold time period using the set of feature weights;
translating the likelihood into a risk score; and
generating user interface data for rendering the user interface on a computing device, wherein the user interface comprises an indication of the risk score.
11. The computer-implemented method of claim 10, wherein the user interface includes a first container that comprises an identification of at least one third column in the plurality of first columns, wherein the first container further comprises the retrieved user health data that corresponds with the at least one third column.
12. The computer-implemented method of claim 11, further comprising generating a summary of a health history of the determined user based on the retrieved user health data, wherein the first container further comprises the generated summary of the health history of the determined user.
13. The computer-implemented method of claim 12, wherein the retrieved health claims data comprises medical claims submitted on behalf of the determined user, and wherein the computer-implemented method further comprises generating the summary of the health history of the determined user based on the medical claims.
14. The computer-implemented method of claim 10, wherein the retrieved health claims data comprises prescription data.
15. The computer-implemented method of claim 10, further comprising:
receiving text and a selection of a second team member from a first team member; and
transmitting a message to an account associated with the second team member, wherein the message comprises the text, and wherein the second team member can view the message when accessing the computing system.
16. The computer-implemented method of claim 15, wherein the first team member is one of a primary care physician, a pharmacist, a government agency employee, a guardian, or the user.
17. A non-transitory computer-readable storage medium including computer-executable instructions that, when executed by a processor, configure the processor to:
retrieve a dataset stored in a first database, wherein the retrieved dataset comprises data for a plurality of users organized in a plurality of second columns;
determine a mapping between a name of a second column in the plurality of second columns and a name of a first column in a plurality of first columns;
cause display of an unmodified version of the data in the retrieved dataset corresponding to the name of the second column in a user interface under the name of the first column;
receive a request to access one or more computer systems;
determine an identity of a user associated with the request to access the one or more computer systems;
retrieve, from the first database, user health data that is associated with the determined user;
retrieve, from a second database, health claims data associated with the determined user;
categorize the determined user into a first group based on the health claims data;
train one or more models using the health claims data and health claims data associated with one or more other users to produce a set of feature weights associated with the determined user, wherein each of the one or more models corresponds to a state transition from the first group to another group in one or more groups;
determine a likelihood that the determined user will transition from the first group into one of the one or more other groups within a threshold time period using the set of feature weights;
translate the likelihood into a risk score; and
generate user interface data for rendering the user interface on a computing device, wherein the user interface comprises an indication of the risk score.
US17/681,570 2015-01-02 2022-02-25 Unified data interface and system Pending US20220277816A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US17/681,570 US20220277816A1 (en) 2015-01-02 2022-02-25 Unified data interface and system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201562099321P 2015-01-02 2015-01-02
US14/975,215 US11302426B1 (en) 2015-01-02 2015-12-18 Unified data interface and system
US17/681,570 US20220277816A1 (en) 2015-01-02 2022-02-25 Unified data interface and system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US14/975,215 Continuation US11302426B1 (en) 2015-01-02 2015-12-18 Unified data interface and system

Publications (1)

Publication Number Publication Date
US20220277816A1 true US20220277816A1 (en) 2022-09-01

Family

ID=81123766

Family Applications (2)

Application Number Title Priority Date Filing Date
US14/975,215 Active US11302426B1 (en) 2015-01-02 2015-12-18 Unified data interface and system
US17/681,570 Pending US20220277816A1 (en) 2015-01-02 2022-02-25 Unified data interface and system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US14/975,215 Active US11302426B1 (en) 2015-01-02 2015-12-18 Unified data interface and system

Country Status (1)

Country Link
US (2) US11302426B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200342981A1 (en) * 2019-04-23 2020-10-29 OpenMed, Inc. Reverse flow appointment scheduling

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10628002B1 (en) 2017-07-10 2020-04-21 Palantir Technologies Inc. Integrated data authentication system with an interactive user interface
US11763950B1 (en) 2018-08-16 2023-09-19 Clarify Health Solutions, Inc. Computer network architecture with machine learning and artificial intelligence and patient risk scoring
US11625789B1 (en) * 2019-04-02 2023-04-11 Clarify Health Solutions, Inc. Computer network architecture with automated claims completion, machine learning and artificial intelligence
US11621085B1 (en) 2019-04-18 2023-04-04 Clarify Health Solutions, Inc. Computer network architecture with machine learning and artificial intelligence and active updates of outcomes
US11238469B1 (en) 2019-05-06 2022-02-01 Clarify Health Solutions, Inc. Computer network architecture with machine learning and artificial intelligence and risk adjusted performance ranking of healthcare providers

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014201515A1 (en) * 2013-06-18 2014-12-24 Deakin University Medical data processing for risk prediction
US8949082B2 (en) * 2001-11-02 2015-02-03 Siemens Medical Solutions Usa, Inc. Healthcare information technology system for predicting or preventing readmissions
US20150112710A1 (en) * 2012-06-21 2015-04-23 Battelle Memorial Institute Clinical predictive analytics system

Family Cites Families (525)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5241625A (en) 1990-11-27 1993-08-31 Farallon Computing, Inc. Screen image sharing among heterogeneous computers
US5819226A (en) 1992-09-08 1998-10-06 Hnc Software Inc. Fraud detection using predictive modeling
US5670987A (en) 1993-09-21 1997-09-23 Kabushiki Kaisha Toshiba Virtual manipulating apparatus and method
US5892900A (en) 1996-08-30 1999-04-06 Intertrust Technologies Corp. Systems and methods for secure transaction management and electronic rights protection
US5777549A (en) 1995-03-29 1998-07-07 Cabletron Systems, Inc. Method and apparatus for policy-based alarm notification in a distributed network management environment
US5999911A (en) 1995-06-02 1999-12-07 Mentor Graphics Corporation Method and system for managing workflow
US5832218A (en) 1995-12-14 1998-11-03 International Business Machines Corporation Client/server electronic mail system for providng off-line client utilization and seamless server resynchronization
US6006242A (en) 1996-04-05 1999-12-21 Bankers Systems, Inc. Apparatus and method for dynamically creating a document
US8725493B2 (en) 2004-01-06 2014-05-13 Neuric Llc Natural language parsing method to provide conceptual flow
US5845300A (en) 1996-06-05 1998-12-01 Microsoft Corporation Method and apparatus for suggesting completions for a partially entered data item based on previously-entered, associated data items
US6094643A (en) 1996-06-14 2000-07-25 Card Alert Services, Inc. System for detecting counterfeit financial card fraud
US5893072A (en) 1996-06-20 1999-04-06 Aetna Life & Casualty Company Insurance classification plan loss control system
US5897636A (en) 1996-07-11 1999-04-27 Tandem Corporation Incorporated Distributed object computer system with hierarchical name space versioning
US5878434A (en) 1996-07-18 1999-03-02 Novell, Inc Transaction clash management in a disconnectable computer and network
US5826021A (en) 1996-09-17 1998-10-20 Sun Microsystems, Inc. Disconnected write authorization in a client/server computing system
US5974572A (en) 1996-10-15 1999-10-26 Mercury Interactive Corporation Software system and methods for generating a load test using a server access log
US5870559A (en) 1996-10-15 1999-02-09 Mercury Interactive Software system and associated methods for facilitating the analysis and management of web sites
CA2190043C (en) 1996-11-12 2001-10-16 Don E. Hameluck Buffered screen capturing software tool usability testing of computer applications
US6430305B1 (en) 1996-12-20 2002-08-06 Synaptics, Incorporated Identity verification methods
US6065026A (en) 1997-01-09 2000-05-16 Document.Com, Inc. Multi-user electronic document authoring system with prompted updating of shared language
US5966706A (en) 1997-02-19 1999-10-12 At&T Corp Local logging in a distributed database management computer system
US6026233A (en) 1997-05-27 2000-02-15 Microsoft Corporation Method and apparatus for presenting and selecting options to modify a programming language statement
US7403922B1 (en) 1997-07-28 2008-07-22 Cybersource Corporation Method and apparatus for evaluating fraud risk in an electronic commerce transaction
US6463404B1 (en) 1997-08-08 2002-10-08 British Telecommunications Public Limited Company Translation
JP3636272B2 (en) 1998-02-09 2005-04-06 富士通株式会社 Icon display method, apparatus thereof, and recording medium
US6134582A (en) 1998-05-26 2000-10-17 Microsoft Corporation System and method for managing electronic mail messages using a client-based database
US7168039B2 (en) 1998-06-02 2007-01-23 International Business Machines Corporation Method and system for reducing the horizontal space required for displaying a column containing text data
US6742003B2 (en) 2001-04-30 2004-05-25 Microsoft Corporation Apparatus and accompanying methods for visualizing clusters of data and hierarchical cluster classifications
US6243706B1 (en) 1998-07-24 2001-06-05 Avid Technology, Inc. System and method for managing the creation and production of computer generated works
US6243717B1 (en) 1998-09-01 2001-06-05 Camstar Systems, Inc. System and method for implementing revision management of linked data entities and user dependent terminology
US6161098A (en) 1998-09-14 2000-12-12 Folio (Fn), Inc. Method and apparatus for enabling small investors with a portfolio of securities to manage taxable events within the portfolio
US6232971B1 (en) 1998-09-23 2001-05-15 International Business Machines Corporation Variable modality child windows
US7213030B1 (en) 1998-10-16 2007-05-01 Jenkins Steven R Web-enabled transaction and collaborative management system
US6279018B1 (en) 1998-12-21 2001-08-21 Kudrollis Software Inventions Pvt. Ltd. Abbreviating and compacting text to cope with display space constraint in computer software
US6292796B1 (en) 1999-02-23 2001-09-18 Clinical Focus, Inc. Method and apparatus for improving access to literature
US7418399B2 (en) 1999-03-10 2008-08-26 Illinois Institute Of Technology Methods and kits for managing diagnosis and therapeutics of bacterial infections
US6369835B1 (en) 1999-05-18 2002-04-09 Microsoft Corporation Method and system for generating a movie file from a slide show presentation
US6714936B1 (en) 1999-05-25 2004-03-30 Nevin, Iii Rocky Harry W. Method and apparatus for displaying data stored in linked nodes
US7373592B2 (en) 1999-07-30 2008-05-13 Microsoft Corporation Modeless child windows for application programs
WO2001022285A2 (en) 1999-09-21 2001-03-29 Borthwick Andrew E A probabilistic record linkage model derived from training data
US6523019B1 (en) 1999-09-21 2003-02-18 Choicemaker Technologies, Inc. Probabilistic record linkage model derived from training data
US6519627B1 (en) 1999-09-27 2003-02-11 International Business Machines Corporation System and method for conducting disconnected transactions with service contracts for pervasive computing devices
US7418431B1 (en) 1999-09-30 2008-08-26 Fair Isaac Corporation Webstation: configurable web-based workstation for reason driven data analysis
US20020174201A1 (en) 1999-09-30 2002-11-21 Ramer Jon E. Dynamic configuration of context-sensitive personal sites and membership channels
WO2001025906A1 (en) 1999-10-01 2001-04-12 Global Graphics Software Limited Method and system for arranging a workflow using graphical user interface
US6370538B1 (en) 1999-11-22 2002-04-09 Xerox Corporation Direct manipulation interface for document properties
US7716077B1 (en) 1999-11-22 2010-05-11 Accenture Global Services Gmbh Scheduling and planning maintenance and service in a network-based supply chain environment
US7194680B1 (en) 1999-12-07 2007-03-20 Adobe Systems Incorporated Formatting content by example
US6944821B1 (en) 1999-12-07 2005-09-13 International Business Machines Corporation Copy/paste mechanism and paste buffer that includes source information for copied data
US20040117387A1 (en) 2000-02-25 2004-06-17 Vincent Civetta Database sizing and diagnostic utility
US20020032677A1 (en) 2000-03-01 2002-03-14 Jeff Morgenthaler Methods for creating, editing, and updating searchable graphical database and databases of graphical images and information and displaying graphical images from a searchable graphical database or databases in a sequential or slide show format
JP2001283120A (en) 2000-03-31 2001-10-12 Oki Electric Ind Co Ltd Transaction supporting system
ATE297571T1 (en) 2000-05-16 2005-06-15 Garrett O'carroll SYSTEM AND METHOD FOR DOCUMENT PROCESSING
US8386945B1 (en) 2000-05-17 2013-02-26 Eastman Kodak Company System and method for implementing compound documents in a production printing workflow
US6839745B1 (en) 2000-07-19 2005-01-04 Verizon Corporate Services Group Inc. System and method for generating reports in a telecommunication system
US7278105B1 (en) 2000-08-21 2007-10-02 Vignette Corporation Visualization and analysis of user clickpaths
GB2366498A (en) 2000-08-25 2002-03-06 Copyn Ltd Method of bookmarking a section of a web-page and storing said bookmarks
US6795868B1 (en) 2000-08-31 2004-09-21 Data Junction Corp. System and method for event-driven data transformation
TWI244617B (en) 2000-09-16 2005-12-01 Ibm A client/server-based data processing system for performing transactions between clients and a server and a method of performing the transactions
US20020065708A1 (en) 2000-09-22 2002-05-30 Hikmet Senay Method and system for interactive visual analyses of organizational interactions
US8117281B2 (en) 2006-11-02 2012-02-14 Addnclick, Inc. Using internet content as a means to establish live social networks by linking internet users to each other who are simultaneously engaged in the same and/or similar content
US8707185B2 (en) 2000-10-10 2014-04-22 Addnclick, Inc. Dynamic information management system and method for content delivery and sharing in content-, metadata- and viewer-based, live social networking among users concurrently engaged in the same and/or similar content
US7440904B2 (en) 2000-10-11 2008-10-21 Malik M. Hanson Method and system for generating personal/individual health records
JP2002123530A (en) 2000-10-12 2002-04-26 Hitachi Ltd Method and device for visualizing multidimensional data
EP1332573A4 (en) 2000-10-23 2005-11-09 Deloitte & Touche Llp Commercial insurance scoring system and method
US6754640B2 (en) 2000-10-30 2004-06-22 William O. Bozeman Universal positive pay match, authentication, authorization, settlement and clearing system
US6978419B1 (en) 2000-11-15 2005-12-20 Justsystem Corporation Method and apparatus for efficient identification of duplicate and near-duplicate documents and text spans using high-discriminability text fragments
US7058648B1 (en) 2000-12-01 2006-06-06 Oracle International Corporation Hierarchy-based secured document repository
US20020103705A1 (en) 2000-12-06 2002-08-01 Forecourt Communication Group Method and apparatus for using prior purchases to select activities to present to a customer
US7529698B2 (en) 2001-01-16 2009-05-05 Raymond Anthony Joao Apparatus and method for providing transaction history information, account history information, and/or charge-back information
US9053222B2 (en) 2002-05-17 2015-06-09 Lawrence A. Lynn Patient safety processor
US7921123B2 (en) 2001-02-20 2011-04-05 Hartford Fire Insurance Company Method and system for processing physician claims over a network
US7809650B2 (en) 2003-07-01 2010-10-05 Visa U.S.A. Inc. Method and system for providing risk information in connection with transaction processing
US20100057622A1 (en) 2001-02-27 2010-03-04 Faith Patrick L Distributed Quantum Encrypted Pattern Generation And Scoring
US7043702B2 (en) 2001-03-15 2006-05-09 Xerox Corporation Method for visualizing user path through a web site and a path's associated information scent
US9256356B2 (en) 2001-03-29 2016-02-09 International Business Machines Corporation Method and system for providing feedback for docking a content pane in a host window
US6892193B2 (en) 2001-05-10 2005-05-10 International Business Machines Corporation Method and apparatus for inducing classifiers for multimedia based on unified representation of features reflecting disparate modalities
JP2005515518A (en) 2001-05-11 2005-05-26 コンピュータ アソシエイツ シンク,インコーポレイテッド Method and system for converting legacy software applications into modern object-oriented systems
US6980984B1 (en) 2001-05-16 2005-12-27 Kanisa, Inc. Content provider systems and methods using structured data
US7877421B2 (en) 2001-05-25 2011-01-25 International Business Machines Corporation Method and system for mapping enterprise data assets to a semantic information model
US7865427B2 (en) 2001-05-30 2011-01-04 Cybersource Corporation Method and apparatus for evaluating fraud risk in an electronic commerce transaction
US8001465B2 (en) 2001-06-26 2011-08-16 Kudrollis Software Inventions Pvt. Ltd. Compacting an information array display to cope with two dimensional display space constraint
US20040205492A1 (en) 2001-07-26 2004-10-14 Newsome Mark R. Content clipping service
US20030036927A1 (en) 2001-08-20 2003-02-20 Bowen Susan W. Healthcare information search system and user interface
US6877136B2 (en) 2001-10-26 2005-04-05 United Services Automobile Association (Usaa) System and method of providing electronic access to one or more documents
US6799173B2 (en) 2001-11-14 2004-09-28 Sun Microsystems, Inc. Method and apparatus for sharing code containing references to non-shared objects
US7089541B2 (en) 2001-11-30 2006-08-08 Sun Microsystems, Inc. Modular parser architecture with mini parsers
US20070203771A1 (en) 2001-12-17 2007-08-30 Caballero Richard J System and method for processing complex orders
US7475242B2 (en) 2001-12-18 2009-01-06 Hewlett-Packard Development Company, L.P. Controlling the distribution of information
US7174377B2 (en) 2002-01-16 2007-02-06 Xerox Corporation Method and apparatus for collaborative document versioning of networked documents
US7139800B2 (en) 2002-01-16 2006-11-21 Xerox Corporation User interface for a message-based system having embedded information management capabilities
US7454466B2 (en) 2002-01-16 2008-11-18 Xerox Corporation Method and system for flexible workflow management
US7640173B2 (en) 2002-01-17 2009-12-29 Applied Medical Software, Inc. Method and system for evaluating a physician's economic performance and gainsharing of physician services
US7546245B2 (en) 2002-01-17 2009-06-09 Amsapplied Medical Software, Inc. Method and system for gainsharing of physician services
US7225183B2 (en) 2002-01-28 2007-05-29 Ipxl, Inc. Ontology-based information management system and method
US7813937B1 (en) 2002-02-15 2010-10-12 Fair Isaac Corporation Consistency modeling of healthcare claims to detect fraud and abuse
US6993539B2 (en) 2002-03-19 2006-01-31 Network Appliance, Inc. System and method for determining changes in two snapshots and for transmitting changes to destination snapshot
CA2470239C (en) 2002-03-20 2020-06-16 Catalina Marketing International, Inc. Targeted incentives based upon predicted behavior
US7533026B2 (en) 2002-04-12 2009-05-12 International Business Machines Corporation Facilitating management of service elements usable in providing information technology service offerings
US7162475B2 (en) 2002-04-17 2007-01-09 Ackerman David M Method for user verification and authentication and multimedia processing for interactive database management and method for viewing the multimedia
US20040126840A1 (en) 2002-12-23 2004-07-01 Affymetrix, Inc. Method, system and computer software for providing genomic ontological data
US20040012633A1 (en) 2002-04-26 2004-01-22 Affymetrix, Inc., A Corporation Organized Under The Laws Of Delaware System, method, and computer program product for dynamic display, and analysis of biological sequence data
US7171427B2 (en) 2002-04-26 2007-01-30 Oracle International Corporation Methods of navigating a cube that is implemented as a relational object
US7426559B2 (en) 2002-05-09 2008-09-16 International Business Machines Corporation Method for sequential coordination of external database application events with asynchronous internal database events
US7539680B2 (en) 2002-05-10 2009-05-26 Lsi Corporation Revision control for database of evolved design
US7703021B1 (en) 2002-05-24 2010-04-20 Sparta Systems, Inc. Defining user access in highly-configurable systems
AU2003278612A1 (en) 2002-06-24 2004-01-23 Xymphonic Systems As Method for data-centric collaboration
US6996583B2 (en) 2002-07-01 2006-02-07 International Business Machines Corporation Real-time database update transaction with disconnected relational database clients
US20040006523A1 (en) 2002-07-08 2004-01-08 Coker Don W. System and method for preventing financial fraud
US7461158B2 (en) 2002-08-07 2008-12-02 Intelliden, Inc. System and method for controlling access rights to network resources
US7076508B2 (en) 2002-08-12 2006-07-11 International Business Machines Corporation Method, system, and program for merging log entries from multiple recovery log files
US8799023B2 (en) 2002-10-18 2014-08-05 Medimpact Healthcare Systems, Inc. Mass customization for management of healthcare
US20040083466A1 (en) 2002-10-29 2004-04-29 Dapp Michael C. Hardware parser accelerator
US20040085318A1 (en) 2002-10-31 2004-05-06 Philipp Hassler Graphics generation and integration
US20040088177A1 (en) 2002-11-04 2004-05-06 Electronic Data Systems Corporation Employee performance management method and system
AU2003298616A1 (en) 2002-11-06 2004-06-03 International Business Machines Corporation Confidential data sharing and anonymous entity resolution
WO2004046957A2 (en) 2002-11-15 2004-06-03 Creo Inc. Methods and systems for sharing data
US20040111480A1 (en) 2002-12-09 2004-06-10 Yue Jonathan Zhanjun Message screening system and method
US8589273B2 (en) 2002-12-23 2013-11-19 Ge Corporate Financial Services, Inc. Methods and systems for managing risk management information
US7752117B2 (en) 2003-01-31 2010-07-06 Trading Technologies International, Inc. System and method for money management in electronic trading environment
US7912842B1 (en) 2003-02-04 2011-03-22 Lexisnexis Risk Data Management Inc. Method and system for processing and linking data records
US7403942B1 (en) 2003-02-04 2008-07-22 Seisint, Inc. Method and system for processing data records
US20040153418A1 (en) 2003-02-05 2004-08-05 Hanweck Gerald Alfred System and method for providing access to data from proprietary tools
US7086028B1 (en) 2003-04-09 2006-08-01 Autodesk, Inc. Simplified generation of design change information on a drawing in a computer aided design (CAD) environment
US7383239B2 (en) 2003-04-30 2008-06-03 Genworth Financial, Inc. System and process for a fusion classification for insurance underwriting suitable for use by an automated system
US9607092B2 (en) 2003-05-20 2017-03-28 Excalibur Ip, Llc Mapping method and system
US8412566B2 (en) 2003-07-08 2013-04-02 Yt Acquisition Corporation High-precision customer-based targeting by individual usage statistics
AU2003903994A0 (en) 2003-07-31 2003-08-14 Canon Kabushiki Kaisha Collaborative editing with automatic layout
WO2005036319A2 (en) 2003-09-22 2005-04-21 Catalina Marketing International, Inc. Assumed demographics, predicted behaviour, and targeted incentives
US7584172B2 (en) 2003-10-16 2009-09-01 Sap Ag Control for selecting data query and visual configuration
US7441182B2 (en) 2003-10-23 2008-10-21 Microsoft Corporation Digital negatives
US20050091186A1 (en) 2003-10-24 2005-04-28 Alon Elish Integrated method and apparatus for capture, storage, and retrieval of information
US8627489B2 (en) 2003-10-31 2014-01-07 Adobe Systems Incorporated Distributed document version control
US20050108063A1 (en) 2003-11-05 2005-05-19 Madill Robert P.Jr. Systems and methods for assessing the potential for fraud in business transactions
US20050131935A1 (en) 2003-11-18 2005-06-16 O'leary Paul J. Sector content mining system using a modular knowledge base
US20050125715A1 (en) 2003-12-04 2005-06-09 Fabrizio Di Franco Method of saving data in a graphical user interface
US7818658B2 (en) 2003-12-09 2010-10-19 Yi-Chih Chen Multimedia presentation system
US6948656B2 (en) 2003-12-23 2005-09-27 First Data Corporation System with GPS to manage risk of financial transactions
US20090240529A1 (en) 2003-12-27 2009-09-24 Enhanced Care Initiatives, Inc. Method for selecting a high risk patient for participation in a care management program for patients having poor prognoses
US7917376B2 (en) 2003-12-29 2011-03-29 Montefiore Medical Center System and method for monitoring patient care
US20050149527A1 (en) 2003-12-31 2005-07-07 Intellipoint International, Llc System and method for uniquely identifying persons
US20050154628A1 (en) 2004-01-13 2005-07-14 Illumen, Inc. Automated management of business performance information
US20050154769A1 (en) 2004-01-13 2005-07-14 Llumen, Inc. Systems and methods for benchmarking business performance data against aggregated business performance data
US20050182654A1 (en) 2004-02-14 2005-08-18 Align Technology, Inc. Systems and methods for providing treatment planning
US20060053097A1 (en) 2004-04-01 2006-03-09 King Martin T Searching and accessing documents on private networks for use with captures from rendered documents
US20050180330A1 (en) 2004-02-17 2005-08-18 Touchgraph Llc Method of animating transitions and stabilizing node motion during dynamic graph navigation
US7853533B2 (en) 2004-03-02 2010-12-14 The 41St Parameter, Inc. Method and system for identifying users and detecting fraud by use of the internet
US20060026120A1 (en) 2004-03-24 2006-02-02 Update Publications Lp Method and system for collecting, processing, and distributing residential property data
US20060031779A1 (en) 2004-04-15 2006-02-09 Citrix Systems, Inc. Selectively sharing screen data
US8041701B2 (en) 2004-05-04 2011-10-18 DG FastChannel, Inc Enhanced graphical interfaces for displaying visual data
US7689601B2 (en) 2004-05-06 2010-03-30 Oracle International Corporation Achieving web documents using unique document locators
US9171285B2 (en) 2004-05-06 2015-10-27 Medencentive, Llc Methods for improving the clinical outcome of patient care and for reducing overall health care costs
US7587721B2 (en) 2004-05-20 2009-09-08 Sap Ag Sharing objects in runtime systems
GB2414576A (en) 2004-05-25 2005-11-30 Arion Human Capital Ltd Business communication monitoring system detecting anomalous communication patterns
US8037144B2 (en) 2004-05-25 2011-10-11 Google Inc. Electronic message source reputation information system
US20060010130A1 (en) 2004-07-09 2006-01-12 Avraham Leff Method and apparatus for synchronizing client transactions executed by an autonomous client
US7870487B2 (en) 2004-07-29 2011-01-11 International Business Machines Corporation Inserting into a document a screen image of a computer software application
US7552116B2 (en) 2004-08-06 2009-06-23 The Board Of Trustees Of The University Of Illinois Method and system for extracting web query interfaces
US20070271317A1 (en) 2004-08-16 2007-11-22 Beinsync Ltd. System and Method for the Synchronization of Data Across Multiple Computing Devices
US7290698B2 (en) 2004-08-25 2007-11-06 Sony Corporation Progress bar with multiple portions
US7617232B2 (en) 2004-09-02 2009-11-10 Microsoft Corporation Centralized terminology and glossary development
US7493333B2 (en) 2004-09-03 2009-02-17 Biowisdom Limited System and method for parsing and/or exporting data from one or more multi-relational ontologies
US20060059423A1 (en) 2004-09-13 2006-03-16 Stefan Lehmann Apparatus, system, and method for creating customized workflow documentation
US7933862B2 (en) 2004-09-27 2011-04-26 Microsoft Corporation One click conditional formatting method and system for software programs
US7284198B2 (en) 2004-10-07 2007-10-16 International Business Machines Corporation Method and system for document draft reminder based on inactivity
US20060080316A1 (en) 2004-10-08 2006-04-13 Meridio Ltd Multiple indexing of an electronic document to selectively permit access to the content and metadata thereof
US20060080139A1 (en) 2004-10-08 2006-04-13 Woodhaven Health Services Preadmission health care cost and reimbursement estimation tool
US8892571B2 (en) 2004-10-12 2014-11-18 International Business Machines Corporation Systems for associating records in healthcare database with individuals
US7757220B2 (en) 2004-10-21 2010-07-13 Discovery Machine, Inc. Computer interchange of knowledge hierarchies
US7797197B2 (en) 2004-11-12 2010-09-14 Amazon Technologies, Inc. Method and system for analyzing the performance of affiliate sites
US7899796B1 (en) 2004-11-23 2011-03-01 Andrew Borthwick Batch automated blocking and record matching
US20060129746A1 (en) 2004-12-14 2006-06-15 Ithink, Inc. Method and graphic interface for storing, moving, sending or printing electronic data to two or more locations, in two or more formats with a single save function
US7451397B2 (en) 2004-12-15 2008-11-11 Microsoft Corporation System and method for automatically completing spreadsheet formulas
US9020887B2 (en) 2004-12-21 2015-04-28 Proofpoint, Inc. Managing the status of documents in a distributed storage system
US20060143079A1 (en) 2004-12-29 2006-06-29 Jayanta Basak Cross-channel customer matching
US8700414B2 (en) 2004-12-29 2014-04-15 Sap Ag System supported optimization of event resolution
US8271436B2 (en) 2005-02-07 2012-09-18 Mimosa Systems, Inc. Retro-fitting synthetic full copies of data
US20060190295A1 (en) 2005-02-22 2006-08-24 Richard Merkin Systems and methods for assessing and optimizing healthcare administration
US8091784B1 (en) 2005-03-09 2012-01-10 Diebold, Incorporated Banking system controlled responsive to data bearing records
WO2006102270A2 (en) 2005-03-22 2006-09-28 Cooper Kim A Performance motivation systems and methods for contact centers
US20060218941A1 (en) 2005-03-30 2006-10-05 Paul Drube Cryogenic fluid dispensing system
US7596528B1 (en) 2005-03-31 2009-09-29 Trading Technologies International, Inc. System and method for dynamically regulating order entry in an electronic trading environment
US7426654B2 (en) 2005-04-14 2008-09-16 Verizon Business Global Llc Method and system for providing customer controlled notifications in a managed network services system
US7525422B2 (en) 2005-04-14 2009-04-28 Verizon Business Global Llc Method and system for providing alarm reporting in a managed network services environment
US8082172B2 (en) 2005-04-26 2011-12-20 The Advisory Board Company System and method for peer-profiling individual performance
US8145686B2 (en) 2005-05-06 2012-03-27 Microsoft Corporation Maintenance of link level consistency between database and file system
US7958120B2 (en) 2005-05-10 2011-06-07 Netseer, Inc. Method and apparatus for distributed community finding
US7672968B2 (en) 2005-05-12 2010-03-02 Apple Inc. Displaying a tooltip associated with a concurrently displayed database object
US8578500B2 (en) 2005-05-31 2013-11-05 Kurt James Long System and method of fraud and misuse detection
US20060277460A1 (en) 2005-06-03 2006-12-07 Scott Forstall Webview applications
US8161122B2 (en) 2005-06-03 2012-04-17 Messagemind, Inc. System and method of dynamically prioritized electronic mail graphical user interface, and measuring email productivity and collaboration trends
US8341259B2 (en) 2005-06-06 2012-12-25 Adobe Systems Incorporated ASP for web analytics including a real-time segmentation workbench
EP1732034A1 (en) 2005-06-06 2006-12-13 First Data Corporation System and method for authorizing electronic payment transactions
US7761379B2 (en) 2005-06-24 2010-07-20 Fair Isaac Corporation Mass compromise/point of compromise analytic detection and compromised card portfolio management system
WO2007004224A1 (en) 2005-07-05 2007-01-11 Mconfirm Ltd. Improved location based authentication system
US8645175B1 (en) 2005-07-12 2014-02-04 Open Text S.A. Workflow system and method for single call batch processing of collections of database records
WO2007052285A2 (en) 2005-07-22 2007-05-10 Yogesh Chunilal Rathod Universal knowledge management and desktop search system
US20070178501A1 (en) 2005-12-06 2007-08-02 Matthew Rabinowitz System and method for integrating and validating genotypic, phenotypic and medical information into a database according to a standardized ontology
US7421429B2 (en) 2005-08-04 2008-09-02 Microsoft Corporation Generate blog context ranking using track-back weight, context weight and, cumulative comment weight
US7529726B2 (en) 2005-08-22 2009-05-05 International Business Machines Corporation XML sub-document versioning method in XML databases using record storages
US8095866B2 (en) 2005-09-09 2012-01-10 Microsoft Corporation Filtering user interface for a data summary table
US7958147B1 (en) 2005-09-13 2011-06-07 James Luke Turner Method for providing customized and automated security assistance, a document marking regime, and central tracking and control for sensitive or classified documents in electronic format
US7941336B1 (en) 2005-09-14 2011-05-10 D2C Solutions, LLC Segregation-of-duties analysis apparatus and method
US8468441B2 (en) 2005-09-15 2013-06-18 Microsoft Corporation Cross-application support of charts
US7672833B2 (en) 2005-09-22 2010-03-02 Fair Isaac Corporation Method and apparatus for automatic entity disambiguation
US7716226B2 (en) 2005-09-27 2010-05-11 Patentratings, Llc Method and system for probabilistically quantifying and visualizing relevance between two or more citationally or contextually related data objects
WO2007041709A1 (en) 2005-10-04 2007-04-12 Basepoint Analytics Llc System and method of detecting fraud
US7933897B2 (en) 2005-10-12 2011-04-26 Google Inc. Entity display priority in a distributed geographic information system
US7627812B2 (en) 2005-10-27 2009-12-01 Microsoft Corporation Variable formatting of cells
US20090168163A1 (en) 2005-11-01 2009-07-02 Global Bionic Optics Pty Ltd. Optical lens systems
US8147715B2 (en) 2005-12-08 2012-04-03 National Institute For Materials Science Phosphor, process for producing the same, and luminescent device
US20070136095A1 (en) 2005-12-09 2007-06-14 Arizona Board Of Regents On Behalf Of The University Of Arizona Icon Queues for Workflow Management
US7606844B2 (en) 2005-12-19 2009-10-20 Commvault Systems, Inc. System and method for performing replication copy storage operations
US8726144B2 (en) 2005-12-23 2014-05-13 Xerox Corporation Interactive learning-based document annotation
US8712828B2 (en) 2005-12-30 2014-04-29 Accenture Global Services Limited Churn prediction and management system
US7634717B2 (en) 2006-01-23 2009-12-15 Microsoft Corporation Multiple conditional formatting
US20070185867A1 (en) 2006-02-03 2007-08-09 Matteo Maga Statistical modeling methods for determining customer distribution by churn probability within a customer population
US8670997B2 (en) 2006-02-09 2014-03-11 Siemens Medical Solutions Usa, Inc. Quality metric extraction and editing for medical data
US7770100B2 (en) 2006-02-27 2010-08-03 Microsoft Corporation Dynamic thresholds for conditional formats
EP1840523B1 (en) * 2006-03-31 2011-03-09 Research In Motion Limited Methods and apparatus for associating mapping functionality and information in contact lists of mobile communication devices
US7490298B2 (en) 2006-04-12 2009-02-10 International Business Machines Corporation Creating documentation screenshots on demand
US7756843B1 (en) 2006-05-25 2010-07-13 Juniper Networks, Inc. Identifying and processing confidential information on network endpoints
US7866542B2 (en) 2006-06-08 2011-01-11 International Business Machines Corporation System and method for resolving identities that are indefinitely resolvable
US9195985B2 (en) 2006-06-08 2015-11-24 Iii Holdings 1, Llc Method, system, and computer program product for customer-level data verification
US7720789B2 (en) 2006-06-23 2010-05-18 International Business Machines Corporation System and method of member unique names
US7933955B2 (en) 2006-07-11 2011-04-26 Igor Khalatian One-click universal screen sharing
US8290943B2 (en) 2006-07-14 2012-10-16 Raytheon Company Geographical information display system and method
US7747562B2 (en) 2006-08-15 2010-06-29 International Business Machines Corporation Virtual multidimensional datasets for enterprise software systems
US20080077597A1 (en) 2006-08-24 2008-03-27 Lance Butler Systems and methods for photograph mapping
US8230332B2 (en) 2006-08-30 2012-07-24 Compsci Resources, Llc Interactive user interface for converting unstructured documents
US7725547B2 (en) 2006-09-06 2010-05-25 International Business Machines Corporation Informing a user of gestures made by others out of the user's line of sight
US8271429B2 (en) 2006-09-11 2012-09-18 Wiredset Llc System and method for collecting and processing data
US8054756B2 (en) 2006-09-18 2011-11-08 Yahoo! Inc. Path discovery and analytics for network data
US9183321B2 (en) 2006-10-16 2015-11-10 Oracle International Corporation Managing compound XML documents in a repository
US20080103798A1 (en) 2006-10-25 2008-05-01 Domenikos Steven D Identity Protection
US7792353B2 (en) 2006-10-31 2010-09-07 Hewlett-Packard Development Company, L.P. Retraining a machine-learning classifier using re-labeled training samples
US8229902B2 (en) 2006-11-01 2012-07-24 Ab Initio Technology Llc Managing storage of individually accessible data units
US20080109714A1 (en) 2006-11-03 2008-05-08 Sap Ag Capturing screen information
US7657497B2 (en) 2006-11-07 2010-02-02 Ebay Inc. Online fraud prevention using genetic algorithm solution
US7792868B2 (en) 2006-11-10 2010-09-07 Microsoft Corporation Data object linking and browsing tool
US7962495B2 (en) 2006-11-20 2011-06-14 Palantir Technologies, Inc. Creating data in a data store using a dynamic ontology
US8515912B2 (en) 2010-07-15 2013-08-20 Palantir Technologies, Inc. Sharing and deconflicting data changes in a multimaster database system
US7853614B2 (en) 2006-11-27 2010-12-14 Rapleaf, Inc. Hierarchical, traceable, and association reputation assessment of email domains
US8126848B2 (en) 2006-12-07 2012-02-28 Robert Edward Wagner Automated method for identifying and repairing logical data discrepancies between database replicas in a database cluster
WO2008070860A2 (en) 2006-12-07 2008-06-12 Linker Sheldon O Method and system for machine understanding, knowledge, and conversation
US7680939B2 (en) 2006-12-20 2010-03-16 Yahoo! Inc. Graphical user interface to manipulate syndication data feeds
US8290838B1 (en) 2006-12-29 2012-10-16 Amazon Technologies, Inc. Indicating irregularities in online financial transactions
US20080172257A1 (en) 2007-01-12 2008-07-17 Bisker James H Health Insurance Fraud Detection Using Social Network Analytics
US7900142B2 (en) 2007-01-15 2011-03-01 Microsoft Corporation Selective undo of editing operations performed on data objects
WO2008092147A2 (en) 2007-01-26 2008-07-31 Information Resources, Inc. Analytic platform
US8171418B2 (en) 2007-01-31 2012-05-01 Salesforce.Com, Inc. Method and system for presenting a visual representation of the portion of the sets of data that a query is expected to return
US20080195421A1 (en) 2007-02-13 2008-08-14 Sunrise Medical Management, Llc Electronic medical records exchange system
KR20090110385A (en) 2007-02-14 2009-10-21 더 제너럴 하스피탈 코포레이션 Medical laboratory report message gateway
US8122045B2 (en) * 2007-02-27 2012-02-21 International Business Machines Corporation Method for mapping a data source to a data target
US7873557B2 (en) 2007-02-28 2011-01-18 Aaron Guidotti Information, document, and compliance management for financial professionals, clients, and supervisors
US8959568B2 (en) 2007-03-14 2015-02-17 Microsoft Corporation Enterprise security assessment sharing
US20080235199A1 (en) 2007-03-19 2008-09-25 Yunyao Li Natural language query interface, systems, and methods for a database
US8180717B2 (en) 2007-03-20 2012-05-15 President And Fellows Of Harvard College System for estimating a distribution of message content categories in source data
US8036971B2 (en) 2007-03-30 2011-10-11 Palantir Technologies, Inc. Generating dynamic date sets that represent market conditions
US20080255973A1 (en) 2007-04-10 2008-10-16 Robert El Wade Sales transaction analysis tool and associated method of use
US8959448B2 (en) 2007-04-17 2015-02-17 Emd Millipore Corporation Graphical user interface for analysis and comparison of location-specific multiparameter data sets
US20090164387A1 (en) 2007-04-17 2009-06-25 Semandex Networks Inc. Systems and methods for providing semantically enhanced financial information
US20090024915A1 (en) 2007-04-27 2009-01-22 Bea Systems, Inc. Web based application constructor using objects as pages
US7880921B2 (en) 2007-05-01 2011-02-01 Michael Joseph Dattilo Method and apparatus to digitally whiteout mistakes on a printed form
DE102008010419A1 (en) 2007-05-03 2008-11-13 Navigon Ag Apparatus and method for creating a text object
US7962904B2 (en) 2007-05-10 2011-06-14 Microsoft Corporation Dynamic parser
US20080281819A1 (en) 2007-05-10 2008-11-13 The Research Foundation Of State University Of New York Non-random control data set generation for facilitating genomic data processing
US8010507B2 (en) 2007-05-24 2011-08-30 Pado Metaware Ab Method and system for harmonization of variants of a sequential file
US7840456B2 (en) 2007-05-30 2010-11-23 Intuit Inc. System and method for categorizing credit card transaction data
US7930547B2 (en) 2007-06-15 2011-04-19 Alcatel-Lucent Usa Inc. High accuracy bloom filter using partitioned hashing
US20090125359A1 (en) 2007-07-09 2009-05-14 Robert Knapic Integrating a methodology management system with project tasks in a project management system
US7966199B1 (en) 2007-07-19 2011-06-21 Intuit Inc. Method and system for identification of geographic condition zones using aggregated claim data
US8600872B1 (en) 2007-07-27 2013-12-03 Wells Fargo Bank, N.A. System and method for detecting account compromises
US8156166B2 (en) 2007-08-06 2012-04-10 Intuit Inc. Method and apparatus for selecting a doctor based on an observed experience level
US8214241B2 (en) * 2007-08-20 2012-07-03 Peter Kaiser System and method for web-based customer check-in
US7761525B2 (en) 2007-08-23 2010-07-20 International Business Machines Corporation System and method for providing improved time references in documents
US8631015B2 (en) 2007-09-06 2014-01-14 Linkedin Corporation Detecting associates
US10997531B2 (en) 2007-09-11 2021-05-04 Ciambella Ltd. System, method and graphical user interface for workflow generation, deployment and/or execution
WO2009039391A1 (en) 2007-09-21 2009-03-26 The Methodist Hospital System Systems, methods and apparatuses for generating and using representations of individual or aggregate human medical data
EP2051173A3 (en) 2007-09-27 2009-08-12 Magix Ag System and method for dynamic content insertion from the internet into a multimedia work
US8849728B2 (en) 2007-10-01 2014-09-30 Purdue Research Foundation Visual analytics law enforcement tools
US8484115B2 (en) 2007-10-03 2013-07-09 Palantir Technologies, Inc. Object-oriented time series generator
US8554719B2 (en) 2007-10-18 2013-10-08 Palantir Technologies, Inc. Resolving database entity information
US8214308B2 (en) 2007-10-23 2012-07-03 Sas Institute Inc. Computer-implemented systems and methods for updating predictive models
US20090112678A1 (en) 2007-10-26 2009-04-30 Ingram Micro Inc. System and method for knowledge management
US7650310B2 (en) 2007-10-30 2010-01-19 Intuit Inc. Technique for reducing phishing
US20090144247A1 (en) 2007-11-09 2009-06-04 Eric Wistrand Point-of-interest panning on a displayed map with a persistent search on a wireless phone using persistent point-of-interest criterion
US8019709B2 (en) 2007-11-09 2011-09-13 Vantrix Corporation Method and system for rule-based content filtering
US8688607B2 (en) 2007-11-12 2014-04-01 Debra Pacha System and method for detecting healthcare insurance fraud
US9898767B2 (en) 2007-11-14 2018-02-20 Panjiva, Inc. Transaction facilitating marketplace platform
US20090132953A1 (en) 2007-11-16 2009-05-21 Iac Search & Media, Inc. User interface and method in local search system with vertical search results and an interactive map
US8682696B1 (en) 2007-11-30 2014-03-25 Intuit Inc. Healthcare claims navigator
US20090150868A1 (en) 2007-12-10 2009-06-11 Al Chakra Method and System for Capturing Movie Shots at the Time of an Automated Graphical User Interface Test Failure
US8417715B1 (en) 2007-12-19 2013-04-09 Tilmann Bruckhaus Platform independent plug-in methods and systems for data mining and analytics
US8001482B2 (en) 2007-12-21 2011-08-16 International Business Machines Corporation Method of displaying tab titles
US8230333B2 (en) 2007-12-26 2012-07-24 Vistracks, Inc. Analysis of time-based geospatial mashups using AD HOC visual queries
US8055633B2 (en) 2008-01-21 2011-11-08 International Business Machines Corporation Method, system and computer program product for duplicate detection
KR100915295B1 (en) 2008-01-22 2009-09-03 성균관대학교산학협력단 System and method for search service having a function of automatic classification of search results
US8265959B2 (en) 2008-01-31 2012-09-11 Humana Inc. Prescription drug prior authorization system and method
US20090199106A1 (en) 2008-02-05 2009-08-06 Sony Ericsson Mobile Communications Ab Communication terminal including graphical bookmark manager
WO2009115921A2 (en) 2008-02-22 2009-09-24 Ipath Technologies Private Limited Techniques for enterprise resource mobilization
US20090216562A1 (en) * 2008-02-22 2009-08-27 Faulkner Judith R Method and apparatus for accommodating diverse healthcare record centers
WO2009111242A2 (en) 2008-02-29 2009-09-11 Ims Software Services, Ltd. An apparatus and method for self-reporting medical information
US7765489B1 (en) 2008-03-03 2010-07-27 Shah Shalin N Presenting notifications related to a medical study on a toolbar
US8191766B2 (en) 2008-03-04 2012-06-05 Mastercard International Incorporated Methods and systems for managing merchant identifiers
US8856088B2 (en) 2008-04-01 2014-10-07 Microsoft Corporation Application-managed file versioning
US8121962B2 (en) 2008-04-25 2012-02-21 Fair Isaac Corporation Automated entity identification for efficient profiling in an event probability prediction system
US8620641B2 (en) 2008-05-16 2013-12-31 Blackberry Limited Intelligent elision
WO2009149063A1 (en) 2008-06-02 2009-12-10 Azuki Systems, Inc. Media mashup system
US8924469B2 (en) 2008-06-05 2014-12-30 Headwater Partners I Llc Enterprise access control and accounting allocation for access networks
US20090307049A1 (en) 2008-06-05 2009-12-10 Fair Isaac Corporation Soft Co-Clustering of Data
US8301593B2 (en) 2008-06-12 2012-10-30 Gravic, Inc. Mixed mode synchronous and asynchronous replication system
US8860754B2 (en) 2008-06-22 2014-10-14 Tableau Software, Inc. Methods and systems of automatically generating marks in a graphical view
US8301464B1 (en) 2008-07-18 2012-10-30 Cave Consulting Group, Inc. Method and system for producing statistical analysis of medical care information
CN102150129A (en) 2008-08-04 2011-08-10 奎德公司 Entity performance analysis engines
US9348499B2 (en) 2008-09-15 2016-05-24 Palantir Technologies, Inc. Sharing objects that rely on local resources with outside servers
CN101685449B (en) 2008-09-26 2012-07-11 国际商业机器公司 Method and system for connecting tables in a plurality of heterogeneous distributed databases
US20100082369A1 (en) 2008-09-29 2010-04-01 General Electric Company Systems and Methods for Interconnected Personalized Digital Health Services
US8554579B2 (en) 2008-10-13 2013-10-08 Fht, Inc. Management, reporting and benchmarking of medication preparation
US20100114887A1 (en) 2008-10-17 2010-05-06 Google Inc. Textual Disambiguation Using Social Connections
US8391584B2 (en) 2008-10-20 2013-03-05 Jpmorgan Chase Bank, N.A. Method and system for duplicate check detection
US8306947B2 (en) 2008-10-30 2012-11-06 Hewlett-Packard Development Company, L.P. Replication of operations on objects distributed in a storage system
US20100131502A1 (en) 2008-11-25 2010-05-27 Fordham Bradley S Cohort group generation and automatic updating
US8204859B2 (en) 2008-12-10 2012-06-19 Commvault Systems, Inc. Systems and methods for managing replicated database data
US8719350B2 (en) 2008-12-23 2014-05-06 International Business Machines Corporation Email addressee verification
US10115153B2 (en) 2008-12-31 2018-10-30 Fair Isaac Corporation Detection of compromise of merchants, ATMS, and networks
US20100262688A1 (en) 2009-01-21 2010-10-14 Daniar Hussain Systems, methods, and devices for detecting security vulnerabilities in ip networks
US20100191563A1 (en) 2009-01-23 2010-07-29 Doctors' Administrative Solutions, Llc Physician Practice Optimization Tracking
WO2010085773A1 (en) 2009-01-24 2010-07-29 Kontera Technologies, Inc. Hybrid contextual advertising and related content analysis and display techniques
US8073857B2 (en) 2009-02-17 2011-12-06 International Business Machines Corporation Semantics-based data transformation over a wire in mashups
US8473454B2 (en) 2009-03-10 2013-06-25 Xerox Corporation System and method of on-demand document processing
US20100235915A1 (en) 2009-03-12 2010-09-16 Nasir Memon Using host symptoms, host roles, and/or host reputation for detection of host infection
US8447722B1 (en) 2009-03-25 2013-05-21 Mcafee, Inc. System and method for data mining and security policy management
US8843505B2 (en) * 2009-04-03 2014-09-23 Epic Systems Corporation Healthcare record system and method for providing improved portable data
IL197961A0 (en) 2009-04-05 2009-12-24 Guy Shaked Methods for effective processing of time series
US20100324929A1 (en) 2009-04-23 2010-12-23 Jason Petrasich Apparatus and method for predicting healthcare revenue cycle outcomes and controlling work flow
US8719249B2 (en) 2009-05-12 2014-05-06 Microsoft Corporation Query classification
US20100306285A1 (en) 2009-05-28 2010-12-02 Arcsight, Inc. Specifying a Parser Using a Properties File
US8856691B2 (en) 2009-05-29 2014-10-07 Microsoft Corporation Gesture tool
US8495151B2 (en) 2009-06-05 2013-07-23 Chandra Bodapati Methods and systems for determining email addresses
US20100313239A1 (en) 2009-06-09 2010-12-09 International Business Machines Corporation Automated access control for rendered output
US8554742B2 (en) 2009-07-06 2013-10-08 Intelligent Medical Objects, Inc. System and process for record duplication analysis
US20120191446A1 (en) 2009-07-15 2012-07-26 Proviciel - Mlstate System and method for creating a parser generator and associated computer program
US9104695B1 (en) 2009-07-27 2015-08-11 Palantir Technologies, Inc. Geotagging structured data
US8560548B2 (en) 2009-08-19 2013-10-15 International Business Machines Corporation System, method, and apparatus for multidimensional exploration of content items in a content store
US8334773B2 (en) 2009-08-28 2012-12-18 Deal Magic, Inc. Asset monitoring and tracking system
US10242540B2 (en) 2009-09-02 2019-03-26 Fair Isaac Corporation Visualization for payment card transaction fraud analysis
US9280777B2 (en) 2009-09-08 2016-03-08 Target Brands, Inc. Operations dashboard
US20110066497A1 (en) 2009-09-14 2011-03-17 Choicestream, Inc. Personalized advertising and recommendation
US8214490B1 (en) 2009-09-15 2012-07-03 Symantec Corporation Compact input compensating reputation data tracking mechanism
US8756489B2 (en) 2009-09-17 2014-06-17 Adobe Systems Incorporated Method and system for dynamic assembly of form fragments
US20110078173A1 (en) 2009-09-30 2011-03-31 Avaya Inc. Social Network User Interface
CN102549390B (en) 2009-09-30 2015-06-24 录象射流技术公司 Thermal ink jet ink composition
US8595058B2 (en) 2009-10-15 2013-11-26 Visa U.S.A. Systems and methods to match identifiers
US8321360B2 (en) 2009-10-22 2012-11-27 Symantec Corporation Method and system for weighting transactions in a fraud detection system
CA2778646A1 (en) 2009-10-23 2011-04-28 Cadio, Inc. Analyzing consumer behavior using electronically-captured consumer location data
CN102054015B (en) 2009-10-28 2014-05-07 财团法人工业技术研究院 System and method of organizing community intelligent information by using organic matter data model
US20110099133A1 (en) 2009-10-28 2011-04-28 Industrial Technology Research Institute Systems and methods for capturing and managing collective social intelligence information
US11122009B2 (en) 2009-12-01 2021-09-14 Apple Inc. Systems and methods for identifying geographic locations of social media content collected over social networks
US20110131131A1 (en) 2009-12-01 2011-06-02 Bank Of America Corporation Risk pattern determination and associated risk pattern alerts
US8645478B2 (en) 2009-12-10 2014-02-04 Mcafee, Inc. System and method for monitoring social engineering in a computer network environment
US20110153384A1 (en) 2009-12-17 2011-06-23 Matthew Donald Horne Visual comps builder
CN102906686A (en) 2010-01-11 2013-01-30 潘吉瓦公司 Evaluating public records of supply transactions for financial investment decisions
US9026552B2 (en) 2010-01-18 2015-05-05 Salesforce.Com, Inc. System and method for linking contact records to company locations
US20110208822A1 (en) 2010-02-22 2011-08-25 Yogesh Chunilal Rathod Method and system for customized, contextual, dynamic and unified communication, zero click advertisement and prospective customers search engine
US20110208565A1 (en) 2010-02-23 2011-08-25 Michael Ross complex process management
US8478709B2 (en) 2010-03-08 2013-07-02 Hewlett-Packard Development Company, L.P. Evaluation of client status for likelihood of churn
US8752054B2 (en) 2010-03-11 2014-06-10 Avaya Inc. Intelligent merging of transactions based on a variety of criteria
US20110225482A1 (en) 2010-03-15 2011-09-15 Wizpatent Pte Ltd Managing and generating citations in scholarly work
US20110231296A1 (en) 2010-03-16 2011-09-22 UberMedia, Inc. Systems and methods for interacting with messages, authors, and followers
US20110231305A1 (en) 2010-03-19 2011-09-22 Visa U.S.A. Inc. Systems and Methods to Identify Spending Patterns
US8577911B1 (en) 2010-03-23 2013-11-05 Google Inc. Presenting search term refinements
US8739118B2 (en) 2010-04-08 2014-05-27 Microsoft Corporation Pragmatic mapping specification, compilation and validation
US8306846B2 (en) 2010-04-12 2012-11-06 First Data Corporation Transaction location analytics systems and methods
US20110258216A1 (en) 2010-04-20 2011-10-20 International Business Machines Corporation Usability enhancements for bookmarks of browsers
US8214232B2 (en) 2010-04-22 2012-07-03 Fair Isaac Corporation Healthcare insurance claim fraud detection using datasets derived from multiple insurers
US8874432B2 (en) 2010-04-28 2014-10-28 Nec Laboratories America, Inc. Systems and methods for semi-supervised relationship extraction
US8255399B2 (en) 2010-04-28 2012-08-28 Microsoft Corporation Data classifier
US8473415B2 (en) 2010-05-04 2013-06-25 Kevin Paul Siegel System and method for identifying a point of compromise in a payment transaction processing system
US20110289397A1 (en) 2010-05-19 2011-11-24 Mauricio Eastmond Displaying Table Data in a Limited Display Area
US8723679B2 (en) 2010-05-25 2014-05-13 Public Engines, Inc. Systems and methods for transmitting alert messages relating to events that occur within a pre-defined area
US20110295649A1 (en) 2010-05-31 2011-12-01 International Business Machines Corporation Automatic churn prediction
US8756224B2 (en) 2010-06-16 2014-06-17 Rallyverse, Inc. Methods, systems, and media for content ranking using real-time data
US20110310005A1 (en) 2010-06-17 2011-12-22 Qualcomm Incorporated Methods and apparatus for contactless gesture recognition
US8380719B2 (en) 2010-06-18 2013-02-19 Microsoft Corporation Semantic content searching
US8364642B1 (en) 2010-07-07 2013-01-29 Palantir Technologies, Inc. Managing disconnected investigations
US8489641B1 (en) 2010-07-08 2013-07-16 Google Inc. Displaying layers of search results on a map
US8407341B2 (en) 2010-07-09 2013-03-26 Bank Of America Corporation Monitoring communications
US20120019559A1 (en) 2010-07-20 2012-01-26 Siler Lucas C Methods and Apparatus for Interactive Display of Images and Measurements
US8554653B2 (en) 2010-07-22 2013-10-08 Visa International Service Association Systems and methods to identify payment accounts having business spending activities
DE102010036906A1 (en) 2010-08-06 2012-02-09 Tavendo Gmbh Configurable pie menu
US8775530B2 (en) 2010-08-25 2014-07-08 International Business Machines Corporation Communication management method and system
US20120065987A1 (en) * 2010-09-09 2012-03-15 Siemens Medical Solutions Usa, Inc. Computer-Based Patient Management for Healthcare
US20120066166A1 (en) 2010-09-10 2012-03-15 International Business Machines Corporation Predictive Analytics for Semi-Structured Case Oriented Processes
US20120078595A1 (en) 2010-09-24 2012-03-29 Nokia Corporation Method and apparatus for ontology matching
US8549004B2 (en) 2010-09-30 2013-10-01 Hewlett-Packard Development Company, L.P. Estimation of unique database values
US8666861B2 (en) 2010-10-21 2014-03-04 Visa International Service Association Software and methods for risk and fraud mitigation
JP5706137B2 (en) 2010-11-22 2015-04-22 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Method and computer program for displaying a plurality of posts (groups of data) on a computer screen in real time along a plurality of axes
US8543694B2 (en) 2010-11-24 2013-09-24 Logrhythm, Inc. Scalable analytical processing of structured data
US8839133B2 (en) 2010-12-02 2014-09-16 Microsoft Corporation Data visualizations including interactive time line representations
CN102546446A (en) 2010-12-13 2012-07-04 太仓市浏河镇亿网行网络技术服务部 Email device
US9141405B2 (en) 2010-12-15 2015-09-22 International Business Machines Corporation User interface construction
US8719166B2 (en) 2010-12-16 2014-05-06 Verizon Patent And Licensing Inc. Iterative processing of transaction information to detect fraud
ES2842407T3 (en) 2010-12-22 2021-07-14 Syqe Medical Ltd Drug delivery system
US20120173381A1 (en) 2011-01-03 2012-07-05 Stanley Benjamin Smith Process and system for pricing and processing weighted data in a federated or subscription based data source
US8447263B2 (en) 2011-01-28 2013-05-21 Don Reich Emergency call analysis system
US20120197657A1 (en) 2011-01-31 2012-08-02 Ez Derm, Llc Systems and methods to facilitate medical services
US20120197660A1 (en) 2011-01-31 2012-08-02 Ez Derm, Llc Systems and methods to faciliate medical services
IL211163A0 (en) 2011-02-10 2011-04-28 Univ Ben Gurion A method for generating a randomized data structure for representing sets, based on bloom filters
EP2678774A4 (en) 2011-02-24 2015-04-08 Lexisnexis Division Of Reed Elsevier Inc Methods for electronic document searching and graphically representing electronic document searches
US8682764B2 (en) 2011-03-01 2014-03-25 Early Warning Services, Llc System and method for suspect entity detection and mitigation
US20120246148A1 (en) 2011-03-22 2012-09-27 Intergraph Technologies Company Contextual Display and Scrolling of Search Results in Graphical Environment
WO2012127023A1 (en) 2011-03-23 2012-09-27 Detica Patent Limited An automated fraud detection method and system
US20120278249A1 (en) 2011-04-29 2012-11-01 American Express Travel Related Services Company, Inc. Generating an Identity Theft Score
US8538827B1 (en) * 2011-04-29 2013-09-17 Intuit Inc. Real-time alert during on-line transaction
US9104765B2 (en) 2011-06-17 2015-08-11 Robert Osann, Jr. Automatic webpage characterization and search results annotation
US20130006656A1 (en) 2011-06-30 2013-01-03 Verizon Patent And Licensing Inc. Case management of healthcare fraud detection information
US8982130B2 (en) 2011-07-15 2015-03-17 Green Charge Networks Cluster mapping to highlight areas of electrical congestion
US8726379B1 (en) 2011-07-15 2014-05-13 Norse Corporation Systems and methods for dynamic protection from electronic attacks
US9996807B2 (en) 2011-08-17 2018-06-12 Roundhouse One Llc Multidimensional digital platform for building integration and analysis
US8732574B2 (en) 2011-08-25 2014-05-20 Palantir Technologies, Inc. System and method for parameterizing documents for automatic workflow generation
US8630892B2 (en) 2011-08-31 2014-01-14 Accenture Global Services Limited Churn analysis system
US10031646B2 (en) 2011-09-07 2018-07-24 Mcafee, Llc Computer system security dashboard
US8949164B1 (en) 2011-09-08 2015-02-03 George O. Mohler Event forecasting system
US10140620B2 (en) 2011-09-15 2018-11-27 Stephan HEATH Mobile device system and method providing combined delivery system using 3D geo-target location-based mobile commerce searching/purchases, discounts/coupons products, goods, and services, or service providers-geomapping-company/local and socially-conscious information/social networking (“PS-GM-C/LandSC/I-SN”)
WO2013044141A2 (en) 2011-09-22 2013-03-28 Capgemini U.S. Llc Process transformation and transitioning apparatuses, methods and systems
US9426304B2 (en) * 2011-09-26 2016-08-23 Solacom Technologies Inc. Answering or releasing emergency calls from a map display for an emergency services platform
WO2013052872A2 (en) 2011-10-05 2013-04-11 Mastercard International Incorporated Nomination engine
US20130097482A1 (en) 2011-10-13 2013-04-18 Microsoft Corporation Search result entry truncation using pixel-based approximation
US8626545B2 (en) 2011-10-17 2014-01-07 CrowdFlower, Inc. Predicting future performance of multiple workers on crowdsourcing tasks and selecting repeated crowdsourcing workers
US8849776B2 (en) 2011-10-17 2014-09-30 Yahoo! Inc. Method and system for resolving data inconsistency
US8843421B2 (en) 2011-11-01 2014-09-23 Accenture Global Services Limited Identification of entities likely to engage in a behavior
US20130117081A1 (en) 2011-11-07 2013-05-09 Fair Isaac Corporation Lead Fraud Detection
US20130124193A1 (en) 2011-11-15 2013-05-16 Business Objects Software Limited System and Method Implementing a Text Analysis Service
US9159024B2 (en) 2011-12-07 2015-10-13 Wal-Mart Stores, Inc. Real-time predictive intelligence platform
CN103167093A (en) 2011-12-08 2013-06-19 青岛海信移动通信技术股份有限公司 Filling method of mobile phone email address
US9026480B2 (en) 2011-12-21 2015-05-05 Telenav, Inc. Navigation system with point of interest classification mechanism and method of operation thereof
US8880420B2 (en) 2011-12-27 2014-11-04 Grubhub, Inc. Utility for creating heatmaps for the study of competitive advantage in the restaurant marketplace
US8843431B2 (en) 2012-01-16 2014-09-23 International Business Machines Corporation Social network analysis for churn prediction
US8909648B2 (en) 2012-01-18 2014-12-09 Technion Research & Development Foundation Limited Methods and systems of supervised learning of semantic relatedness
US8782004B2 (en) 2012-01-23 2014-07-15 Palantir Technologies, Inc. Cross-ACL multi-master replication
US9279898B2 (en) 2012-02-09 2016-03-08 Pgs Geophysical As Methods and systems for correction of streamer-depth bias in marine seismic surveys
WO2013126887A2 (en) 2012-02-24 2013-08-29 Jerry Wolfe System and method for providing flavor advisement and enhancement
US20130226944A1 (en) 2012-02-24 2013-08-29 Microsoft Corporation Format independent data transformation
US8620963B2 (en) 2012-03-08 2013-12-31 eBizprise Inc. Large-scale data processing system, method, and non-transitory tangible machine-readable medium thereof
JP2013191187A (en) 2012-03-15 2013-09-26 Fujitsu Ltd Processing device, program and processing system
US20130262328A1 (en) 2012-03-30 2013-10-03 CSRSI, Inc. System and method for automated data breach compliance
US20130263019A1 (en) 2012-03-30 2013-10-03 Maria G. Castellanos Analyzing social media
US8738665B2 (en) 2012-04-02 2014-05-27 Apple Inc. Smart progress indicator
US9298856B2 (en) 2012-04-23 2016-03-29 Sap Se Interactive data exploration and visualization tool
US8798354B1 (en) 2012-04-25 2014-08-05 Intuit Inc. Method and system for automatic correlation of check-based payments to customer accounts and/or invoices
US9043710B2 (en) 2012-04-26 2015-05-26 Sap Se Switch control in report generation
US8972336B2 (en) * 2012-05-03 2015-03-03 Salesforce.Com, Inc. System and method for mapping source columns to target columns
US10304036B2 (en) 2012-05-07 2019-05-28 Nasdaq, Inc. Social media profiling for one or more authors using one or more social media platforms
EP2662782A1 (en) 2012-05-10 2013-11-13 Siemens Aktiengesellschaft Method and system for storing data in a database
US8788471B2 (en) 2012-05-30 2014-07-22 International Business Machines Corporation Matching transactions in multi-level records
US20140032506A1 (en) 2012-06-12 2014-01-30 Quality Attributes Software, Inc. System and methods for real-time detection, correction, and transformation of time series data
US9032531B1 (en) 2012-06-28 2015-05-12 Middlegate, Inc. Identification breach detection
US8966441B2 (en) 2012-07-12 2015-02-24 Oracle International Corporation Dynamic scripts to extend static applications
US20140058763A1 (en) 2012-07-24 2014-02-27 Deloitte Development Llc Fraud detection methods and systems
US20140052466A1 (en) 2012-08-20 2014-02-20 Rearden Analytics System and method for enabling compliance with rules to reduce fraudulent reimbursement associated with durable medical equipment prescriptions
US20140058753A1 (en) 2012-08-22 2014-02-27 David Wild Professional networking platform with ranked patient information delivery
US10163158B2 (en) 2012-08-27 2018-12-25 Yuh-Shen Song Transactional monitoring system
US20140068487A1 (en) 2012-09-05 2014-03-06 Roche Diagnostics Operations, Inc. Computer Implemented Methods For Visualizing Correlations Between Blood Glucose Data And Events And Apparatuses Thereof
US20140081652A1 (en) 2012-09-14 2014-03-20 Risk Management Solutions Llc Automated Healthcare Risk Management System Utilizing Real-time Predictive Models, Risk Adjusted Provider Cost Index, Edit Analytics, Strategy Management, Managed Learning Environment, Contact Management, Forensic GUI, Case Management And Reporting System For Preventing And Detecting Healthcare Fraud, Abuse, Waste And Errors
US20140095363A1 (en) 2012-09-25 2014-04-03 Moneydesktop, Inc. Aggregation data source matching and merging
US20140095509A1 (en) 2012-10-02 2014-04-03 Banjo, Inc. Method of tagging content lacking geotags with a location
CN104903799B (en) 2012-10-08 2018-05-22 费希尔-罗斯蒙特系统公司 Configurable user in Process Control System shows
US9104786B2 (en) 2012-10-12 2015-08-11 International Business Machines Corporation Iterative refinement of cohorts using visual exploration and data analytics
US8688573B1 (en) 2012-10-16 2014-04-01 Intuit Inc. Method and system for identifying a merchant payee associated with a cash transaction
US8914886B2 (en) 2012-10-29 2014-12-16 Mcafee, Inc. Dynamic quarantining for malware detection
US9501761B2 (en) 2012-11-05 2016-11-22 Palantir Technologies, Inc. System and method for sharing investigation results
US9378030B2 (en) 2013-10-01 2016-06-28 Aetherpal, Inc. Method and apparatus for interactive mobile device guidance
US20140136237A1 (en) 2012-11-13 2014-05-15 Nicholas G. Anderson Healthcare data management system
US10504127B2 (en) 2012-11-15 2019-12-10 Home Depot Product Authority, Llc System and method for classifying relevant competitors
US20140143009A1 (en) 2012-11-16 2014-05-22 International Business Machines Corporation Risk reward estimation for company-country pairs
US20140149130A1 (en) 2012-11-29 2014-05-29 Verizon Patent And Licensing Inc. Healthcare fraud detection based on statistics, learning, and parameters
US20140157172A1 (en) 2012-11-30 2014-06-05 Drillmap Geographic layout of petroleum drilling data and methods for processing data
US20140156527A1 (en) 2012-11-30 2014-06-05 Bank Of America Corporation Pre-payment authorization categorization
US10672008B2 (en) 2012-12-06 2020-06-02 Jpmorgan Chase Bank, N.A. System and method for data analytics
US9497289B2 (en) 2012-12-07 2016-11-15 Genesys Telecommunications Laboratories, Inc. System and method for social message classification based on influence
US9294576B2 (en) 2013-01-02 2016-03-22 Microsoft Technology Licensing, Llc Social media impact assessment
US20140195515A1 (en) 2013-01-10 2014-07-10 I3 Analytics Methods and systems for querying and displaying data using interactive three-dimensional representations
US8639552B1 (en) 2013-01-24 2014-01-28 Broadvision, Inc. Systems and methods for creating and sharing tasks
US9805407B2 (en) 2013-01-25 2017-10-31 Illumina, Inc. Methods and systems for using a cloud computing environment to configure and sell a biological sample preparation cartridge and share related data
US9892026B2 (en) 2013-02-01 2018-02-13 Ab Initio Technology Llc Data records selection
US20140222793A1 (en) 2013-02-07 2014-08-07 Parlance Corporation System and Method for Automatically Importing, Refreshing, Maintaining, and Merging Contact Sets
US20140222521A1 (en) 2013-02-07 2014-08-07 Ibms, Llc Intelligent management and compliance verification in distributed work flow environments
US9264393B2 (en) 2013-02-13 2016-02-16 International Business Machines Corporation Mail server-based dynamic workflow management
US8744890B1 (en) 2013-02-14 2014-06-03 Aktana, Inc. System and method for managing system-level workflow strategy and individual workflow activity
US20140244284A1 (en) 2013-02-25 2014-08-28 Complete Consent, Llc Communication of medical claims
US10140664B2 (en) 2013-03-14 2018-11-27 Palantir Technologies Inc. Resolving similar entities from a transaction database
US20140278339A1 (en) 2013-03-15 2014-09-18 Konstantinos (Constantin) F. Aliferis Computer System and Method That Determines Sample Size and Power Required For Complex Predictive and Causal Data Analysis
GB2513721A (en) 2013-03-15 2014-11-05 Palantir Technologies Inc Computer-implemented systems and methods for comparing and associating objects
US8924388B2 (en) 2013-03-15 2014-12-30 Palantir Technologies Inc. Computer-implemented systems and methods for comparing and associating objects
GB2513720A (en) 2013-03-15 2014-11-05 Palantir Technologies Inc Computer-implemented systems and methods for comparing and associating objects
US8855999B1 (en) 2013-03-15 2014-10-07 Palantir Technologies Inc. Method and system for generating a parser and parsing complex data
US9501202B2 (en) 2013-03-15 2016-11-22 Palantir Technologies, Inc. Computer graphical user interface with genomic workflow
DE102014103476A1 (en) 2013-03-15 2014-09-18 Palantir Technologies, Inc. Data processing techniques
US8903717B2 (en) 2013-03-15 2014-12-02 Palantir Technologies Inc. Method and system for generating a parser and parsing complex data
US20140278479A1 (en) 2013-03-15 2014-09-18 Palantir Technologies, Inc. Fraud detection in healthcare
US9372929B2 (en) 2013-03-20 2016-06-21 Securboration, Inc. Methods and systems for node and link identification
US20140358789A1 (en) 2013-05-30 2014-12-04 B. Scott Boding Acquirer facing fraud management system and method
US9576248B2 (en) 2013-06-01 2017-02-21 Adam M. Hurwitz Record linkage sharing using labeled comparison vectors and a machine learning domain classification trainer
US8601326B1 (en) 2013-07-05 2013-12-03 Palantir Technologies, Inc. Data quality monitors
GB2517582A (en) 2013-07-05 2015-02-25 Palantir Technologies Inc Data quality monitors
US8713467B1 (en) 2013-08-09 2014-04-29 Palantir Technologies, Inc. Context-sensitive views
US8689108B1 (en) 2013-09-24 2014-04-01 Palantir Technologies, Inc. Presentation and analysis of user interaction data
US8938686B1 (en) 2013-10-03 2015-01-20 Palantir Technologies Inc. Systems and methods for analyzing performance of an entity
US8812960B1 (en) 2013-10-07 2014-08-19 Palantir Technologies Inc. Cohort-based presentation of user interaction data
US8832594B1 (en) 2013-11-04 2014-09-09 Palantir Technologies Inc. Space-optimized display of multi-column tables with selective text truncation based on a combined text width
US10586234B2 (en) 2013-11-13 2020-03-10 Mastercard International Incorporated System and method for detecting fraudulent network events
US9356937B2 (en) 2013-11-13 2016-05-31 International Business Machines Corporation Disambiguating conflicting content filter rules
US20150161611A1 (en) 2013-12-10 2015-06-11 Sas Institute Inc. Systems and Methods for Self-Similarity Measure
US9105000B1 (en) 2013-12-10 2015-08-11 Palantir Technologies Inc. Aggregating data from a plurality of data sources
US10356032B2 (en) 2013-12-26 2019-07-16 Palantir Technologies Inc. System and method for detecting confidential information emails
US20150186821A1 (en) 2014-01-02 2015-07-02 Palantir Technologies Inc. Computer-implemented methods and systems for analyzing healthcare data
US8832832B1 (en) 2014-01-03 2014-09-09 Palantir Technologies Inc. IP reputation
US20150235334A1 (en) 2014-02-20 2015-08-20 Palantir Technologies Inc. Healthcare fraud sharing system
US20150269316A1 (en) 2014-03-18 2015-09-24 Universal Research Solutions, Llc Online Referring Service Provider Portal
US9836580B2 (en) 2014-03-21 2017-12-05 Palantir Technologies Inc. Provider portal
US9129219B1 (en) 2014-06-30 2015-09-08 Palantir Technologies, Inc. Crime risk forecasting
US9256664B2 (en) 2014-07-03 2016-02-09 Palantir Technologies Inc. System and method for news events detection and visualization
US20160034578A1 (en) 2014-07-31 2016-02-04 Palantir Technologies, Inc. Querying medical claims data
US9418337B1 (en) 2015-07-21 2016-08-16 Palantir Technologies Inc. Systems and models for data analytics

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8949082B2 (en) * 2001-11-02 2015-02-03 Siemens Medical Solutions Usa, Inc. Healthcare information technology system for predicting or preventing readmissions
US20150112710A1 (en) * 2012-06-21 2015-04-23 Battelle Memorial Institute Clinical predictive analytics system
WO2014201515A1 (en) * 2013-06-18 2014-12-24 Deakin University Medical data processing for risk prediction

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20200342981A1 (en) * 2019-04-23 2020-10-29 OpenMed, Inc. Reverse flow appointment scheduling

Also Published As

Publication number Publication date
US11302426B1 (en) 2022-04-12

Similar Documents

Publication Publication Date Title
US20220277816A1 (en) Unified data interface and system
US20230054675A1 (en) Outcomes and performance monitoring
US11735294B2 (en) Client management tool system and method
US11783134B2 (en) Gap in care determination using a generic repository for healthcare
Curtis et al. Four health data networks illustrate the potential for a shared national multipurpose big-data network
US10922774B2 (en) Comprehensive medication advisor
US20190088356A1 (en) System and Method for a Payment Exchange Based on an Enhanced Patient Care Plan
CA2945143C (en) Holistic hospital patient care and management system and method for enhanced risk stratification
US20190005195A1 (en) Methods and systems for improving care through post-operation feedback analysis
US20150039343A1 (en) System for identifying and linking care opportunities and care plans directly to health records
US20170132371A1 (en) Automated Patient Chart Review System and Method
Ranallo et al. Behavioral health information technology: from chaos to clarity
US20180294048A1 (en) Patient-centric portal
WO2017184521A1 (en) Systems for facilitating user engagement and behavior to improve health outcomes
US20200321106A1 (en) Tracking and quality assurance of pathology, radiology and other medical or surgical procedures
Holmes et al. Why is the electronic health record so challenging for research and clinical care?
EP3910648A1 (en) Client management tool system and method
US20160098520A1 (en) Healthcare utilization visualization
WO2021096538A1 (en) System and method for a payment exchange based on an enhanced patient care plan
Fraser et al. 10 Electronic Health Records
Oh et al. Application of a Human Factors and Systems Engineering Approach to Explore Care Transitions of Sepsis Survivors From Hospital to Home Health Care
Niechzial Digitalization in the Health Sector–Challenges and Perspectives
Harnett Patient Centered Medicine and Technology Adaptation
Multak Primary Care Patient Management and Health Information Technology
Aiyedun Medical decision support system using augmentable guideline engine

Legal Events

Date Code Title Description
STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED

STPP Information on status: patent application and granting procedure in general

Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER

STPP Information on status: patent application and granting procedure in general

Free format text: NOTICE OF ALLOWANCE MAILED -- APPLICATION RECEIVED IN OFFICE OF PUBLICATIONS

AS Assignment

Owner name: PALANTIR TECHNOLOGIES INC., COLORADO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WINLO, MICHAEL;BURCHHARDT, CHRIS;MCLAIN, KYLE;AND OTHERS;SIGNING DATES FROM 20160108 TO 20160223;REEL/FRAME:064875/0317

STPP Information on status: patent application and granting procedure in general

Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION

STPP Information on status: patent application and granting procedure in general

Free format text: NON FINAL ACTION MAILED