TheChristie-Manchester: Add missing T-stage mappings - #51
Open
JHogenboom wants to merge 1 commit into
Open
Conversation
Add the following T-stage values to pathological_t_stage localMappings: - T1a, T1b (to stage 1) - T2a (to stage 2) - T3a (to stage 3) - Tis (to stage 0) - 0, 1, 2, 3, 4, x (numeric and x values) These values were found in the Manchester data analysis but were not previously mapped in the schema. Co-authored-by: JHogenboom <JHogenboom@users.noreply.github.com>
|
T stage is pulled from a combined table. It will come primarily from path_stage, if path_stage does not exist then clinical_stage is used. Given this, it will be a combination of clinical and pathological staging. |
Contributor
Author
|
@CharlieJHeaven Thanks for clearing that up! |
|
Yes that sounds reasonable to me. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Details
These T-stage values were identified in the Manchester data analysis but were not previously mapped in the schema. All values are added to the existing pathological_t_stage localMappings since there is only one T-stage column in the data.
Note: The user will verify with the hospital whether this should be labeled as clinical_t_stage or pathological_t_stage.