biom:ToothPermanenceCategoryCodeSimpleType
simpleType ToothPermanenceCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for code that is used to designate the way that permanent and deciduous teeth are coded according to the system used to enter the data.
Diagram
Enumerations
Value | Definition |
0 | Specified by tooth number (e.g., FastID, PLASS). For systems such as WinID and UDIM, which internally list the tooth number with a permanent tooth number but use a deciduous indicator, those two pieces of information shall be combined together to assign the tooth number according to ANSI/ADA Standard No. 3950 prior to inclusion in this record. |
1 | Unable to determine if the teeth are permanent or deciduous at the tooth level but the system does allow a marker to indicate that deciduous teeth are present in the dentition (e.g., NCIC). The permanent tooth number shall be used. |
2 | Coding system incapable of distinguishing deciduous from permanent teeth (e.g., NamUs). The permanent tooth number shall be used. |
3 | Unknown whether the coding is capable of indicating deciduous and permanent teeth and / or whether the coding was performed using that capability. The permanent tooth number shall be used. |
XML Schema
<xs:simpleType name="ToothPermanenceCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for code that is used to designate the way that permanent and deciduous teeth are coded according to the system used to enter the data.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Specified by tooth number (e.g., FastID, PLASS). For systems such as WinID and UDIM, which internally list the tooth number with a permanent tooth number but use a deciduous indicator, those two pieces of information shall be combined together to assign the tooth number according to ANSI/ADA Standard No. 3950 prior to inclusion in this record.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
Unable to determine if the teeth are permanent or deciduous at the tooth level but the system does allow a marker to indicate that deciduous teeth are present in the dentition (e.g., NCIC). The permanent tooth number shall be used.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Coding system incapable of distinguishing deciduous from permanent teeth (e.g., NamUs). The permanent tooth number shall be used.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
Unknown whether the coding is capable of indicating deciduous and permanent teeth and / or whether the coding was performed using that capability. The permanent tooth number shall be used.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>