ndex:PrenatalAgeUnitCodeSimpleType
simpleType PrenatalAgeUnitCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies the unit of measure of an age of an unborn child.
Diagram
Enumerations
Value | Definition |
PM | Prenatal Months |
PW | Prenatal 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:restriction base="xs:token">
<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>