Skip to content

Commit

Permalink
Schema changes and Statvar addition for Australia census Import
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 532328344
  • Loading branch information
Data Commons authored and copybara-github committed May 16, 2023
1 parent 2cf362d commit fef04b8
Show file tree
Hide file tree
Showing 5 changed files with 5,338 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/WorldDevelopmentIndicators.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,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
rangeIncludes: dcs:MedicalConditionIncidentTypeEnum, dcs:Disease
rangeIncludes: dcs:MedicalConditionIncidentTypeEnum, dcs:Disease, dcs:HealthOutcomeEnum

Node: dcid:Alcohol
name: "Alcohol (Drug)"
Expand Down
5 changes: 5 additions & 0 deletions core/bls.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ Node: dcid:USC_Unemployed
typeOf: dcs:EmploymentEnum
name: "USC_Unemployed"

Node: dcid:Unemployed
typeOf: dcs:EmploymentEnum
name: "Unemployed"
description: "The condition of one who is capable of working, actively seeking work, but unable to find any work."

Node: BLSEstablishmentPopulation
typeOf:schema:Class
subClassOf: schema:Organization
Expand Down
15 changes: 15 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,21 @@ sameAs: dcid:bio/DOID_37
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Skin Disease"

Node: dcid:Dementia
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Dementia"
description: "Dementia describe a group of symptoms affecting memory, thinking and social abilities severely enough to interfere with your daily life."

Node: dcid:KidneyDisease
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Kidney Disease"
description: "Kidney disease is a condition in which the kidneys are damaged and cannot filter blood as well as they should."

Node: dcid:LungCondition
typeOf: dcs:MedicalConditionIncidentTypeEnum
name: "Lung Condition"
description: "Lung Condition is any problem in the lungs that prevents the lungs from working properly."

Node: dcid:ImportedCase
typeOf: dcs:MedicalStatusEnum
name: "Imported Case"
Expand Down
2 changes: 1 addition & 1 deletion core/icd10_113.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ name: "ViralHepatitis"
description: "Corresponds to ICD10 Codes B15-B19"

Node: dcid:DiseasesOfHeart
typeOf: dcs:ICD10_113CausesOfDeath
typeOf: dcs:ICD10_113CausesOfDeath, dcs:MedicalConditionIncidentTypeEnum
name: "DiseasesOfHeart"
description: "Corresponds to ICD10 Codes I00-I09,I11,I13,I20-I51"

Expand Down
Loading

0 comments on commit fef04b8

Please sign in to comment.