This repository is under review for potential modification in compliance with Administration directives.
The AMP PD Knowledge Portal was developed to host and share resources related to Parkinson’s disease research and remains fully operational. We continue to maintain and accept Parkinson’s disease and related disorders data and resources throughout this review process.

PD Surgery (DBS)

Genetic Information - Variable Definition Table:

Field Name

Description

Field Values

surgery_for_parkinson_disease Type of surgery for Parkinson Disease  


Tables that Reference this Variable:

  • PD Medical History
     

Data Type Information:

Field Name

Type

Mode

surgery_for_parkinson_disease STRING NULLABLE


Curation Notations:

Query Definition
PD_Medical_History.surgery_for_parkinson_disease = 'DBS (Deep Brain Stimulation)'

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

Criteria
surgery_for_parkinson_disease = 'DBS (Deep Brain Stimulation)'

Query
SELECT left(participant_id, 2) Cohort, count(distinct participant_id) Count from `amp-pd-research.2021_v2_5release_0510.PD_Medical_History` WHERE surgery_for_parkinson_disease = 'DBS (Deep Brain Stimulation)' GROUP BY Cohort ORDER BY Cohort