diff --git a/core/dcschema.mcf b/core/dcschema.mcf index 0c3e78213..9de62cd83 100644 --- a/core/dcschema.mcf +++ b/core/dcschema.mcf @@ -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." @@ -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 diff --git a/core/dcschema_enum_classes.mcf b/core/dcschema_enum_classes.mcf index f0fa02f04..ba7b92bd4 100644 --- a/core/dcschema_enum_classes.mcf +++ b/core/dcschema_enum_classes.mcf @@ -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" diff --git a/core/dcschema_enum_instances.mcf b/core/dcschema_enum_instances.mcf index a2b5e3eff..6e192b31b 100644 --- a/core/dcschema_enum_instances.mcf +++ b/core/dcschema_enum_instances.mcf @@ -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" diff --git a/stat_vars/who_covid_19_stat_vars.mcf b/stat_vars/who_covid_19_stat_vars.mcf new file mode 100644 index 000000000..4cec80f6f --- /dev/null +++ b/stat_vars/who_covid_19_stat_vars.mcf @@ -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 + + + + + + + + + + + + + + + + + + + + +