All of Us Modified Codebook
Description
A data frame with rows from the publicly available All of Us Survey Codebook mapped to the All of Us PPI Vocabulary available on Athena. A small number of rows did not match between the codebook and the Athena PPI Vocabulary.
Usage
aou_codebook
Format
aou_codebook
A data frame with 702 rows and 11 columns:
- concept_code
- chr; Concept code from AOU codebook
- concept_id
- int; mapped concept_id from PPI vocabulary
- concept_name
- chr; Formatted text name of concept
- concept_class_id
- chr; type of survey item - question or answer
- form_name
- int; name of survey
- field_type
- chr; type of question (radio, text, checkbox etc.)
- field_label
- chr; The actual text of the question or answer
- choices
- int; choices for question if radio or checkbox
- standard_concept
- chr; Whether concept_id is a standard omop concept
- valid_start_Date
- chr; start date for concept
- valid_end_Date
- int; end date for concept
- link
- chr; link to survey pdf
Details
Questions relating to specific conditions are not included as part of this table. They are instead available in the aou_health_history
table.