Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ description: "A value of the measuredProperty property of a StatisticalVariable.

Node: dcid:cumulativeCount
rangeIncludes: schema:Integer
domainIncludes: schema:StatisticalPopulation, schema:FoodBasket, schema:Household, dcs:MedicalTest, dcs:MedicalConditionIncident
domainIncludes: schema:StatisticalPopulation, schema:FoodBasket, schema:Household, dcs:MedicalTest, dcs:MedicalConditionIncident, dcs:MortalityEvent
typeOf: schema:Property
name: "cumulativeCount"
description: "A value of the measuredProperty property of a StatisticalVariable. Indicates that the variable reports the running count of all instances of the measured population."
Expand Down Expand Up @@ -4971,4 +4971,20 @@ Node: dcid:NotHighSchoolGraduateOrAlternative
typeOf: dcid:EducationalAttainmentEnum
name: "Not High School Graduate Or Alternative"

Node: dcid:vaccinationStatus
typeOf: dcid:Property
name: "vaccinationStatus"
domainIncludes: dcid:MedicalConditionIncident
rangeIncludes: dcid:VaccinationStatusEnum

Node: dcid:healthCondition
typeOf: dcid:Property
name: "healthCondition"
domainIncludes: dcid:Person
rangeIncludes: dcid:HealthConditionEnum

Node: dcid:vaccinationDose
typeOf: dcid:Property
name: "vaccinationDose"
domainIncludes: dcid:MedicalConditionIncident,dcid:Person
rangeIncludes: dcid:VaccinationDoseEnum
15 changes: 15 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -673,3 +673,18 @@ name: "ServiceCategoryEnum"
Node: dcid:Sales
typeOf: dcid:EconomicActivitySourceEnum
name: "Sales"

Node: dcid:VaccinationStatusEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "VaccinationStatusEnum"

Node: dcid:HealthConditionEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "HealthConditionEnum"

Node: dcid:VaccinationDoseEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
name: "VaccinationDoseEnum"
24 changes: 24 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -4498,3 +4498,27 @@ name: "PostHarvest"
Node: dcid:UtilityScaleSolarPhotovoltaic
typeOf: dcs:EnergySourceEnum
name: "UtilityScaleSolarPhotovoltaic"

Node: dcid:CompletedPrimarySeries
typeOf: dcid:VaccinationStatusEnum
name: "Completed Primary Series"

Node: dcid:HealthCareWorker
typeOf: dcid:OccupationEnum
name: "Health Care Worker"

Node: dcid:ChronicDisease
typeOf: dcid:HealthConditionEnum
name: "Chronic Disease"

Node: dcid:BoosterDose
typeOf: dcid:VaccinationDoseEnum
name: "Booster Dose"

Node: dcid:AtLeastOneDose
typeOf: dcid:VaccinationDoseEnum
name: "At Least One Dose"

Node: dcid:AnyDose
typeOf: dcid:VaccinationDoseEnum
name: "Any Dose"
252 changes: 252 additions & 0 deletions stat_vars/who_covid_19_stat_vars.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,252 @@
Node: dcid:Count_MedicalConditionIncident_COVID19_AtLeastOneDose_AsAFractionOf_Count_MedicalConditionIncident_COVID19
typeOf: dcid:StatisticalVariable
name: "Percentage of medical condition incidents (COVID-19 cases) in the population who have received at least one vaccine dose"
populationType: dcid:MedicalConditionIncident
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_MedicalConditionIncident_COVID19
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_MedicalConditionIncident_COVID19_BoosterDose_AsAFractionOf_Count_MedicalConditionIncident_COVID19
typeOf: dcid:StatisticalVariable
name: "Percentage of medical condition incidents (COVID-19 cases) in the population who have received a booster dose"
populationType: dcid:MedicalConditionIncident
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_MedicalConditionIncident_COVID19
incidentType: dcid:COVID_19
vaccinationDose: dcid:BoosterDose

Node: dcid:Count_MedicalConditionIncident_COVID19_CompletedPrimarySeries_AsAFractionOf_Count_MedicalConditionIncident_COVID19
typeOf: dcid:StatisticalVariable
name: "Percentage of medical condition incidents (COVID-19 cases) in the population who have completed the primary series of vaccination"
populationType: dcid:MedicalConditionIncident
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_MedicalConditionIncident_COVID19
incidentType: dcid:COVID_19
vaccinationStatus: dcid:CompletedPrimarySeries

Node: dcid:Count_Person_COVID19
typeOf: dcid:StatisticalVariable
name: "Count of person with COVID19"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19

Node: dcid:Count_Person_COVID19_AnyDose
typeOf: dcid:StatisticalVariable
name: "Count of persons due to COVID-19 who have received at any vaccine dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19
vaccinationDose: dcid:AnyDose

Node: dcid:Count_Person_COVID19_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of persons due to COVID-19 who have received at least one vaccine dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_COVID19_BoosterDose
typeOf: dcid:StatisticalVariable
name: "Count of persons due to COVID-19 who have received a booster dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19
vaccinationDose: dcid:BoosterDose

Node: dcid:Count_Person_COVID19_CompletedPrimarySeries
typeOf: dcid:StatisticalVariable
name: "Count of persons due to COVID-19 who have completed the primary series of vaccination"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19
vaccinationStatus: dcid:CompletedPrimarySeries

Node: dcid:Count_Person_COVID19_ConditionPregnant_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of pregnant women who have received at least one dose of the COVID-19 vaccine"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19
medicalCondition: dcid:Pregnant
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_COVID19_HealthCareWorkerOccupation_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of persons in the healthcare worker who have received at least one dose of the COVID-19 vaccine"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19
occupation: dcid:HealthCareWorker
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_COVID19_HealthCareWorkerOccupation_AtLeastOneDose_AsAFractionOf_Count_Person_COVID19_HealthCareWorkerOccupation
typeOf: dcid:StatisticalVariable
name: "Percentage of persons in the healthcare worker who have received at least one dose of the COVID-19 vaccine"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_COVID19_HealthCareWorkerOccupation
incidentType: dcid:COVID_19
occupation: dcid:HealthCareWorker
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_ChronicDisease_COVID19_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of person with chronicDisease due to COVID-19 who have received at least one dose of the COVID-19 vaccine"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
healthCondition: dcid:ChronicDisease
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_Female_COVID19_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of female persons due to COVID-19 who have received at least one vaccine dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Female
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_HealthCareWorkerOccupation
typeOf: dcid:StatisticalVariable
name: "Count of persons in the healthcare worker occupation"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
occupation: dcid:HealthCareWorker

Node: dcid:Count_Person_Male_COVID19_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of male persons due to COVID-19 who have received at least one vaccine dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Male
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_OlderAdults
typeOf: dcid:StatisticalVariable
name: "Count of older adults"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
ageGroupClassification: dcid:OlderAdults

Node: dcid:Count_Person_OlderAdults_COVID19_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of older adults due to COVID-19 who have received at least one vaccine dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
ageGroupClassification: dcid:OlderAdults
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_OlderAdults_COVID19_AtLeastOneDose_AsAFractionOf_Count_Person_OlderAdults_COVID19
typeOf: dcid:StatisticalVariable
name: "Percentage of older adults due to COVID-19 who have received at least one vaccine dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
measurementDenominator: dcid:Count_Person_OlderAdults_COVID19
ageGroupClassification: dcid:OlderAdults
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_Person_Other_COVID19_AtLeastOneDose
typeOf: dcid:StatisticalVariable
name: "Count of other persons due to COVID-19 who have received at least one vaccine dose"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
gender: dcid:Other
incidentType: dcid:COVID_19
vaccinationDose: dcid:AtLeastOneDose

Node: dcid:Count_MedicalConditionIncident_COVID19
typeOf: dcid:StatisticalVariable
name: "Count of medical condition incidents (COVID-19 cases)"
populationType: dcid:MedicalConditionIncident
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19

Node: dcid:Count_MortalityEvent_COVID19
typeOf: dcid:StatisticalVariable
name: "Count of mortality events due to COVID19"
populationType: dcid:MortalityEvent
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19

Node: dcid:CumulativeCount_MedicalConditionIncident_COVID19
typeOf: dcid:StatisticalVariable
name: "Cumulative count of medical condition incidents (COVID-19 cases)"
populationType: dcid:MedicalConditionIncident
measuredProperty: dcid:cumulativeCount
statType: dcid:measuredValue
incidentType: dcid:COVID_19

Node: dcid:CumulativeCount_MortalityEvent_COVID19
typeOf: dcid:StatisticalVariable
name: "Cumulative count of mortality events (COVID-19 deaths)"
populationType: dcid:MortalityEvent
measuredProperty: dcid:cumulativeCount
statType: dcid:measuredValue
incidentType: dcid:COVID_19

Node: dcid:Count_Person_COVID19_HealthCareWorkerOccupation
typeOf: dcid:StatisticalVariable
name: "Count of persons in the healthcare worker occupation"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
incidentType: dcid:COVID_19
occupation: dcid:HealthCareWorker

Node: dcid:Count_Person_OlderAdults_COVID19
typeOf: dcid:StatisticalVariable
name: "Count of Person with OlderAdults and COVID19"
populationType: dcid:Person
measuredProperty: dcid:count
statType: dcid:measuredValue
ageGroupClassification: dcid:OlderAdults
incidentType: dcid:COVID_19





















Loading