generated from just-the-docs/just-the-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
364de1a
commit 8dd3807
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
layout: default | ||
title: Key Patient Characteristics | ||
parent: Curated Assets | ||
nav_order: 1 | ||
has_children: true | ||
permalink: /curated_assets/kpcs | ||
--- | ||
|
||
# Key Patient Characterisitcs | ||
|
||
Jump to our [quick-start]({% link docs/curated_assets/kpcs_how_to_use.md %}) guide to start using the tables now! | ||
|
||
## Motivation | ||
|
||
The key patient characteristic (kpc) tables are **monthly** curated assets that have been developed to meet the need for a standardised demographics table that is accessible and usable by all projects. You may want to use these assets as part of your project pipeline or for exploratory data analyses purposes. | ||
|
||
|
||
Previously, kpc's could be curated using: | ||
|
||
* NHS Data Wranglers curated asset tables curr301_patient_skinny_unassembled & curr302_patient_skinny_record. These tables are no longer maintained. | ||
|
||
* BHF DSC HDS common functions key_patient_characteristics_harmonise & key_patient_characteristics_select. These functions were run by every project in every pipeline. | ||
|
||
{: .note } | ||
If you are currently using the above common functions in your project pipeline there is no need to replace the assets you have curated using these functions with the new tables described here. The methodology used in both versions is almost identical. For future projects however, you may want to consider using the kpc curated assets described in this section. | ||
|
||
|
||
The above functions are run at a population wide level which is a lot of compute time across many projects for the **same result**. | ||
|
||
### What tables are being curated? | ||
|
||
* **Multisource tables** - curated for each patient characteristic as at each provisioning month. It consolidates all the records of the characteristic of interest from a wide variety of data sources. Use this table if you want to apply your own bespoke selection algorithm that picks one record per characteristic per person. | ||
|
||
* **Individual tables** - curated for each patient characteristic as at each provisioning month. It is curated from the multisource table by applying a HDS selection algorithm. The algorithm selects one record per characteristic per person (one row per person). | ||
|
||
* **Demographics table** - brings together the individual tables that were curated for each characteristic into one demographics table. | ||
|
||
CHANGE | ||
## Characteristics of Interest | ||
|
||
The curated assets have the following characteristics of interest: | ||
|
||
| Demographic Data | Multisource Tables | Individual Tables | Demographics Table | | ||
|------------------------|---------------------|-------------------|--------------------| | ||
| Date of Birth | ✔ | ✔ | ✔ | | ||
| Sex + Mappings | ✔ | ✔ | ✔ | | ||
| Ethnicity + Mappings | ✔ | ✔ | ✔ | | ||
| LSOA | ✔ | ✔ | ✔ | | ||
| - Region | | | ✔ | | ||
| - IMD Quintile | | | ✔ | | ||
| - IMD Decile | | | ✔ | | ||
| Death | | | ✔ | | ||
| - Date of Death | | | ✔ | | ||
| In GDPPR | | | ✔ | |