UPSIT

UPSIT - Assessment Variables:

Field Name

Description

Field Values

Variable Summary

upsit_performed UPSIT Performed Indicator Completed
Not Completed
Partially Completed
Null
University of Pennsylvania Smell Identification Test (UPSIT) - performed indicator
score_from_booklet_1 UPSIT Score From Booklet #1   University of Pennsylvania Smell Identification Test (UPSIT) - book 1 score
score_from_booklet_2 UPSIT Score From Booklet #2   University of Pennsylvania Smell Identification Test (UPSIT) - book 2 score
score_from_booklet_3 UPSIT Score From Booklet #3   University of Pennsylvania Smell Identification Test (UPSIT) - book 3 score
score_from_booklet_4 UPSIT Score From Booklet #4   University of Pennsylvania Smell Identification Test (UPSIT) - book 4 score
upsit_total_score UPSIT Total Score   University of Pennsylvania Smell Identification Test (UPSIT) - total score


Curation Notations:

UPSIT Total Score was calculated as a sum of score_from_booklet_1, score_from_booklet_2, score_from_booklet_3, score_from_booklet_4. Two prodromal hyposmia participants are missing score (participant_id PP-85242 and PP-91837). These two scores were not collected at baseline, so it was decided that the pre-screening UPSIT scores would be used instead.  "TOTAL_CORRECT" from the Olfactory_UPSIT.csv was used as the UPSIT total score for these two subjects.

Query Definition
UPSIT table contains any cohort participants

Clinical Data Forms Queried (available as a BigQuery Table and csv File)
UPSIT

Query
SELECT left(participant_id, 2) Cohort, count(distinct participant_id) Count from `amp-pd-research.2021_v2_5release_0510.UPSIT` GROUP BY Cohort ORDER BY Cohort