ndex:PersonDentalCharacteristicCodeSimpleType
simpleType PersonDentalCharacteristicCodeSimpleType in namespace http://release.niem.gov/niem/codes/fbi_ndex/4.2/
Definition
A data type for a code that identifies dental characteristics for the person.
Diagram
Enumerations
Value | Definition |
BRACES | Braces |
BRIDGE | Bridge |
BROKEN_CHIPPED | Broken_Chipped |
BUCKED | Bucked |
CROOKED | Crooked |
DECAYED_DECOLORED | Decayed_Decolored |
DENTURE LOWER | Denture Lower |
DENTURE UPPER | Denture Upper |
DIAMOND | Diamond |
FALSE | False |
FILLINGS | Fillings |
GAPPED | Gapped |
IRREGULAR | Irregular |
MISSING | Missing (some or all) |
NONE | None |
NORMAL | Normal |
OVERBITE_PROTRUSION | Overbite_Protrusion |
RESTORATIONS_CAPS | Restorations_Caps |
STAINED | Stained |
STAR | Star |
UNDERBITE | Underbite |
UNKNOWN | Unknown |
VISIBLE GOLD | Visible Gold |
VISIBLE SILVER | Visible Silver |
XML Schema
<xs:simpleType name="PersonDentalCharacteristicCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code that identifies dental characteristics for the person.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="BRACES">
<xs:annotation>
<xs:documentation>
Braces</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BRIDGE">
<xs:annotation>
<xs:documentation>
Bridge</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BROKEN_CHIPPED">
<xs:annotation>
<xs:documentation>
Broken_Chipped</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="BUCKED">
<xs:annotation>
<xs:documentation>
Bucked</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CROOKED">
<xs:annotation>
<xs:documentation>
Crooked</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DECAYED_DECOLORED">
<xs:annotation>
<xs:documentation>
Decayed_Decolored</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DENTURE LOWER">
<xs:annotation>
<xs:documentation>
Denture Lower</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DENTURE UPPER">
<xs:annotation>
<xs:documentation>
Denture Upper</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DIAMOND">
<xs:annotation>
<xs:documentation>
Diamond</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FALSE">
<xs:annotation>
<xs:documentation>
False</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="FILLINGS">
<xs:annotation>
<xs:documentation>
Fillings</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="GAPPED">
<xs:annotation>
<xs:documentation>
Gapped</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="IRREGULAR">
<xs:annotation>
<xs:documentation>
Irregular</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MISSING">
<xs:annotation>
<xs:documentation>
Missing (some or all)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NONE">
<xs:annotation>
<xs:documentation>
None</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="NORMAL">
<xs:annotation>
<xs:documentation>
Normal</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="OVERBITE_PROTRUSION">
<xs:annotation>
<xs:documentation>
Overbite_Protrusion</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RESTORATIONS_CAPS">
<xs:annotation>
<xs:documentation>
Restorations_Caps</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STAINED">
<xs:annotation>
<xs:documentation>
Stained</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="STAR">
<xs:annotation>
<xs:documentation>
Star</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNDERBITE">
<xs:annotation>
<xs:documentation>
Underbite</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="UNKNOWN">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VISIBLE GOLD">
<xs:annotation>
<xs:documentation>
Visible Gold</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VISIBLE SILVER">
<xs:annotation>
<xs:documentation>
Visible Silver</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>