| Literature DB >> 29888081 |
Danny T Y Wu1,2,3, Kai Zheng4,1,5, David J Bradley2.
Abstract
All academic medical centers have a strong desire to maximize the value of their clinical data for secondary use purposes such as quality improvement (QI) and research. However, this need has not been adequately fulfilled due in part to the fact that the data capture functions in current electronic health record systems predominantly focus on clinical documentation and billing, lacking the flexibility to allow the collection of additional data elements critical to QI or research. To address this gap, we designed and developed a dynamic data platform to support clinicians' varied needs for recording additional data about their patients outside of direct patient care (e.g. classifying patient conditions based on the inclusion criteria of a research-oriented patient registry). In this paper, we describe the design considerations of this platform such as data models, query functions, coding and controlled vocabulary, user interface design, access control, and data interoperability. In developing the platform, we partnered with the frontline clinicians in an academic congenital heart canter, and adopted the agile software development approach with numerous rounds of evaluation and iterative refinement. Since 2013, this platform has been successfully used to meet the dynamic QI and research data needs of clinicians in the congenital heart center. Future work includes improving the efficiency and effectiveness of the platform and incorporating cutting-edge data interoperability standards.Entities:
Year: 2018 PMID: 29888081 PMCID: PMC5961796
Source DB: PubMed Journal: AMIA Jt Summits Transl Sci Proc
An example of a traditional table (left) and its corresponding Entity-Attribue-Value (EAV) data model (right)
| MRN | CASE_ID | STATUS | DOCTOR |
|---|---|---|---|
| 0001 | 01 | Admitted | Bradley |
| 0001 | 01 | Admitted | Bradley |
| 0002 | 03 | Discharged | Bradley |
Medical Record Number
Figure 1 –CHCi EAV Data Model (the links indicate the view generation process, not table relationships).
Figure 2 –Searching “Down’s Syndrome” [top right] in the Diagnostic Code Component (the results rank “Trisomy 21” the top choice [bottom left], which is mapped to other standard codes [bottom right])
Figure 3 –General Search Process in CHCi
Figure 4 –First-level landing page of ECMO module (top: general search, bottom: advanced search)
Figure 5 –Second-level edit page of ECMO Module (top: patient demographics and the most recent case, bottom: a list of cases with expandable/collapsible content to form patient medical history)
Figure 6 –Conceptual Model of CHCi Interoperability
| SEQ | MRN | CASE_ID | ATTRIBUTE | VALUE |
|---|---|---|---|---|
| 1 | 0001 | 01 | STATUS | Admitted |
| 2 | 0001 | 01 | DOCTOR | Bradley |
| 3 | 0001 | 02 | STATUS | Admitted |
| 4 | 0001 | 02 | DOCTOR | Wu |
| 5 | 0002 | 03 | STATUS | Discharged |
| 6 | 0002 | 03 | DOCTOR | Bradley |
Current modules on the dynamic data platform
| Module ID | Description | Status | # Users |
|---|---|---|---|
| MRI | Magnetic resonance imaging | M | 2 |
| ND | Neurodevelopmental follow-up | M | 3 |
| HOLTER | Holter (ambulatory electrocardiography) | M | 8 |
| FETAL | Fetal cardiology | M | 4 |
| CATH | Cardiac catheterization | M | 5 |
| LONG | Longitudinal follow-up | M | 4 |
| PC4 | Pediatric Cardiac Critical Care Consortium – Intensive care | M | 4 |
| ECMO | Extracorporeal membrane oxygenation | U | 7 |
| ECHO | Echocardiography | U | 4 |
| NOTE | Clinical notes | U | 10 |
| ACHD | Adult congenital heart Disease | U | 5 |
| EXER | Exercise Laboratory | D | 8 |
| OHT | Transplant service | D | 3 |
M (Maintenance), U (User Testing), D (Development)
Physicians, nurses, technicians, project coordinators, and data analysts