-
Notifications
You must be signed in to change notification settings - Fork 29
Improve StatVar naming consistency, batch 2 #1099
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
base: main
Are you sure you want to change the base?
Improve StatVar naming consistency, batch 2 #1099
Conversation
Node: dcid:Count_MedicalConditionIncident_ConditionAcuteFlaccidParalysis | ||
name: "Number of incidents of acute flaccid paralysis" | ||
description: "The number of medical condition incidents identified as Acute flaccid paralysis" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lowercase acute
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not going to review every change here yet. Please first ensure the following:
- "incidents" is pluralized everywhere it followsl "number of".
- "medical condition incidents" or just "incidents" is used consistently
- Lowercase everything except conditions named after a person.
The gender- and race-based variables don't follow the conventions I set out in https://docs.google.com/document/d/10dTqGxbcmY9q7QUc0pLaY_r9PnOcT4BQgcJjqrOTGuc/edit. Please do this first.
typeOf: dcid:StatisticalVariable | ||
populationType: dcid:MedicalConditionIncident | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
medicalCondition: dcid:COVID19 | ||
|
||
Node: dcid:Count_MedicalConditionIncident_ConditionDiarrheaWaterWithBlood | ||
name: "Number of medical condition incident with diarrhea with blood" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Above you don't call it "medical condition" incidents. Pick one and be consistent. Also plural "incidents"
typeOf: dcid:StatisticalVariable | ||
populationType: dcid:MedicalConditionIncident | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
medicalCondition: dcid:COVID19 | ||
|
||
Node: dcid:Count_MedicalConditionIncident_ConditionDiarrheaWaterWithBlood | ||
name: "Number of medical condition incident with diarrhea with blood" | ||
description: "The Number of medical condition incidents involving Diarrhea with blood" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lowercase number and diarrhea
typeOf: dcid:StatisticalVariable | ||
populationType: dcid:MedicalConditionIncident | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
medicalCondition: dcid:DiarrheaWaterWithBlood | ||
|
||
Node: dcid:Count_MedicalConditionIncident_ConditionDiarrheaWaterWithoutBlood | ||
name: "Number of medical condition incident with diarrhea without blood" | ||
description: "The Number of medical condition incidents involving Diarrhea without blood" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here.
typeOf: dcid:StatisticalVariable | ||
populationType: dcid:MedicalConditionIncident | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
medicalCondition: dcid:DiarrheaWaterWithoutBlood | ||
|
||
Node: dcid:Count_MedicalConditionIncident_ConditionFemaleNonVesGenitalUlcer | ||
name: "Number of medical condition incident with female non-vesicular Genital ulcer" | ||
description: "The Number of medical condition incidents involving female non-vesicular Genital ulcer" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment here.
Updated names and descriptions in the following files.