ndex:PrenatalAgeUnitCodeSimpleType

simpleType PrenatalAgeUnitCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/

Definition

A data type for a code that identifies the unit of measure of an age of an unborn child.

Diagram

Enumerations

ValueDefinition
PMPRENATAL MONTHS
PWPRENATAL WEEKS

XML Schema

<xs:simpleType name="PrenatalAgeUnitCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies the unit of measure of an age of an unborn child.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="PM">
<xs:annotation>
<xs:documentation>
PRENATAL MONTHS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PW">
<xs:annotation>
<xs:documentation>
PRENATAL WEEKS
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>