Skip to content

Commit

Permalink
CDC-NNDSS:Weekly case counts of infectious diseases in US
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 441519694
  • Loading branch information
sharadshriram authored and copybara-github committed Apr 13, 2022
1 parent 569d46f commit e144f7f
Show file tree
Hide file tree
Showing 7 changed files with 3,017 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/WorldDevelopmentIndicators.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ name: "medicalCondition"
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
domainIncludes: schema:Person, dcs:Disease
rangeIncludes: dcs:MedicalConditionIncidentTypeEnum

Node: dcid:Alcohol
Expand Down
69 changes: 69 additions & 0 deletions core/cdc.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,72 @@ typeOf: schema:Property
domainIncludes: dcs:Atmosphere
rangeIncludes: schema:Float
description: "The Standardized Precipitation Index (SPI) is a widely used index to characterize meteorological drought on a range of timescales."


## CDC WONDER: NNDSS - Infectious Diseases
Node: dcid:serotype
name: "serotype"
typeOf: dcs:Property
domainIncludes: dcs:SerotypeEnum
rangeIncludes: dcs:SerotypeEnum
description: "Serotypes are groups within a single species of microorganisms, such as bacteria or viruses, which share distinctive surface structures."
descriptionUrl: "https://www.cdc.gov/salmonella/reportspubs/salmonella-atlas/serotyping-importance.html"

Node: dcid:SerotypeEnum
name: "SerotypeEnum"
typeOf: dcs:Class
subClassOf: schema:Enumeration

Node: dcid:AllSerotypes
typeOf: dcs:SerotypeEnum
name: "All serotypes"

Node: dcid:SerotypeB
typeOf: dcs:SerotypeEnum
name: "Serotype-B"

Node: dcid:UnknownSerotype
typeOf: dcs:SerotypeEnum
name: "Unknown serotype"

Node: dcid:NonSerotypeB
typeOf: dcs:SerotypeEnum
name: "Non-B Serotype"

Node: dcid:serogroup
name: "serogroup"
typeOf: dcs:Property
domainIncludes: dcs:SerogroupEnum
rangeIncludes: dcs:SerogroupEnum
description: "A group of serotypes that have one or more antigens in common"
descriptionUrl: "https://www.merriam-webster.com/medical/serogroup"

Node: dcid:SerogroupEnum
name: "SerogroupEnum"
typeOf: dcs:Class
subClassOf: schema:Enumeration

Node: dcid:OtherSerogroups
typeOf: dcs:SerogroupEnum
name: "Other serogroups"

Node: dcid:UnknownSerogroups
typeOf: dcs:SerogroupEnum
name: "Unknown serogroups"

Node: dcid:AllSerogroups
typeOf: dcs:SerogroupEnum
name: "All serogroups"

Node: dcid:ACWYSerogroup
typeOf: dcs:SerogroupEnum
name: "Serogroups ACWY"

Node: dcid:SerogroupB
typeOf: dcs:SerogroupEnum
name: "Serogroup B"

Node: dcid:SerogroupA
typeOf: dcs:SerogroupEnum
name: "Serogroup A"

Loading

0 comments on commit e144f7f

Please sign in to comment.