The aim of this study is to implement a proof of concept showing that the OHDSI standardizations and PatientLevelPrediction package can enable rapid external validation. At present many models are not externally validated within 5 years, but we can develop models using data from one data set mapped to the OMOP CDM and readily share the model across the network, so we should be able to efficiently validate models.
This study has two steps:
Install and check the package is configured correctly + run the target population and outcome cohort creation code to check cohorts are valid across the network.
Run the study - this implements 5 well known stroke prediction models for four different Stroke definitions. Once the result folder is checked, submit the folder (you need to get the key and secret)
We are aiming for a good journal to submit this to and all contributors will be listed as co-authors.
In this issue of the Circulation, the paper predicting CVD risk in HIV patients was published (link).
Like this, there are some subgroups in which traditional risk scoring system is inaccurate or under/overestimate the risk.
Thank you for conducting this remarkable study, @jreps and @Rijnbeek !
I want to join, too
@jreps@Rijnbeek
Most paper using Korean / Taiwanese claim data defined the AF when it was diagnosed once in inpatient setting or twice or more in outpatient setting (Korean paper example, Taiwanese paper example). And we validated this definition in two Korean hospitals.
The traditional risk scores including CHADSVAsc score was developed to predict āischemic strokeā in patients without anticoagulations. So we need to censor the patients when they started to use oral anticoagulation or stratify them into several groups. And we need to consider how to handle those with antiplatelet drug.
There are some exemplary studies by using Korean and Taiwanese claim data for this.
The current definition should be satisfied if any of these criteria occur:
2 or more diagnoses in outpatient
1 in an inpatient setting
1 in an outpatient setting with an electrocardiogram in the 30 days prior.
The definition currently restricts to first time in history AF diagnosis criteria (which maybe should be removed?) and removes people with prior stroke.
It wasnāt currently removing people with prior anticoagulants, but that seems to be a very valid point. How about I remove the first time in history AF restriction (but limit cohort to first AF record satisfying the criteria) and exclude people with prior anticoagulants (concept id 21500803 and descendants)?
Hi - Iām new to the PLP WG and heard about this study on a recent call. I donāt have relevant data access, but would be happy to help out in any other ways if needed (interpreting results after submission, writing, etc.) Just let me know.
@jreps , sorry for my misunderstanding the AF cohort definition. The current definition of AF cohort is great.
However, we need to remove people who used anticoaguation not only anytime before the index, but also anytime after the index date and before the stroke (Thatās what the papers you found did).
I donāt think removing first time in history AF restriction criteria is necessary.
Could you tell me again the concept_name for ā21500803ā? I cannot find this concept_id in Athena.
I studied the protocol and the concept sets are there but pasted as text and somewhat hard to review (or learn from)
.
Also, in the package - there is only SQL cohort code. (not the JSON importable format)
I very much like your more complex definition below
The current definition should be satisfied if any of these criteria occur:
2 or more diagnoses in outpatient
1 in an inpatient setting
1 in an outpatient setting with an electrocardiogram in the 30 days prior.
Would it be possible to post the implementation in Atlas of the definition above. (or better yet all 4 cohort definitions from your package) as either .json files or put them on the public Atlas server?
Valvular heart disease
-Originally, the risk score model of AF doesnāt target population with valvular heart disease, or valvular AF (ref). Because all patients with valvular AF must take anticoagulant, they would be excluded in this cohort by no-anticoagulant criteria. Still, it would be worth to exclude valvular heart disease (mitral valvular disease, rheumatic heart disease and prosthetic valves).
Antiplatelet
-Doctors, especially in Asia, tend to prescribe aspirin in low-risk patients to prevent stroke (such as CHADSVasc 1 or 2, female). We need to decide whether to neglect this or not. Since stroke risk reduction from antiplatelet was minimal in AF patients, we can neglect antiplatelet drug.
Anticoagulant after stroke
-Most papers just excluded patients used anticoagulant. After patients develop stroke, they can start to take anticoagulation. Because any anticoagulation use was excluded in this cohort, even patients started to take anticogulation after stroke would be excluded, too. Sorry, I donāt know figure out how to make cohort for this problem by ATLAS. Only solution Iāve found is that making outcome cohort who used anticoagulation. Among target cohort, we can identify patients develop stroke and start anticoagulation. By comparing outcome data, we can identify who use anticoagulation after stroke. I know it is so messy solutionā¦
The cohort is great. Most studies follows this cohort definition. I mentioned a few points, but I donāt think you need to reflect all of these. Again, this study has great clinical implication.