System and method for dynamic transactional data streaming

Information

  • Patent Grant
  • 11126627
  • Patent Number
    11,126,627
  • Date Filed
    Friday, August 22, 2014
    9 years ago
  • Date Issued
    Tuesday, September 21, 2021
    2 years ago
  • CPC
  • Field of Search
    • US
    • 705 002000
    • CPC
    • G06F17/30516
    • G06F19/328
    • G06F16/24568
    • G06F19/3418
    • G06F16/254
    • G06Q50/22
    • G06Q50/24
    • G06Q10/00
    • G06Q10/10
    • G16H10/60
    • G16H15/00
    • G16H40/67
  • International Classifications
    • G06F16/2455
    • G16H40/67
    • G06Q10/10
    • Term Extension
      339
Abstract
A system and method for dynamic transactional data streaming are provided.
Description
FIELD

The disclosure relates generally to a transactional data streaming system and in particular to a data streaming system that may be used for health care related data.


BACKGROUND

With the desire to lower health care costs, the United States has implemented a new health care system that, among other things, fosters competition among health care providers using healthcare marketplaces. However, the true costs of health care lie hidden in the inefficient access, delivery and payment systems that have escaped innovation and disruption until now. More specifically, the transmission and reception of health care information within the context of care for the consumer has languished in past orthodoxies of obfuscated technologies and data standards. Thus, the data pipelines for fluid enablement of base costs for health care have been the main impediment to accessible transparent costs within the Health Industry. The current industry standard for electronic transmission of health are data is called HIPPA ASC X12 5010 per the Health Insurance Portability & Accountability Act (HIPPA) of 1996.


HIPAA was supposed to make the health care system in the United States more efficient by standardizing health care transactions. To with the acronym says Portability not Privacy. HIPAA added a new Part C titled “Administrative Simplification” to Title XI of the Social Security Act. This effort was created to supposedly simplify health care transactions by requiring all health plans to engage in health care transactions in a standardized way.


However, HIPAA has actually created a market for IT companies that have in fact inflated the true cost of care services. More specifically, there are several companies that charge for basic Application Programming Interfaces (API), Claims eligibility and enrollment processing under HIPAA. Furthermore, there are several clearinghouses that charge for basic Electronic Data Interchange (EDI).


Thus, many companies that support HIPPA ASC x12 5010 standards inject huge hidden costs within the Health IT processing flows. This is both an infrastructure cost and a usage charge. It is desirable for these costs to be as close to zero as possible in order for the consumer to truly know the cost of care for a service that is based on the current day and date.


The majority of existing Health IT systems are legacy data systems, conveying transactional information by means of sub-optimal file formats. The transactional data contained in these files can be difficult to generate and parse. Some systems are unable to work with these files unless they can be completely loaded into memory at once.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1A illustrates an example of an ASCX12 5010 Processing Pipeline;



FIG. 1B illustrates an implementation of a dynamic transactional data stream introspection and processing system that may be implemented in the adapter;



FIG. 2 illustrates a dynamic transactional data stream introspection and processing method that may be implemented, for example, by the system implementation in FIG. 1B;



FIG. 3 illustrates the distributed and asynchronous process infrastructure used by the dynamic transactional data stream introspection and processing system of FIG. 1B;



FIG. 4 illustrates an outbound transactional data stream processing method that may be implemented, for example, by the system shown in FIG. 5;



FIG. 5 illustrates an example of an implementation of dynamic data transactional system;



FIG. 6 illustrates an example of a 270 Provenance Graph that may be part of the system in FIGS. 1B and 5;



FIG. 7 illustrates an example of a 271 Provenance Graph that may be part of the system in FIGS. 1B and 5;



FIG. 8 illustrates an example of a 276 Provenance Graph that may be part of the system in FIGS. 1B and 5;



FIG. 9 illustrates an example of a 277 Provenance Graph that may be part of the system in FIGS. 1B and 5;



FIG. 10 illustrates an example of a 834 Provenance Graph that may be part of the system in FIGS. 1B and 5;



FIG. 11 illustrates an example of a ASCX12 5010 Inter-Domain Graph that may be part of the system in FIGS. 1B and 5;



FIG. 12 illustrates an example of an implementation of a healthcare services marketplace system that may utilize the dynamic transaction system and method;



FIG. 13 illustrates a ASCX12 5010 sample input file, containing both eligibility (270) and enrollment (834) transactions; and



FIG. 14 illustrates how rule sets are dynamically loaded and applied to transaction sets.





DETAILED DESCRIPTION OF ONE OR MORE EMBODIMENTS

The disclosure is particularly applicable to a healthcare marketplace system that uses the dynamic transactional data streaming and it is in this context that the disclosure will be described. It will be appreciated, however, that the dynamic transactional data streaming has greater utility since it may be implemented in different ways than those described below and may be used without the healthcare marketplace system or used with other systems that can take advantage of the benefits of the dynamic transactional data streaming.


The HIPPA ASC X12 5010 standard defines a number of different health care related transactions and code sets including:

    • (270/271) for health care eligibility inquiry and response transactions
    • (274) for health care provider information
    • (275) for patient information
    • (276/277) for health care claims, status, and acknowledgement transactions
    • (278) for health care services review
    • (834/835/837) for Benefit Enrollment, Claim Payment and Care Claim transactions.


Although the disclosure below is directed to an example of the system that uses HIPPA ASC X12 5010 standard, the transactional data streaming system and method may be used with various standards or later revisions of the X12 standard since the system and method could be easily adjusted to work with the various standards or later revisions of the X12 standard.


As described above, the current systems inject huge health care IT costs into the process and thus the system and method provide a low cost pipeline that would enable the above transactions. The system and method may also provide a topology that enables lower costs along with a “graph based” representation of several data sources that includes the entire HIPPA ASC X12 5010 standard.


The system and method provide a technique to efficiently process this health care related information as dynamic transactional data streams. In one aspect of the system, each file may be processed using streaming to minimize the memory footprint. As the transactional data moves through the system, the transactional data may be dynamically analyzed so that rules for parsing and processing the data can be loaded up at run time. As the context changes in the data stream, new rules can be injected to adjust the data processing. Dynamic rule injection also provides for minimized system downtime as new behaviors can be added while data is streaming through the system.


To understand the dynamic transactional data streaming system and method, first an example of the processing pipeline for the ASC X12 5010 standard is described with reference to FIG. 1A. As shown in FIG. 1A, the processing pipeline may receive one or more ×12 input parameters (1000) that may be dynamically loaded into pipeline components (1002.) The system logs the raw request in a document database, prior to executing the adapter. The system may use an adapter component 1004 to transform the request stream to separate internal and external endpoint data formats as described below with reference to FIGS. 1B and 2-4. Examples of data formats include, but are not limited to XML, SOAP messages, JSON, delimited data formats, etc. The system's internal data format is used throughout the system to ensure that data is processed in a uniform manner. External endpoint data formats vary based on the requirements of the external endpoint, and are generated based on the adapter component's configuration. The adapter component 1004 transmits the transformed request stream to the external endpoint. The external endpoint then processes the request, and returns a response. The system logs the response stream into a document database. The adapter component may then translate the response to the internal representation, which is then persisted in the graph database. Then, the status code response is returned to the original requestor to complete the processing pipeline.



FIG. 1B illustrates an implementation of a dynamic transactional data stream introspection and processing system 1500 that may be implemented, for example in the adapter 1004 shown in FIG. 1A. The system 1500 may have a processing and messaging component 3000 that is described in more detail with reference to FIG. 3 that may be used to facilitate the functions of the components 1500A, 1500B, 1500C and 1500D of the system. The system 1500 and each component of the system may be implemented in a combination of hardware and software using one or more computing resources, such as one or more server computers or one or more cloud computing resources that have one or more processors and a memory connected to the one or more processors. In this implementation, each of the components of the system may be a plurality of lines of code that may be executed by the processor of the computing resources. Alternatively, each of the components of the system may be a hardware device (or all of the components implemented in one hardware device) wherein the hardware device, based on logic programmed to implement the functions and operations of the components described below, may implement each component. The hardware device may be a microcontroller, a processor, a programmable logic device, a field programmable gate array, an application specific integrated circuit and the like. For example, each component may be implemented by a hardware processor that is configured to perform the operations and functions of the component.


Returning to FIG. 1B, the system 1500 may further have a data stream examining component 1500A that performs initial analysis of the transactional data stream as described in more detail in process 2004 in FIG. 2. The system 1500 may further have a data stream segment processing component 1500B that analyzes and processes each segment of each data stream and selects an appropriate rule set to use for the processing based on the information/data in the particular transaction datastream being currently processed as described in more detail in processes 2006-2022 in FIG. 2. The system 1500 may further have a transactional data rule set store 1500C that stores a plurality of rule sets that may be selected by the data stream segment processing component 1500B. Thus, using the rule set store 1500C and the data stream segment processing component 1500B, as the transactional data moves through the system, the transactional data may be dynamically analyzed so that rules for parsing and processing the data (the rule sets in the rule set store 1500C) can be loaded up at run time. Furthermore, as the context changes in the data stream, new rules can be injected into the rule set store 1500C or selected by the data stream segment processing component 1500B from the already existing rule sets in the rule set store 1500C to adjust the data processing. Dynamic rule injection also provides for minimized system downtime as new behaviors can be added while data is streaming through the system.


To illustrate how rule sets are dynamically applied to transaction sets, consider a ASCX12 5010 file containing both eligibility and enrollment transaction sets as shown in FIG. 13. In the ASC X12 5010 file specification, functional groups are used to group transactions by transaction types. Transaction data is contained within a functional group within a transaction set. The functional group acts as an outer envelope for one or more transaction sets, and is delimited using GS and GE segments. ST and SE segments enclose data within a transaction set. The system parses the GS and ST segments and infers which rule sets are used, based on the transaction type as follows in this example:













ASCX12 5010 Control Segments
Transaction Set Identifiers







GS*HS* 1234567890*
005010X279A1 (Transaction Version)


654456654*20130810*0409*1*X*005010X279A1~


ST*270*0001*005010X279A1
270 (Transaction Set Type)



005010X279A1 (Transaction Version)










FIG. 14 illustrates the how the system dynamically applies rules to transaction sets. A data stream containing multiple transaction sets, enters the system and is processed by a stream parser. The stream parser parses the input stream into the data into a structured format such as JSON. The transaction sets from the input stream are preserved in the structured format. The rules engine inspects each transaction set in the input stream, and determines which rule sets to apply, based on transaction set identifiers. Thus if an input stream contains multiple transaction sets, the rules engine is capable of dynamically loading the rule set on demand to process the transaction. Once the transaction set has been identified, the rules engine determines if the rule set is loaded. If the rule set is not loaded, the rules engine loads the rule set from the rule store. Finally, the rule set is applied to the transaction set. The rule set processing channels are illustrated in FIG. 3. The system 1500 may further comprise a data stream output component 1500D (details of the process is shown in FIG. 4) that generates an output data stream.



FIG. 2 illustrates the dynamic transactional data stream introspection and processing method (2000) utilized by the dynamic transactional data stream introspection and processing system 1500 of FIG. 1B. For example, the dynamic transactional data stream introspection and processing method (2000) may be implemented in the adapter component (1004) in the processing pipeline in FIG. 1A. The system may also receive input parameters identifying the input data source and it's transmission properties, such as the EDI sender, receiver, and payor identifiers, as well as data element separators. Transmission properties define the channel for the EDI transmission, specifying the transmission source and endpoint. As shown in FIG. 1A, the dynamic transactional data stream may have the adapter and connector components that the system inspects its input parameters and dynamically instantiates the adapter and connector components to handle the inbound request. The adapter forms requests and parse responses in a manner compatible with the channel's endpoint destination. The adapter also may transmit requests and receives responses via the connector component. The connector components provide data transmission services using protocols such as FTP, HTTP, SOAP. The process depicted in FIG. 2 activates rule sets based on the current transaction stream. The rule sets are used to read and parse data into a data structure which is then returned back to the caller.



FIG. 3 illustrates the processing environment used by the dynamic transactional data stream introspection and processing system shown in FIG. 1B. The processing environment is distributed across multiple processing channels. Processing operations are non-blocking due to the use of asynchronous messaging. Parallel processing is achieved through the use of multiple processing channels, where separate channels could refer to physically separate processing nodes, separate threads of execution, or a hybrid model where processing occurs on multiple nodes with each node using a multi-threaded environment. The inbound i/o stream (3002) is segmented into units of work by a stream parser (3004). The unit of work is specific to each transaction set, such as eligibility (270), enrollment (834), etc. Within each transaction set, the units of work are composed of segments which are composed of fields. The transaction set specific rule set is used to parse the unit of work from a transaction set.


The stream parser determines the appropriate unit of work by interrogating the inbound i/o stream, and then forwards the unit onto a processing channel (3006). A processing channel provides the services and execution environment for transforming the unit of work to the appropriate format. Within the processing channel, asynchronous message queues (3008) are used to support parallel processing within the distribution channel. Finally, a rule set processor (3010) is used to retrieve the appropriate rules from the system's rule engine (3012), and then apply these rules as described below to the unit of work as is described in more detail below in FIG. 3. Transformed units of work are coalesced into an outbound i/o stream (3014), which is then returned to the calling process.


Referring back to FIG. 2, in the method, the system shown in FIG. 1B or 5 may inspect an incoming stream for the segments and type of data contained within the payload and may also receive a transaction data stream 2002 and the system may examine the transaction data to determine the element separator and segment terminator (2004.) The known ASC X12 5010 standard (more details of which may be found at http://www.cms.gov/Regulations-and-Guidance/HIPAA-Administrative-Simplification/Versions5010andD0/Version_5010.html, which is incorporated herein by reference) conveys data using a delimited format. In this format, data elements are separated using an element delimiter. Data elements are grouped into a larger structure referred to as a segment. Segments are delimited from one another using a segment terminator. The control characters used as the element separator and segment terminator are machine readable, and embedded within the ASC X12 5010 data stream. The system also may inspect the respective stream to determine which components are used to process the payload and components are associated with data elements by configuration in a configuration data store. Thus, the detection of the delimiters identifies each segment of the transactional datastream.


The system may activate an appropriate rule set based on the transaction set information (2006.) An example of the rules set based on transaction set information is discussed below with reference to the health care marketplace system scenario that shows how a healthcare marketplace system might use dynamic transactional data streaming during a consumer/health care provider interaction. The system may then read a next element from the data stream using the termination identifiers (2008.) The system may look up parse expression(s) for the data (2010) and parse the data based on the parse expression (2102.) An example of the parsing process is described below in the health care marketplace system scenario. The system may then apply rules to the parsed data (2014.) An example of this rule application process is described below in the health care marketplace system scenario.


The system may then determine if an end of the transaction set has been reached (2016) and loops back to 2008 to read the next segment if the end of the transaction set has not been reached. If the end of the transaction set has been reached, then the system may store the data generated by the rules into a graph form (2018) that may be stored in a graph data store 2020. For example, a graph model may be built with respect to the types of data that can be inferred across concerning the streams. Once the data is stored in a graph form, the system determines if more transaction sets need to be processed (2022) and the transaction data stream processing is completed if there are not any more transaction sets to be processed. If there are more transaction sets to be processed, then the system loops back to process 2006 to activate the appropriate rule set.


To better understand how this might work in practice; consider a scenario where a consumer and a health care provider are interacting within a health care marketplace system that utilizes this dynamic transactional data streaming technique. When the consumer first engages with the health care provider about a condition, the provider can utilize the health care marketplace system's eligibility check functionality to verify the consumer's health insurance and access their deductible information. The eligibility check functionality transmits a X12 270 transaction set (defined by the ASC X12 5010 standard above) to the consumer's insurance company to inquire about their deductible and general coverage information. When the insurance company responds with a X12 271 transaction set (defined by the ASC X12 5010 standard above) for benefit eligibility information, the system will use parse expressions based on the X12 file specifications defined by the ASC X12 5010 standard above in order to decompose segments in the transaction set into data elements. The parsed segment data is passed through a rules engine that is initialized with rules from a rule set that has been defined for the specific transaction set and trading partner. The following table includes some example parse expressions that would be used to parse segments found in a X12 271 transaction set:













Example Parse Expressions for segments
Example Eligibility Inquiry Data Segments







HL*{HL01}*{HL02}*{HL03}*{HL04}~
HL*3*2*22*0~


NM1*{NM101}*{NM102}*{NM103}*{NM104}*
NM1*IL*1*SMITH*JOHN*B***MI*W199100000~


{NM105}*{NM106}*{NM107}*{NM108}*{NM109}*


{NM110}*{NM111}*{NM112}~


EB*{EB01}*{EB02}*{EB03}*{EB04}*{EB05}*
EB*C*IND*30***23*3000*****Y~


{EB06}*{EB07}*{EB08}*{EB09}*{EB10}*{EB11}*


{EB12}*{EB13}*{EB14}~










Segment element IDs are defined in brackets, { }, inside each parse expression and may be optionally mapped to more meaningful variable names such that they may be referenced in rules by the more friendly variable name instead of the element ID.


A sample rule subset that can process segments found in a benefit eligibility inquiry response (271) transaction set is included in the table below along with sample data segments that would cause the rule(s) to execute:













Example Rules for an Eligibility Inquiry



Rule Set
Example Eligibility Inquiry Data Segments







“Hierarchical level rule”:
HL*3*2*22*0~


if the current segment has an id of “HL”,


then store the HL segment information


in working memory for later use


“Subscriber identification rule”:
NM1*IL*1*SMITH*JOHN*B***MI*W199100000~


if the current segment has an id of


“NM1” and the “hierarchical level code”


(or HL03 element id) in the current


“HL” segment is “22” and the “entity


identifier code” (or NM101 element id)


in the “NM1” segment is “IL”, then store


the “NM1” segment information on the


X12 domain model


“Eligibility deductible information rule”:
EB*C*IND*30***23*3000*****Y~


if the current segment has an id of “EB”


and the “eligibility/benefit information”


(or EB01 element id) in the segment has


a value of “C” then store the deductible


information found in the segment on the


X12 domain model









After verifying the consumer's health insurance, the provider examines the patient and makes a diagnosis. Since the provider did a general eligibility inquiry (X12 270) to determine the consumer's current deductible information, the provider is now equipped to recommend a set of treatment options that the consumer can pay for with cash or insurance. With a diagnosis and treatment(s) identified, the provider can initiate a more specific eligibility inquiry (X12 270) with codes (typically CPT or ICD-10) for the treatments to determine if the recommended treatments are covered by the consumer's insurance plan. This allows the consumer to make informed decisions regarding the treatments and their costs while they're still meeting with their health care provider. Once a treatment is selected, the health care marketplace system will record the treatment purchase transaction and submit the necessary X12 837 claims to the insurance company if the consumer elects to (partially) pay with insurance. If there is a portion of the treatment cost remaining after processing the X12 835 health care claim payment response, the health care marketplace system can then bill the consumer via their credit card on file and deposit the funds in the provider's bank account along with the insurance payment that was delivered in the X12 835 claim payment transaction set. Each X12 transaction set received by the health care marketplace system can make use of the dynamic transactional data streaming outlined in FIG. 2. For example, when a X12 271 transaction set is received following the benefits eligibility inquiry for the consumer visiting the health care provider, the 271 transaction data is examined (2004). After this examination, the appropriate rule set for the X12 271 transaction set is loaded into a rules engine (2006). For each data segment present in the 271 transaction set, the system will stream the segments through a stream based parser that will determine the appropriate parse expression based on the current segment's identifier (2008 and 2010). The segment data will be parsed according to the matched parse expression (2012) and then the parsed segment data will be loaded into the working memory for the rules engine so that the rules may be applied to the segment data (2014). The process of streaming in segments from the 271 transaction set, parsing them, and applying rules continues until the end of the transaction set is reached (2016). The eligibility information is stored in a graph data store once the transaction set is processed (2018 and 2020). This process may also be repeated for additional transaction sets that may be received from the insurance company (2022). The graph data stored in 2020 is available to the consumer and health care provider as part of the health care marketplace system.



FIG. 4 illustrates an outbound transactional data stream processing method 4000 that may be implemented, for example, by the system shown in FIGS. 1B and 5. In the method, the system may select sub-graphs that contain transactional information for streaming (4002) from the graph data store 1020 described above with reference to FIG. 1A. The system may then load appropriate stream generation rules based on current graph data in query results (4004) and generate appropriate records on the output stream by executing the loaded rules against the graph data (4006) which is communicated as a data file stream 4008.


The table below illustrates how the system utilizes rules to generate a claim status request (276) output stream using the graph data store domain.













Claim Status Request Sample Rules
276 X12 Output Stream Segments







“New Patient Record Rule”:
HL*4*3*22*0~


When the rules engine encouters a patient


data attribute on the X12 domain model, add a


new HL segment to the output stream to


indicate the start of a new patient record.


“Patient Birth Date and Gender Rule”:
DMG*D8*19191029*M~


When the patient has a date of birth and


gender on the X12 domain model, add a new


DMG segment to the output stream


“Patient Identification Rule”:
NM1*QC*1*DOE*JOHN****MI*R11056841~


When the patient has a name and member id,


generate a NM1 segment and add it to the


output stream









After the appropriate records are generated, the system may determine if the end of the graph query results has been reached (4010) and delivers the generated data file(s) to a trading partner(s) to communicate the transaction (4012) if the end of the graph query results has been reached. If the end of the graph query results has not been reached, then the system may loop to process 4004 to load the appropriate rules.



FIG. 5 illustrates an example of an implementation of a dynamic data transactional system 5000 that may implement the methods described above. The system may be implemented using one or more computing resources (for example, cloud computing component(s) or server computer(s) with typical elements like processors and memory) and one or more components (including the adapter and connector components and some of the components in FIG. 5) that may be partially implemented by a plurality of lines of computer code. In another implementation, each of the components in FIG. 4 (and the adapter and connector components) may be implemented in hardware or a hardware device, such as a programmable logic device, an ASIC and the like.


Inbound requests are routed to a load balancer that distributes the processing load between one or more Enterprise Service Bus, ESB, and components. Each ESB is a software platform that hosts the ASC X12 Processing Pipeline and makes it available to external clients. The ESB utilizes two data stores, an operational database and a statistics cache to support its operations. The operational database tracks the services and components which are supported by the ESB. The statistics cache records service metrics such as the number of times a service has been executed, or a service's average response time. Both databases may be used to provide insight into the current health of the overall system. The system uses document and graph databases as depicted in FIG. 1. The ESB environment is maintained using the ESB administration application. The administration application is an operations console used to add, configure, and remove services, view processing statistics, and schedule recurring tasks. Each of the stores and the cache may be implemented as a software database or a hardware database.


Using the system, a transactional data file is communicated/received by a trading partner participating in data exchange. Trading Partner named herein, any other person or entity who will be receiving EDI information from or providing EDI information to another entity and who requires a submitter number because of a business need. Such person or entity may be an individual provider, a clinic composed of multiple providers, a clearinghouse or a billing agent. In the system, the graph model described above allows the X12 system that is historically row/column key-value based to be queried in a more knowledge domain model behavior. Furthermore, the system dynamically generates inter-domain relationships for nodes within the graph model. These graph relationships provide a holistic view of a member's data within a single system. In addition, the system may use Dynamic query based models that do not need traditional relational algebras.



FIGS. 6-10 illustrate the system's graph representation of ASC X12 5010 data segments. The transaction sets represented included: 270 (FIG. 6), 271 (FIG. 7), 276 (FIG. 8), 277 (FIG. 9), and 834 (FIG. 10). Each transaction set's graph representation includes schema and data nodes. Schema nodes are used to map ASC X12 5010 segment fields to domain names. The following example, from FIG. 6 maps “name” fields from the ASC X12 5010 name segment.
















Field Name
Domain Name









NM101
Entity Identifier Code



NM102
Entity Type Qualifier



NM103
lastname



NM104
firstname










Data nodes store instances of persisted ASC X12 5010 data segments.
















Field Name
Data Value









NM101
P



NM102
1



NM103
LEE



NM104
GARY










The graph system models the relationships between nodes. This information is used to associate node segments with one another using well defined relationships such as “hasDependent”, “hasReceiverAddress”, and “isEntityType”. The system also establishes provenance, or origin, relationships which are used to associate nodes with parent or container nodes. These relationships preserve the ASC X12 5010 control envelopes used to convey transaction sets.


An example of a cypher graph queries that could be used to access graph data for outbound transactional data streaming may be:














start subGPProv = node:SubGProv(type= SubGProv) match tranSetProv<-


[:hasTransactionSetProv]-subGPProv-[:hasSubGProv]-member,member-


[:hasMemberNameInfo]-memberNameInfo-[:hasMemberName]-


memberName,member-[:hasMemberEmployerInfo]-


>memberEmployerInfo,memberEmployerName<-[:hasMemEmployerName]-


memberEmployerInfo-[:hasMemEmpCommunicationNumber]-


>memberEmpCommunicationNumber ,memberEmployerInfo-


[:hasMemEmpStreetAddress]->memberEmpStreetAddress where tranSetProv.ST01 =


834 and memberName.NM109 = 123456789 return


memberEmpCommunicationNumber,memberEmpStreetAddress,memberEmployerNa


me;


start subGPProv = node:SubGProv(type= SubGProv) match tranSetProv<-


[:hasTransactionSetProv]-subGPProv<-[:hasSubGProv]-member-


[:hasMemberNameInfo]->memberNameInfo-[:hasMemberName]-


>memberName,member-[:hasMemberHealthCoverageInfo]-


>memberHealthCoverageInfo-[:hasHealthCoverage]->healthCoverage where


tranSetProv.ST01 = 834 and memberName.NM109 = 123456789 return


healthCoverage;









A healthcare marketplace system may provide a transparent health services marketplace with clear descriptions and posted prices. Many health care providers and payers use legacy systems to communicate information for a variety of transactions: eligibility checks, claims processing and benefits enrollment. To integrate the healthcare marketplace system capabilities with existing systems in the health care space, it's important that it be able to process massive streams of transactional data related to health care services. The ability to process these transaction streams enables: real-time eligibility checks for quote requests, submitting a claim for a service after paying cash so that the service cost can contribute toward a deductible, enrolling a consumer in new health benefits so that they might save money on expensive services. Integrating all of these transaction capabilities with the health service marketplace provides consumers with easy access to information to help them make informed decisions concerning their health care spending. It also provides health care providers and payers with more efficiencies so that administrative costs for processing health care transactions approach zero. Without the dynamic transactional data streaming capabilities, consumers would only be able to use the healthcare marketplace system for cash based transactions and would have to consult other systems for insurance based pricing. The dynamic transactional data streaming may provide the best possible user experience for health care consumers and providers participating in the health care services marketplace.



FIG. 12 illustrates an example of an implementation of a healthcare services marketplace system 100 that may utilize the dynamic transaction system and method. The healthcare marketplace system 100 may have one or more computing devices 102 that connect over a communication path 106 to a backend system 108. Each computing device 102, such as computing devices 102a, 102b, . . . , 102n as shown in FIG. 12, may be a processor based device with memory, persistent storage, wired or wireless communication circuits and a display that allows each computing device to connect to and couple over the communication path 106 to a backend system 108. For example, each computing device may be a smartphone device, such as an Apple Computer product, Android OS based product, etc., a tablet computer, a personal computer, a terminal device, a laptop computer and the like. In one embodiment shown in FIG. 12, each computing device 102 may store an application 104 in memory and then execute that application using the processor of the computing device to interface with the backend system. For example, the application may be a typical browser application or may be a mobile application. The communication path 106 may be a wired or wireless communication path that uses a secure protocol or an unsecure protocol. For example, the communication path 106 may be the Internet, Ethernet, a wireless data network, a cellular digital data network, a WiFi network and the like.


The backend system 108 may also have a health marketplace engine 110, a request for quote engine 112 and a predictive pricing engine 113 that may be coupled together. Each of these components of the backend system may be implemented using one or more computing resources, such as one or more server computers, one or more cloud computing resources and the like. In one embodiment, the health marketplace engine 110, the request for quote engine 112 and the predictive modeling engine 113 may each be implemented in software in which each has a plurality of lines of computer code that are executed by a processor of the one or more computing resources of the backend system. In other embodiments, each of the health marketplace engine 110, the request for quote engine 112 and the predictive modeling engine 113 may be implemented in hardware such as a programmed logic device, a programmed processor or microcontroller and the like. The backend system 108 may be coupled to a store 114 that stores the various data and software modules that make up the healthcare system. The store 114 may be implemented as a hardware database system, a software database system or any other storage system. In this example implementation, the dynamic transaction system components described above may be incorporated into the backend system 108 or may be coupled to the backend system 108, but located remotely.


The health marketplace engine 110 may allow practitioners that have joined the healthcare social community to reach potential clients in ways unimaginable even a few years ago. In addition to giving practitioners a social portal with which to communicate and market themselves with consumers, the marketplace gives each healthcare practitioner the ability to offer their services in an environment that is familiar to users of Groupon, Living Social, or other social marketplaces.


The request for quote engine 112, in the example shown in FIG. 12 in which the request for quote engine 112 is part of the health marketplace system 110, allows a user of the health marketplace system to search for practitioners in their area that treat their conditions or practice in a desired specialty and request a quote for the service they need. Further details of the request for quote engine 112 are provided in U.S. Patent Application Ser. No. 61/871,195, filed on Aug. 28, 2013 and U.S. patent application Ser. No. 14/328,591 filed on Jul. 10, 2014, the entirety of both of which are incorporated herein by reference. The predictive modeling engine 113 may generate healthcare service prices based on predictive modeling. Further details of the predictive modeling engine 113 are provided in U.S. Patent Application Ser. No. 61/881,918, filed on Sep. 24, 2013 and U.S. patent application Ser. No. 14/455,341 filed on Aug. 8, 2014, the entirety of both of which are incorporated herein by reference.


The health marketplace system 110 may further have a health management engine 110a that may generate a healthstream for each member who is a user of the health system 100 and who has logged into the health system 100. The healthstream groups health related information and events into a timeline that can be shared among a patient, healthcare provider(s), and approved family members/friends of each member/user of the system. The information for each user/member may be entered directly into the healthstream using the application 104. Alternatively or in addition, the information about the user/member may also be imported from entries made in other systems including Facebook, Twitter, Foursquare and other web sites. Although the keeping of a detailed health journal requires a lot of discipline and work and busy lives don't often have time to keep up with it, a lot of important health information about the user/member may be recorded all the time in social networks and web sites. The healthstream may provide users an easy way to import and organize information that has already been recorded in these other systems so that it can be visualized as a timeline of health information.


The health timeline (that is part of the healthstream) may always be available for review by approved members of the PokitDok community (healthcare providers, family members, friends) who have the required access rights and privileges that may be set up by the user. The system may allow a user/member to link an account in the health system, such as the health system provided by PokitDok, with other accounts that have been established by the user/member using a known OAuth authorization flow (further details of which may be found at http://en.wikipedia.org/wiki/OAuth which is incorporated herein by reference.) The OAuth flow links the accounts of the user (social network and web accounts) so that the system is able to gather health related information. Once the accounts are linked, the application 104 on the computing device may make API calls to each linked system to import health related posts into their healthstream. In addition, users may be able to drag and drop entries to and from their healthstream to quickly manage what's permanently stored there.


In the health system, the timeline view generated for each user/member may support multiple cases in the timeline view. Each case may be like a directory on a filesystem where events may be stored together. For example, a mother may have cases defined for herself and for her young children that are not yet old enough to manage their own healthstream. When that mother uses the PokitDok healthstream, her checkins at the doctor's office will be imported into her case folder. When she posts about her child running a fever on facebook, that event will be imported into her child's case folder that may be done by utilizing the APIs provided by the various social networks and systems that can be linked to a PokitDok account. Each time a PokitDok user returns to the system, asynchronous tasks are queued to process the latest data from their linked accounts. The results of the above tasks may be presented in a list in the application. Each entry in that list may be manually added to a case using the drag and drop capabilities of HTML5. In addition, when possible, imported entries may be automatically added to cases by analyzing the imported content for health related keywords.


The health system may support a variety of healthstream entry types. For example, when a checkin is added to the healthstream, a link to the location is stored along with geolocation information so it can be quickly displayed on a map view. As another example, when entries with photos are added to the healthstream, a link to the original photo is stored along with cached versions of the photo at various resolutions for display in different contexts. The healthstream may also include entries about medications that may be added to the timeline that include information about when a medication was started/stopped along with dosage details for the medication. In addition, doctor appointments may also be added to the healthstream. Furthermore, healthstream video entries contain links to the original video so that it may be embedded in the health timeline along with the other information. In addition to the specific healthstream entry types above, a generic entry type may be available that supports miscellaneous file attachments. For example, a user may have a PDF of blood results that were emailed to them that they want to add to their healthstream so that it can be shared with other health providers also on that case. The healthstream may allow a user to drag the PDF attachment from their email to the appropriate case in their timeline.


In the system 100, each of the entries for a user may be stored in the store 114 with a user's globally unique identifier and the identifiers of other PokitDok users that are allowed to view the information to provide, among other things, access control for the data in the healthstream of each user. In the system, each entry may default to being private among the users explicitly specified on the data. Users can choose to change the privacy level to ‘anonymous’ when they want to share information they've learned about a particular health issue with the community without revealing their identity.


Healthcare providers that are part of a healthstream case for a user can also add events to it. For example, a provider can review a user's healthstream when meeting with them and recommend a service they've posted on the health marketplace as part of their treatment plan. This may add that service to the healthstream with a date/time stamp so the patient and other healthcare providers are all up-to-date with currently active treatments and medications. If multiple providers are participating on a case, email and SMS alerts can be triggered to alert them that new information is available for their review.


While the foregoing has been with reference to a particular embodiment of the invention, it will be appreciated by those skilled in the art that changes in this embodiment may be made without departing from the principles and spirit of the disclosure, the scope of which is defined by the appended claims.

Claims
  • 1. A dynamic transactional data streaming system, comprising: a data streaming system;the data streaming system having a storage device that stores a plurality of rule sets, wherein each rule set processes a corresponding electronic healthcare transactional datastream each having a particular set of healthcare transactional data;the data streaming system having a data stream examination component configured to receive one of the corresponding electronic healthcare transactional datastreams in a first format, the received electronic healthcare transactional datastream having one or more transaction sets delimited by a first set of segments and one or more pieces of data elements within each transaction set delimited by a second set of segments, the data stream examination component also comprising a stream parser configured to identify each of the segments in the electronic healthcare transactional datastream and parse each of the segments into a unit of work having a structured format different from the first format, wherein the received electronic healthcare transactional datastream comprises a real-time healthcare insurance eligibility check for quote requests, a health claim for a health service after a consumer pays cash for at least a portion of a health claim so that a service cost for the health claim can contribute toward an insurance deductible, or enrolling the consumer in new health insurance benefits so that the consumer saves money on expensive health services; andthe data streaming system having a data stream processing component, the data stream processing component comprising a plurality of distributed processing channels, each distributed processing channel having: an asynchronous message queue to communicate with each of the other distributed processing channels and support parallel processing in the plurality of distributed processing channels of each unit of work in the electronic healthcare transactional datastream,a rule set processor configured to select a rule set from the plurality of rule sets based on the data elements in each transaction set of the electronic healthcare transactional datastream, wherein each distributed processing channel generates a transformed unit of work based on the selected rule set and the unit of work and coalesces the transformed units of work from the plurality of distributed processing channels into a set of translated data that is translated from the structured format to the first format, based on the selected rule set and the plurality of segments and the plurality of data elements of the electronic healthcare transactional datastream; andwherein the data streaming system is configured to output a claim status request output stream using the set of translated data, andwherein the claim status request output stream comprises a response to the real-time healthcare insurance eligibility check for quote requests, a response to the submission of a health insurance claim for a health service after the consumer pays cash for at least the portion of the health claim so that the service cost for the health claim can contribute toward the insurance deductible, or a response to enrolling the consumer in new health insurance benefits so that the consumer saves money on expensive health services.
  • 2. The system of claim 1, wherein the data stream segment processing component is configured to parse each data element in each segment based on a parse expression to generate a parsed data element and configured to apply the selected rule set to the parsed data element.
  • 3. The system of claim 2, wherein the set of translated data is stored in a graph.
  • 4. The system of claim 1, wherein the data stream examination component that is configured to identify each of the segments in the electronic healthcare transactional datastream is further configured to identify an element delimiter that separates each data element and a segment terminator that separates each segment in the electronic healthcare transactional datastream.
  • 5. The system of claim 1 further comprising a data stream output component configured to load a stream generation rule based on the set of translated data and configured to generate an output datastream using the stream generation rule and the set of translated data.
  • 6. The system of claim 5, wherein the data stream output component loads the stream generation rules based on a set of translated data stored in a graph.
  • 7. The system of claim 1, wherein the electronic healthcare transactional datastream is a healthcare transactional datastream.
  • 8. The system of claim 7, wherein the healthcare transactional datastream uses a health care delimited format having a set of health care related transactions and code sets.
  • 9. The system of claim 1, wherein the data stream system further comprises a data processing component having a plurality of processing channels wherein each processing channel processes a segment of the transactional data so that the data segments of the transactional datastream are processed in parallel.
  • 10. The system of claim 9, wherein each processing channel has a message queue so that each processing channel communicates with the other processing channels.
  • 11. The system of claim 9, wherein each processing channel is a thread executed by a processor.
  • 12. The system of claim 9, wherein each processing channel has a rule set processor that performs the operations of the data stream segment processing component for each segment assigned to the processing channel.
  • 13. A dynamic transactional data streaming method, comprising: storing, in a storage device, a plurality of rule sets, wherein each rule set processes a corresponding electronic healthcare transactional datastream each having a particular set of transactional data;receiving, by a computer system coupled to the storage device, one of the corresponding electronic healthcare transactional datastreams in a first format, the received electronic healthcare transactional datastream having one or more transaction sets delimited by a first set of segments and one or more pieces of data elements within each transaction set delimited by a second set of segments;identifying, by a stream parser of the computer system, each of the segments in the electronic healthcare transactional datastream, and parsing each of the segments into a unit of work having a structured format different from the first format, wherein the received electronic healthcare transactional datastream comprises a real-time healthcare insurance eligibility check for quote requests, a health claim for a health service after a consumer pays cash for at least a portion of a health claim so that a service cost for the health claim can contribute toward an insurance deductible, or enrolling the consumer in new health insurance benefits so that the consumer saves money on expensive health services;parallel processing, by a data stream processing component of the computer system, a plurality of distributed processing channels, each unit of work;communicating, by an asynchronous message queue in each distributed processing channel, with each of the other distributed processing channels to support the parallel processing in the plurality of distributed processing channels of each unit of work in the electronic healthcare transactional datastream;selecting, by the computer system, a rule set from the plurality of rule sets based on the data elements in each segment of the electronic healthcare transactional datastream;generating, by each distributed processing channel, a transformed unit of work based on the selected rule set and the unit of work;coalescing, by the computer system, the transformed units of work from the plurality of distributed processing channels into a set of translated data that is translated from the structured format to the first format, based on the selected rule set and the plurality of segments and the plurality of data elements of the electronic healthcare transactional datastream; andoutputting a claim status request output stream using the set of translated data, wherein the claim status request output stream comprises a response to the real-time healthcare insurance eligibility check for quote requests, a response to the submission of a health insurance claim for a health service after the consumer pays cash for at least the portion of the health claim so that the service cost for the health claim can contribute toward the insurance deductible, or a response to enrolling the consumer in new health insurance benefits so that the consumer saves money on expensive health services.
  • 14. The method of claim 13 further comprising parsing, by the computer system, each data element in each segment based on a parse expression to generate a parsed data element and applying, by the computer system, the selected rule set to the parsed data element.
  • 15. The method of claim 14 further comprising storing the set of translated data in a graph.
  • 16. The method of claim 13, wherein identifying each segment further comprises identifying, by the computer system, an element delimiter that separates each data element and a segment terminator that separates each segment in the electronic healthcare transactional datastream.
  • 17. The method of claim 13 further comprising loading, by the computer system, a stream generation rule based on the set of translated data and generating, by the computer system, an output datastream using the stream generation rule and the set of translated data.
  • 18. The method of claim 17, wherein loading the stream generation rules further comprising loading, by the computer system, the stream generation rule based on a set of translated data stored in graph.
  • 19. The method of claim 13, wherein the electronic healthcare transactional datastream is a healthcare transactional datastream.
  • 20. The method of claim 19, wherein the healthcare transactional datastream uses a health care delimited format having a set of health care related transactions and code sets.
PRIORITY CLAIMS/RELATED APPLICATIONS

This application claims the benefit and priority under 35 USC 119(e) to U.S. Provisional Patent Application Ser. No. 61/927,261, filed on Jan. 14, 2014 and entitled “System and Method for Dynamic Transactional Data Streaming”, the entirety of which is incorporated herein by reference.

US Referenced Citations (146)
Number Name Date Kind
5872021 Matsumoto et al. Feb 1999 A
6477580 Bowman-Amuah Nov 2002 B1
6546428 Baber Apr 2003 B2
7386565 Singh et al. Jun 2008 B1
7917378 Fitzgerald et al. Mar 2011 B2
7917515 Lemoine Mar 2011 B1
7970802 Ishizaki Jun 2011 B2
7992153 Ban Aug 2011 B2
8060395 Frasher et al. Nov 2011 B1
8073801 Von Halle et al. Dec 2011 B1
8095975 Boss et al. Jan 2012 B2
8103667 Azar et al. Jan 2012 B2
8103952 Hopp Jan 2012 B2
8203562 Alben et al. Jun 2012 B1
8229808 Heit Jul 2012 B1
8286191 Amini et al. Oct 2012 B2
8359298 Schacher et al. Jan 2013 B2
8364501 Rana et al. Jan 2013 B2
8417755 Zimmer Apr 2013 B1
8495108 Nagpal et al. Jul 2013 B2
8515777 Rajasenan Aug 2013 B1
8527522 Baron Sep 2013 B2
8817665 Thubert et al. Aug 2014 B2
8984464 Mihal et al. Mar 2015 B1
9165045 Mok et al. Oct 2015 B2
9208284 Douglass Dec 2015 B1
20020022973 Sun et al. Feb 2002 A1
20020038233 Shubov et al. Mar 2002 A1
20020165738 Dang Nov 2002 A1
20030055668 Saran et al. Mar 2003 A1
20030097359 Ruediger May 2003 A1
20030171953 Narayanan et al. Sep 2003 A1
20030217159 Schramm-Apple et al. Nov 2003 A1
20030233252 Haskell Dec 2003 A1
20040143446 Lawrence Jul 2004 A1
20050010452 Lusen Jan 2005 A1
20050071189 Blake et al. Mar 2005 A1
20050102170 Lefever May 2005 A1
20050137912 Rao et al. Jun 2005 A1
20050152520 Logue Jul 2005 A1
20050182780 Forman et al. Aug 2005 A1
20050222912 Chambers Oct 2005 A1
20060036478 Aleynikov et al. Feb 2006 A1
20060074290 Chen et al. Apr 2006 A1
20060089862 Anandarao et al. Apr 2006 A1
20060129428 Wennberg Jun 2006 A1
20060136264 Eaton et al. Jun 2006 A1
20060206358 Beaver Sep 2006 A1
20070113172 Behrens May 2007 A1
20070118399 Avinash et al. May 2007 A1
20070156455 Tarino et al. Jul 2007 A1
20070174101 Li et al. Jul 2007 A1
20070180451 Ryan et al. Aug 2007 A1
20070214133 Liberty et al. Sep 2007 A1
20070233603 Schmidgall et al. Oct 2007 A1
20070260492 Feied et al. Nov 2007 A1
20070276858 Cushman et al. Nov 2007 A1
20070288262 Sakaue et al. Dec 2007 A1
20080013808 Russo et al. Jan 2008 A1
20080046292 Mayers Feb 2008 A1
20080082980 Nessland et al. Apr 2008 A1
20080091592 Blackburn et al. Apr 2008 A1
20080126264 Tellefsen et al. May 2008 A1
20080133436 Di Profio Jun 2008 A1
20080215993 Rossman Sep 2008 A1
20080288292 Bi et al. Nov 2008 A1
20080295094 Korupolu et al. Nov 2008 A1
20080319983 Meadows Dec 2008 A1
20090083664 Bay Mar 2009 A1
20090125796 Day et al. May 2009 A1
20090192864 Song et al. Jul 2009 A1
20090198520 Piovanetti-Perez Aug 2009 A1
20090300054 Fisher Dec 2009 A1
20090307104 Weng Dec 2009 A1
20090313045 Boyce Dec 2009 A1
20100017222 Yeluri Jan 2010 A1
20100070303 Massoumi Mar 2010 A1
20100076950 Kenedy et al. Mar 2010 A1
20100082620 Jennings, III et al. Apr 2010 A1
20100088108 Machado Apr 2010 A1
20100088119 Tipirneni Apr 2010 A1
20100138243 Carroll Jun 2010 A1
20100217973 Kress et al. Aug 2010 A1
20100228565 Kharraz Tavakol Sep 2010 A1
20100228721 Mok et al. Sep 2010 A1
20100295674 Hsieh et al. Nov 2010 A1
20100332273 Balasubramanian et al. Dec 2010 A1
20110009707 Kaundinya Jan 2011 A1
20110015947 Erry et al. Jan 2011 A1
20110055252 Kapochunas et al. Mar 2011 A1
20110071857 Malov et al. Mar 2011 A1
20110137672 Adams et al. Jun 2011 A1
20110218827 Kennefick et al. Sep 2011 A1
20120004943 Reichman Jan 2012 A1
20120011029 Thomas et al. Jan 2012 A1
20120035984 Srinivasa et al. Feb 2012 A1
20120078940 Kolluri et al. Mar 2012 A1
20120130736 Dunston et al. May 2012 A1
20120158429 Murawski et al. Jun 2012 A1
20120158750 Faulkner et al. Jun 2012 A1
20120173279 Nessa et al. Jul 2012 A1
20120245958 Lawrence et al. Sep 2012 A1
20120246727 Elovici et al. Sep 2012 A1
20120290320 Kurgan et al. Nov 2012 A1
20120290564 Mok et al. Nov 2012 A1
20130030827 Snyder et al. Jan 2013 A1
20130044749 Eisner et al. Feb 2013 A1
20130085769 Jost et al. Apr 2013 A1
20130138554 Nikankin et al. May 2013 A1
20130166552 Rozenwald et al. Jun 2013 A1
20130204940 Kinsel et al. Aug 2013 A1
20130290007 Haq Oct 2013 A1
20130304903 Mick et al. Nov 2013 A1
20140046931 Mok et al. Feb 2014 A1
20140056243 Pelletier et al. Feb 2014 A1
20140059084 Adams et al. Feb 2014 A1
20140088981 Momita Mar 2014 A1
20140136233 Atkinson et al. May 2014 A1
20140207509 Yu Jul 2014 A1
20140222482 Gautam et al. Aug 2014 A1
20140244300 Bess et al. Aug 2014 A1
20140249878 Kaufman et al. Sep 2014 A1
20140278491 Weiss Sep 2014 A1
20140358578 Ptachcinski Dec 2014 A1
20140358845 Mundlapudi et al. Dec 2014 A1
20150095056 Ryan et al. Apr 2015 A1
20150112696 Kharraz Tavakol Apr 2015 A1
20150142464 Rusin et al. May 2015 A1
20150142495 Garakani May 2015 A1
20150154528 Kharraz Tavakol Jun 2015 A1
20150199482 Corbin et al. Jul 2015 A1
20150332283 Witchey Nov 2015 A1
20160028552 Spanos et al. Jan 2016 A1
20160055205 Jonathan et al. Feb 2016 A1
20160253679 Venkatraman et al. Sep 2016 A1
20160328641 Alsaud et al. Nov 2016 A1
20160342750 Alstad et al. Nov 2016 A1
20160342751 Alstad et al. Nov 2016 A1
20170060856 Turtle Mar 2017 A1
20170091397 Shah et al. Mar 2017 A1
20170103164 Dunlevy et al. Apr 2017 A1
20170103165 Dunlevy et al. Apr 2017 A1
20170132621 Miller et al. May 2017 A1
20170351821 Tanner et al. Dec 2017 A1
20170372300 Dunlevy et al. Dec 2017 A1
20200073729 Sturtivant Mar 2020 A1
Foreign Referenced Citations (4)
Number Date Country
2478440 Oct 2013 GB
WO20071435599 Dec 2007 WO
WO 2012122065 Sep 2012 WO
WO2012122065 Sep 2012 WO
Non-Patent Literature Citations (25)
Entry
Version 5010 and D.0, Center for Medicare & Medicaid Services, p. 1.
Ira J. Kalet, Robert S. Giansiracusa, Jonathan Jacky, Dora Avitan, A declarative implementation of the DICOM-3 network protocol, ELSEVIER, Biomedical Informatics, vol. 36, Issue 3, Jun. 2003, pp. 159-176 (Year: 2003).
PCT International Search Report of PCT/US14/52764; dated Nov. 21, 2014; (2 pgs.).
PCT Written Opinion of the International Searching Authority of PCT/US14/52764; dated Nov. 21, 2014; (5 pgs.).
“New Health Care Electronic Transactions Standards Versions 5010, D.0, and 3.0”; Jan. 2010 ICN 903192; http://www.cms.gov/Regulations-and-Guidance/HIPAA-Adminstrative-Simplification/Versions501andD0/downloads.w5010BasicsFctCht.pdf; (4 pgs.).
Ahlswede et al., Network Information Flow, IEEE Transactions on Information Theory, vol. 46, No. 4; Jul. 2000 (13 pgs.).
Bhattacharya, Indrajit and Getoor, Lise, Entity Resolution in Graphs, Department of Computer Science, University of Maryland (2005) (21 pgs.).
Chen et al., Adaptive Graphical Approach to Entity Resolution, Jun. 18-23, 2007, Proceedings of the 7th ACM/IEEE-CS Joint Conference on Digital Libraries, pp. 204-213 (10 pgs.).
Christen, Data Matching, Concepts and Techniques for Record Linkage, Entity Resolution, and Duplicate Detection, © Springer-Verlag Berlin Heidelberg, 2012 (279 pgs.).
Cohen et al., A Comparison of String Metrics for Matching Names and Records, © 2003, American Association for Artificial Intelligence (www.aaai.org) (6 pgs.).
Coleman et al., Medical Innovation—a diffusion study; The Bobbs-Merrill Company, Inc., 1966 (248 pgs.).
Domingos et al., Mining High-Speed Data Streams, (2000) (10 pgs.).
Greenhalgh et al., Diffusion of Innovations in Health Service Organisations—a systematic literature review, Blackwell Publishing, 2005 (325 pgs.).
Jackson et al., The Evolution of Social and Economic Networks, Journal of Economic Theory 106, pp. 265-295, 2002 (31 pgs.).
Jackson, Matthew O., Social and Economic Networks, Princeton University Press, 2008 (509 pgs.).
Krempl et al., Open Challenges for Data Stream Mining Research, SIGKDD Explorations, vol. 16, Issue 1, Jun. 2014 (64 pgs.).
Rebuge, Business Process Analysis in Healthcare Environments, 2011, Ellsevier Ltd., pp. 99-116 (18 pgs.).
Wasserman et al., Social Network Analysis: Methods and Applications, Cambridge University Press; 1994 (434 pgs.).
White et al., Algorithms for Estimating Relative Importance in Networks, Proceedings of the Ninth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2003 (10 pgs.).
(MATHJAX), Naive Bayes Categorisation (with some help from Elasticsearch), blog post dated Dec. 29, 2013 (https://blog.wtf.sg/2013/12/29/naive-bayes-categorisation-with-some-help-from-elasticsearch/). (8 pgs.).
Webpage: New Health Care Electronic Transactions Standards Versions 5010, D.0, and 3.0, Jan. 2010 ICN 903192; http://www.cms.gov/Regulations-and-Guidance/HIPAA-Adminstrative-Simplification/Versions5010and D0/downloads/w5010BasicsFctCht.pdf (4 pgs.).
Webpage: U.S. Dept. of Health and Human Services, Guidance Regarding Methods for De-identification of Protected Health Information in Accordance with the Health Insurance Portability and Accountability Act (HIPAA) Privacy Rule, http://www.hhs.gov/ocr/privacy/hipaa/understanding/coveredentities/De-identification/guidance.html printed Oct. 15, 2015 (14 pgs.).
Lin et al., A simplicial complex, a hypergraph, structure in the latent semantic space of document clustering, © 2005 Elsevier Inc. (26 pgs.).
Anonymous: “Oauth—Wikipedia”, Sep. 23, 2013. Retrieved from the Internet URL:https://en.wikipedia.org/w/index.php?title+oAuth&oldid+574187532 (3 pages).
Anonymous: “Oauth” Wikipedia—Retrieved from the Internet URL:https://en.wikipedia.org/wiki/Oauth (8 pgs.)
Related Publications (1)
Number Date Country
20150199482 A1 Jul 2015 US
Provisional Applications (1)
Number Date Country
61927261 Jan 2014 US