A Conceptual Framework for Medical Data

We need data for everything we do in clinical practice. Basically we need data for three things:

  1. To determine the current state of the patient, i.e. the diagnoses.
  2. To determine the expected state of the patient, i.e. the prognoses.
  3. And whether of not we can change the expected state of the patient with medical interventions. Resulting in an observed state, i.e. the outcome.

The relationship between these basic be depicted as follows:

Diagnosis leads to Treatment to change the Prognosis resulting in an actual Outcome

To establish these basic clinical information items we need data. However the old adage: garbage in, garbage out, makes it difficult to reliably establish and classify these items.

In order to clean up the raw data stored in the various information sources in hospitals, a preprocessing of data is needed using:

  1. Conversions, to normalize data
  2. Filtering, to clean data and
  3. Aggregate, to turn data into clinically meaningful data (concepts)
Extracting, Transforming and Loading Raw Data into Clinical Data

These clinical data points (or more general events) are ordered in time.

Clinical Data accumulates over time

The processing of raw data into clinically meaningful data concepts have been previously described in blogs about PICURED, the Pediatric Intensive Care Research Database initiative.

However, clinical data still is not the same as clinical information, in the sense that it has meaning or relevance to diagnoses, prognoses, interventions or outcome measures.

Clinical Data triggering Criteria resulting in Clinical Information

The accumulation of clinical information over time results into the establishment/reinforcement or adjustment of diagnoses, prognoses, interventions and observed outcomes.

Establishment, Reinforcement or Adjustment of Diagnoses, Prognoses, Interventions and Outcome over time

The central theme is time. Time is literally of essence. The incremental recording of data over time and processing data over time is closely related in computer science to event processing and event sourcing. If you look at a prototypical event sourcing picture, there is a lot of common ground.

Event Sourcing example as shown by Event Store

In conclusion, this Conceptual Framework for Medical Data could nicely fit in the Event Sourcing pattern of managing, processing and storing data.

Loading