ndex:PrenatalAgeUnitCodeSimpleType

simpleType PrenatalAgeUnitCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.1/

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>