Spaces:
Running
Running
File size: 356 Bytes
7850d17 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | profiles:
- name: ambulatory_care
value_encodings:
sex:
male: "M"
female: "F"
other: "O"
columns:
age:
concept: demographic_criteria
attribute: age
dtype: integer
sex:
concept: demographic_criteria
attribute: sex
dtype: string
icd_code:
concept: diagnosis
dtype: string
|