This issue is a spinoff from outcomesinsights/t_shank#215
Currently, ConceptQL results that have a domain of "observation" or "measurement*" are considered Labish. This means they include lab-value related columns as part of their output.
Currently, they include the following columns:
- range_high
- range_low
- unit_source_value
- value_as_concept_id
- value_as_number
- value_as_string
We have need of additional information from these results, so we'd like to include the following columns:
- unit_concept_id
- unit_concept_id.concept_code
- value_as_concept.concept_code
We'll also need to update config/vocabularies.csv to mark the following vocabularies as "observation":
- GDM_CEN_TRACT_MEAS
- SEER_YOST_ACS_06_10
- SEER_YOST_ACS_10_14
- SEER_YOST_ACS_13_17
This issue is a spinoff from outcomesinsights/t_shank#215
Currently, ConceptQL results that have a domain of "observation" or "measurement*" are considered Labish. This means they include lab-value related columns as part of their output.
Currently, they include the following columns:
We have need of additional information from these results, so we'd like to include the following columns:
We'll also need to update
config/vocabularies.csvto mark the following vocabularies as "observation":