Skip to content

Commit

Permalink
New enum instances and prenatalVisit property for the CDC Natality im…
Browse files Browse the repository at this point in the history
…port.

PiperOrigin-RevId: 433647343
  • Loading branch information
Abilityguy authored and copybara-github committed Mar 10, 2022
1 parent f76e3dc commit 9fda4a8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
16 changes: 16 additions & 0 deletions core/census_enums.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,10 @@ Node: dcid:HighSchoolGraduateGedOrAlternative
typeOf: dcs:USC_EducationalAttainmentEnum
name: "HighSchoolGraduateGedOrAlternative"

Node: dcid:CDC_EducationalAttainmentUnknownOrNotStated
typeOf: dcs:USC_EducationalAttainmentEnum
name: "CDC_EducationalAttainmentUnknownOrNotStated"

Node: dcid:EducationalMajorEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand Down Expand Up @@ -942,6 +946,10 @@ typeOf: dcs:USC_MaritalStatusEnum
dcid: "DivorcedOrSeparated"
name: "DivorcedOrSeparated"

Node: dcid:CDC_MaritalStatusUnknownOrNotStated
typeOf: dcs:USC_MaritalStatusEnum
name: "CDC_MaritalStatusUnknownOrNotStated"

Node: USC_NativityEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand All @@ -958,6 +966,10 @@ typeOf: dcs:USC_NativityEnum
dcid: "USC_Native"
name: "USC_Native"

Node: dcid:CDC_NativityUnknownOrNotStated
typeOf: dcs:USC_NativityEnum
name: "CDC_NativityUnknownOrNotStated"

Node: OccupancyStatusEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand Down Expand Up @@ -1240,6 +1252,10 @@ Node: dcid:USC_HispanicOrLatinoRace
typeOf: dcs:RaceCodeEnum
name: "USC_HispanicOrLatinoRace"

Node: dcid:CDC_RaceUnknownOrNotStated
typeOf: dcs:RaceCodeEnum
name: "CDC_RaceUnknownOrNotStated"

Node: USC_SchoolEnrollmentEnum
typeOf: schema:Class
subClassOf: schema:Enumeration
Expand Down
6 changes: 6 additions & 0 deletions core/dcschema.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,12 @@ domainIncludes: schema:BirthEvent
description: "The elapsed time since the mother's last pregnancy outcome for outcomes other than live birth."
descriptionUrl: "https://wonder.cdc.gov/wonder/help/natality-expanded.html#Interval-Last-Other-Pregnancy-Outcome"

Node: dcid:prenatalVisitCount
typeOf: schema:Property
name: "prenatalVisitCount"
rangeIncludes: schema:Number
domainIncludes: schema:BirthEvent

# Begin Planned Parenthood additions
Node: medicalSpecialty
typeOf: schema:Property
Expand Down
4 changes: 4 additions & 0 deletions core/dcschema_enum_instances.mcf
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,10 @@ Node: dcid:UCR_MultipleEthnicity
name: "UCR_MultipleEthnicity"
typeOf: dcs:EthnicityEnum

Node: dcid:CDC_EthnicityUnknownOrNotStated
typeOf: dcs:EthnicityEnum
name: "CDC_EthnicityUnknownOrNotStated"

Node: dcid:Offense
name: "Offense"
typeOf: dcs:FBI_MeasurementQualifierEnum
Expand Down

0 comments on commit 9fda4a8

Please sign in to comment.