Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update the pilotsynthea2022q3 config to reflect newer features #968

Merged
merged 11 commits into from
Sep 18, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@
{ "name": "visit_occurrence_id", "dataType": "INT64" },
{ "name": "visit_type", "dataType": "INT64", "valueFieldName": "visit_concept_id", "displayFieldName": "visit_concept_name", "isComputeDisplayHint": true }
],
"idAttribute": "id"
"idAttribute": "id",
"temporalQuery": {
"visitDateAttribute": "start_date",
"visitIdAttribute": "visit_occurrence_id"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@
{ "name": "visit_occurrence_id", "dataType": "INT64" },
{ "name": "visit_type", "dataType": "INT64", "valueFieldName": "visit_concept_id", "displayFieldName": "visit_concept_name", "isComputeDisplayHint": true }
],
"idAttribute": "id"
"idAttribute": "id",
"temporalQuery": {
"visitDateAttribute": "start_date",
"visitIdAttribute": "visit_occurrence_id"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@
{ "name": "visit_occurrence_id", "dataType": "INT64" },
{ "name": "visit_type", "dataType": "INT64", "valueFieldName": "visit_concept_id", "displayFieldName": "visit_concept_name", "isComputeDisplayHint": true }
],
"idAttribute": "id"
"idAttribute": "id",
"temporalQuery": {
"visitDateAttribute": "start_date",
"visitIdAttribute": "visit_occurrence_id"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
{ "name": "visit_occurrence_id", "dataType": "INT64" },
{ "name": "visit_type", "dataType": "INT64", "valueFieldName": "visit_concept_id", "displayFieldName": "visit_concept_name", "isComputeDisplayHint": true }
],
"idAttribute": "id"
"idAttribute": "id",
"temporalQuery": {
"visitDateAttribute": "date",
"visitIdAttribute": "visit_occurrence_id"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,25 @@
"pilotsynthea2022q3/gender",
"pilotsynthea2022q3/race",
"pilotsynthea2022q3/yearOfBirth",
"pilotsynthea2022q3/measurements",
"pilotsynthea2022q3/devices",
"pilotsynthea2022q3/visits",
"pilotsynthea2022q3/cpt4",
"pilotsynthea2022q3/icd9CM",
"pilotsynthea2022q3/icd9Proc",
"pilotsynthea2022q3/icd10CM",
"pilotsynthea2022q3/icd10PCS",
amygdala marked this conversation as resolved.
Show resolved Hide resolved
"pilotsynthea2022q3/outputUnfiltered"
],
"prepackagedDataFeatures": [
"pilotsynthea2022q3/_demographics"
],
"visualizations": [
"omop/gender",
"omop/raceAndAge"
"omop/raceAndAge",
"omop/genderAndAge",
"omop/age",
"omop/race"
],
"metadata": {
"displayName": "Pilot Synthetic Dataset 2022q3",
Expand Down
Loading