Skip to content

Commit

Permalink
India NFHS-5 Manifests CL at District level.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576792061
  • Loading branch information
Data Commons authored and copybara-github committed Nov 21, 2023
1 parent 69f6daa commit 9b7845e
Show file tree
Hide file tree
Showing 9 changed files with 1,699 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/WorldDevelopmentIndicators.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,10 @@ typeOf: schema:Property
domainIncludes: dcs:EconomicActivity
rangeIncludes: dcs:ExpenditureTypeEnum

Node: dcid:ChildBirthNormalDelivey
typeOf: dcs:ExpenditureTypeEnum
name: "Child Birth Normal Delivey"

Node: dcid:EducationExpenditure
name: "EducationExpenditure"
typeOf: dcs:ExpenditureTypeEnum
Expand Down Expand Up @@ -308,7 +312,6 @@ sameAs: dcid:bio/DOID_11801
medicalSubjectHeadingDescriptorID: dcid:bio/D011502
icd10CMCode: dcid:ICD10/E46


Node: dcid:SevereWasting
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "SevereWasting"
Expand Down
50 changes: 50 additions & 0 deletions core/cdc.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ description: "This property describes preventive health measures such as going o
rangeIncludes: dcs:HealthPreventionEnum
domainIncludes: schema:Person

Node: dcid:controlMeasure
name: "controlMeasure"
rangeIncludes: dcs:HealthPreventionEnum
typeOf: schema:Property

Node: dcid:healthBehavior
typeOf: schema:Property
name: "healthBehavior"
Expand Down Expand Up @@ -140,6 +145,11 @@ name: "WithHealthInsurance"
typeOf: dcs:HealthPreventionEnum
description: "Currently with health insurance."

Node: dcid:WithHealthFinanceScheme
typeOf: dcs:HealthPreventionEnum
name: "With Health Finance Scheme"
description: "Currently with a health finance scheme."

Node: dcid:PapSmearTest
name: "PapSmearTest"
typeOf: dcs:HealthPreventionEnum
Expand All @@ -165,10 +175,50 @@ Node: dcid:Obesity
name: "Obesity"
typeOf: dcs:BodyMassIndexClassificationEnum

Node: dcid:BodyMassIndexBelowNormal
typeOf: dcs:BodyMassIndexClassificationEnum
name: "Body Mass Index Below Normal"

Node: dcid:HighRiskOfWaistToHipRatio
typeOf: dcs:BodyMassIndexClassificationEnum
name: "High Risk Of Waist To Hip Ratio"

Node: dcid:AllTeethLoss
name: "AllTeethLoss"
typeOf: dcs:HealthOutcomeEnum

Node: dcid:OralCancer
typeOf: dcs:HealthOutcomeEnum
name: "Oral Cancer"

Node: dcid:HighBloodSugarLevel
typeOf: dcs:HealthOutcomeEnum
name: "High Blood Sugar Level"

Node: dcid:VeryHighBloodSugarLevel
typeOf: dcs:HealthOutcomeEnum
name: "Very High Blood Sugar Level"

Node: dcid:ElevatedBloodPressure
typeOf: dcs:HealthOutcomeEnum
name: "Elevated Blood Pressure"

Node: dcid:MidlyElevatedBloodPressure
typeOf: dcs:HealthOutcomeEnum
name: "Midly Elevated Blood Pressure"

Node: dcid:ModeratelyBloodPressure
typeOf: dcs:HealthOutcomeEnum
name: "Moderately Blood Pressure"

Node: dcid:SeverelyElevatedBloodPressure
typeOf: dcs:HealthOutcomeEnum
name: "Severely Elevated Blood Pressure"

Node: dcid:ModeratelyElevatedBloodPressure
typeOf: dcs:HealthOutcomeEnum
name: "Moderately Elevated Blood Pressure"

Node: dcid:Mammography
name: "Mammography"
typeOf: dcs:HealthPreventionEnum
Expand Down
32 changes: 32 additions & 0 deletions core/cdc_prams.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,35 @@ typeOf: schema:Class
subClassOf: schema:Person
name: "Infant"
description: "Infant"

Node: dcid:TakingMedicine
typeOf: dcs:HealthPreventionEnum
name: "TakingMedicine"

Node: dcid:OralRehydrationSalt
typeOf: dcs:HealthPreventionEnum
name: "Oral Rehydration Salt"

Node: dcid:ReceivedZinc
typeOf: dcs:HealthPreventionEnum
name: "Received Zinc"

Node: dcid:OralCavityExamination
typeOf: dcs:HealthPreventionEnum
name: "OralCavityExamination"

Node: dcid:BreastCancerExamination
typeOf: dcs:HealthPreventionEnum
name: "Breast Cancer Examination"

Node: dcid:ConsumedFolicAcidFor100DaysOrMore
typeOf: dcs:HealthPreventionEnum
name: "Consumed Folic Acid For 100 Days Or More"

Node: dcid:ConsumedFolicAcidFor180DaysOrMore
typeOf: dcs:HealthPreventionEnum
name: "Consumed Folic Acid For 180 Days Or More"

Node: dcid:WithinOneHourOfBirth
typeOf: dcs:BreastFeedingPracticeEnum
name: "Within One Hour Of Birth"
173 changes: 173 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,16 @@ dcid: "BirthEvent"
name: "BirthEvent"
description: "Birth"

Node: dcid:childBirthOrder
name: "childBirthOrder"
rangeIncludes: dcs:ChildBirthOrderEnum
typeOf: schema:Property

Node: dcid:ChildBirthOrderEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "ChildBirthOrderEnum"

# EXTENDING PROPERTIES OF BIRTHEVENT
Node: mothersAge
typeOf: schema:Property
Expand All @@ -879,6 +889,41 @@ rangeIncludes: schema:Number, schema:Text, dcs:QuantityRange
domainIncludes: schema:BirthEvent
description: "The age of the mother at the time of birth"

#BIRTH Care
Node: dcid:postBirthCare
name: "postBirthCare"
rangeIncludes: dcs:PostBirthCareEnum
typeOf: schema:Property

Node: dcid:ReceivedWithin24Hour
typeOf: dcs:PostBirthCareEnum
name: "Received Within 24 Hour"

Node: dcid:birthConductedBy
name: "birthConductedBy"
rangeIncludes: dcs:HealthWorkerEnum
typeOf: schema:Property

Node: dcid:PostBirthCareEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "PostBirthCareEnum"

#Pregnancy Care
Node: dcid:pregnancyCare
name: "pregnancyCare"
rangeIncludes: dcs:PregnancyCareEnum
typeOf: schema:Property

Node: dcid:PregnancyCareEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "PregnancyCareEnum"

Node: dcid:MotherChildProtectionCard
typeOf: dcs:PregnancyCareEnum
name: "Mother Child Protection Card"

Node: dcid:mothersRace
typeOf: schema:Property
name: "mothersRace"
Expand Down Expand Up @@ -946,6 +991,20 @@ domainIncludes: schema:BirthEvent
description: "The pre-pregnancy Body Mass Index (BMI) of the mother."
descriptionUrl: "https://wonder.cdc.gov/wonder/help/natality-expanded.html#Average-Pre-pregnancy-BMI"

Node: dcid:pregnancyHealthPrevention
name: "pregnancyHealthPrevention"
rangeIncludes: dcs:PregnancyHealthPreventionEnum
typeOf: schema:Property

Node: dcid:PregnancyHealthPreventionEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "PregnancyHealthPreventionEnum"

Node: dcid:ProtectionAgainstNeonatalTetanus
typeOf: dcs:PregnancyHealthPreventionEnum
name: "Protection Against Neonatal Tetanus"

Node: dcid:intervalSinceLastBirth
typeOf: schema:Property
name: "intervalSinceLastBirth"
Expand Down Expand Up @@ -2896,6 +2955,39 @@ subClassOf: schema:Enumeration
name: "VaccineTypeEnum"
typeOf: schema:Class

Node: dcid:vaccineDoseReceived
name: "vaccineDoseReceived"
rangeIncludes: dcs:QuantityRange
typeOf: schema:Property

Node: dcid:VaccineDoseReceivedEnum
subClassOf: schema:Enumeration
name: "VaccineDoseReceivedEnum"
typeOf: schema:Class

Node: dcs:VaccineDose
typeOf: dcs:UnitOfMeasure
name: "Vaccine Dose"
description: "Vaccine Dose"

Node: dcid:vaccineInformation
name: "vaccineInformation"
rangeIncludes: dcs:VaccineInformationEnum
typeOf: schema:Property

Node: dcid:VaccineInformationEnum
subClassOf: schema:Enumeration
name: "VaccineInformationEnum"
typeOf: schema:Class

Node: dcid:VaccinationCard
typeOf: dcs:VaccineInformationEnum
name: "Vaccination Card"

Node: dcid:MotherRecall
typeOf: dcs:VaccineInformationEnum
name: "Mother Recall"

Node: dcid:BCG
name: "Bacille Calmette Guerin(BCG)"
typeOf: dcid:VaccineTypeEnum
Expand All @@ -2912,6 +3004,14 @@ Node: dcid:Polio
name: "Polio"
typeOf: dcid:VaccineTypeEnum

Node: dcid:Penta
typeOf: dcs:VaccineTypeEnum
name: "Penta Vaccine"

Node: dcid:HepatitisB
typeOf: dcs:VaccineTypeEnum
name: "HepatitisB Vaccine"

Node: dcid:Vaccine
name: "Vaccine"
typeOf: schema:Class
Expand Down Expand Up @@ -3315,6 +3415,10 @@ Node: dcid:NotLivingTogether
typeOf: dcs:MaritalStatusEnum
name: "NotLivingTogether"

Node: dcid:MarriedBefore18Years
typeOf: dcs:MaritalStatusEnum
name: "MarriedBefore18Years"

Node: dcid:memberList
typeOf: schema:Property
description: "List of members. Contains a comma-separated list of ordered values."
Expand Down Expand Up @@ -3374,12 +3478,67 @@ dcid: "HealthEstablishment"
name: "HealthEstablishment"
description: "Health related establishment"

Node: dcid:healthCareAdvice
name: "healthCareAdvice"
rangeIncludes: dcs:HealthCareAdviceEnum
typeOf: schema:Property

Node: dcid:HealthCareAdviceEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "HealthCareAdviceEnum"

Node: dcid:HealthWorkerTalkedAboutFamilyPlanning
typeOf: dcs:HealthCareAdviceEnum
name: "Health Worker Talked About Family Planning"

Node: dcid:HealthWorkerEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "HealthWorkerEnum"

Node: dcid:HealthPersonnel
typeOf: dcs:HealthWorkerEnum
name: "Health Personnel"

Node: dcid:Doctor
typeOf: dcs:HealthWorkerEnum
name: "Doctor"

Node: dcid:LadyHealthVisitor
typeOf: dcs:HealthWorkerEnum
name: "Lady Health Visitor"

Node: dcid:Nurse
typeOf: dcs:HealthWorkerEnum
name: "Nurse"

Node: dcid:AuxiliaryNurseMidwifery
typeOf: dcs:HealthWorkerEnum
name: "Auxiliary Nurse Midwifery"

Node: dcid:Midwife
typeOf: dcs:HealthWorkerEnum
name: "Midwife"

Node: dcid:HealthPersonnel
typeOf: dcs:HealthWorkerEnum
name: "Health Personnel"

Node: dcid:HealthProvider
typeOf: dcs:HealthWorkerEnum
name: "Health Provider"

Node: dcid:healthEstablishmentType
name: "healthEstablishmentType"
typeOf: schema:Property
domainIncludes: dcs:HealthEstablishment
rangeIncludes: dcs:HealthEstablishmentTypeEnum

Node: dcid:vaccinationCentre
name: "vaccinationCentre"
rangeIncludes: dcs:HealthEstablishmentTypeEnum
typeOf: schema:Property

Node: dcid:footnote
typeOf: schema:Property
Expand All @@ -3388,6 +3547,20 @@ description: "Footnote for a StatisticalVariable."
domainIncludes: dcs:StatisticalVariable
rangeIncludes: dcs:Text

Node: dcid:doseTimeFrame
name: "doseTimeFrame"
rangeIncludes: dcs:DoseTimeFrameEnum
typeOf: schema:Property

Node: dcid:DoseTimeFrameEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
name: "DoseTimeFrameEnum"

Node: dcid:Last6Months
typeOf: dcs:DoseTimeFrameEnum
name: "Last6Months"

Node: dcid:palmaRatio
typeOf: dcs:Property
name: "palmaRatio"
Expand Down
20 changes: 20 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,26 @@ typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Lung Condition"
description: "Lung Condition is any problem in the lungs that prevents the lungs from working properly."

Node: dcid:Fever
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Fever"

Node: dcid:Anaemic
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Anaemic"

Node: dcid:Pregnant
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Pregnant"

Node: dcid:Stunted
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Stunted"

Node: dcid:SymptomsOfAcuteRespiratoryInfection
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Symptoms Of Acute Respiratory Infection"

Node: dcid:ImportedCase
typeOf: dcs:MedicalStatusEnum
name: "Imported Case"
Expand Down
Loading

0 comments on commit 9b7845e

Please sign in to comment.