Skip to content

Commit

Permalink
Data Manifest CL for NDAP NSS Health at state Level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673364011
  • Loading branch information
Data Commons authored and copybara-github committed Sep 13, 2024
1 parent 6af0e67 commit 25be566
Show file tree
Hide file tree
Showing 7 changed files with 17,135 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/WorldDevelopmentIndicators.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ typeOf: schema:Property
description: "A medical condition is a broad term that includes all diseases and disorders."
descriptionUrl: "https://en.wikipedia.org/wiki/Lists_of_diseases"
domainIncludes: schema:Person, dcs:Disease, dcs:WHO/PregnantWomen, dcs:MedicalConditionIncident
rangeIncludes: dcs:MedicalConditionIncidentTypeEnum, dcs:Disease, dcs:HealthOutcomeEnum, dcs:ICD10_113CausesOfDeath
rangeIncludes: dcs:MedicalConditionIncidentTypeEnum, dcs:Disease, dcs:HealthOutcomeEnum, dcs:ICD10_113CausesOfDeath, dcs:PollutantHealthRiskEnum

Node: dcid:Alcohol
name: "Alcohol (Drug)"
Expand Down
14 changes: 11 additions & 3 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ dcid: "age"
name: "age"
typeOf: schema:Property
rangeIncludes: dcs:QuantityRange, schema:Number, dcs:AgeStatusEnum, dcs:SDG_AgeEnum
domainIncludes: schema:Person, schema:Organization, schema:Household
domainIncludes: schema:Person, schema:Organization, schema:Household, , schema:MedicalConditionIncident, schema:PregnantWoman

Node: employmentStatus
dcid: "employmentStatus"
Expand Down Expand Up @@ -2762,7 +2762,7 @@ name: "incidentType"

Node: dcid:medicalStatus
rangeIncludes: dcs:MedicalStatusEnum, dcs:MedicalEventEnum
domainIncludes: dcs:MedicalConditionIncident, dcs:BirthEvent
domainIncludes: dcs:MedicalConditionIncident, dcs:BirthEvent, dcs:PregnantWoman, dcs:Person
typeOf: schema:Property
name: "medicalStatus"
description: "Used to indicate the status of a medical condition incident."
Expand Down Expand Up @@ -2886,7 +2886,7 @@ typeOf: schema:Property
name: "socialCategory"
description: "Identifies a designated group of people. For example, Scheduled Tribes (ST) in India."
rangeIncludes: dcs:SocialCategoryEnum
domainIncludes: schema:Person
domainIncludes: schema:Person, schema:PregnantWoman

Node: dcid:internetSubscriptionType
typeOf: schema:Property
Expand Down Expand Up @@ -4183,3 +4183,11 @@ Node: dcid:Per1000Males
typeOf: dcs:UnitOfMeasure
name: "Per 1k males"
description: "Per 1000 male population."


Node: dcid:economicDependencyStatus
typeOf: dcid:Property
name: "economicDependencyStatus"
domainIncludes: dcid:MedicalConditionIncident
rangeIncludes: dcid:EconomicDependencyStatusEnum

6 changes: 6 additions & 0 deletions core/dcschema_enum_classes.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -598,3 +598,9 @@ typeOf: schema:Class
subClassOf: dcs:Enumeration
name: "ImputationTypeEnum"
description: "Provides more information about an imputed measurement."

Node: dcid:EconomicDependencyStatusEnum
typeOf: dcid:Class
subClassOf: dcid:Enumeration
description: "Individual or entities relying on others for financial support"
name: "EconomicDependencyStatusEnum"
107 changes: 107 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -3129,3 +3129,110 @@ Node: dcid:DataCommonsImputed
typeOf: dcs:ImputationTypeEnum
name: "DataCommonsImputed"
description: "Represents data imputed by Data Commons."

Node: dcid:Ailments
typeOf: dcid:MedicalStatusEnum
name: "Ailments"

Node: dcid:OtherDisease
typeOf: dcid:MedicalConditionIncidentTypeEnum
name: "Other Disease"


Node: dcid:AllDisease
typeOf: dcid:MedicalConditionIncidentTypeEnum
name: "All Disease"


Node: dcid:OtherSocialCategory
typeOf: dcid:SocialCategoryEnum
name: "Other Social Category"


Node: dcid:Ailing
typeOf: dcid:MedicalConditionIncidentTypeEnum
name: "Ailing"


Node: dcid:Treatment
typeOf: dcid:ExpenditureTypeEnum
name: "Treatment"


Node: dcid:InformalHealthCare
typeOf: dcid:EstablishmentTypeEnum
name: "Informal Health Care"


Node: dcid:PrivateClinic
typeOf: dcid:EstablishmentTypeEnum
name: "Private Clinic"


Node: dcid:Hospitalization
typeOf: dcid:ExpenditureTypeEnum
name: "Hospitalization"


Node: dcid:BedCharges
typeOf: dcid:ExpenditureTypeEnum
name: "Bed Charges"


Node: dcid:DiagnosticTests
typeOf: dcid:ExpenditureTypeEnum
name: "Diagnostic Tests"


Node: dcid:SurgeonFees
typeOf: dcid:ExpenditureTypeEnum
name: "Surgeon Fees"

Node: dcid:DoctorFees
typeOf: dcid:ExpenditureTypeEnum
name: "Doctor Fees"

Node: dcid:MedicinesExpenditure
typeOf: dcid:ExpenditureTypeEnum
name: "Medicines Expenditure"


Node: dcid:OtherHospitalExpense
typeOf: dcid:ExpenditureTypeEnum
name: "Other Hospital Expense"


Node: dcid:HospitalisationPackageComponents
typeOf: dcid:ExpenditureTypeEnum
name: "Hospitalisation Package Components"


Node: dcid:PublicHospital
typeOf: dcid:EstablishmentTypeEnum
name: "Public Hospital"


Node: dcid:CharitableHospital
typeOf: dcid:EstablishmentTypeEnum
name: "Charitable Hospital"

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


Node: dcid:PartiallyDependent
typeOf: dcid:EconomicDependencyStatusEnum
name: "Partially Dependent"


Node: dcid:NotDependent
typeOf: dcid:EconomicDependencyStatusEnum
name: "Not Dependent"


Node: dcid:FullyDependent
typeOf: dcid:EconomicDependencyStatusEnum
name: "Fully Dependent"

2 changes: 1 addition & 1 deletion core/nsduh.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Node: dcid:placeOfResidenceClassification
typeOf: schema:Property
name: "placeOfResidenceClassification"
rangeIncludes: dcs:CountyClassificationEnum, dcs:HumanSettlementClassificationEnum, dcs:LocationClassificationEnum
domainIncludes: dcs:Person, dcs:Place, dcs:Household
domainIncludes: dcs:Person, dcs:Place, dcs:Household, dcs:MedicalConditionIncident, dcs:PregnantWoman, dcs:ExpenditureActivity

Node: dcid:perceivedAvailabilityToObtain
typeOf: schema:Property
Expand Down
2 changes: 1 addition & 1 deletion core/schema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -8502,7 +8502,7 @@ name: "lodgingUnitType"
Node: gender
dcid: "gender"
typeOf: schema:Property
domainIncludes: schema:Person, schema:BirthEvent, schema:Household
domainIncludes: schema:Person, schema:BirthEvent, schema:Household, dcs:MedicalConditionIncident, dcs:ExpenditureActivity
name: "gender"
rangeIncludes: schema:GenderType, dcs:SDG_SexEnum

Expand Down
Loading

0 comments on commit 25be566

Please sign in to comment.