ndex:PersonDentalCharacteristicCodeSimpleType
simpleType PersonDentalCharacteristicCodeSimpleType in namespace http://release.niem.gov/niem/codes/ndex/5.0/
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 OR CHIPPED |
BUCKED | BUCKED |
CROOKED | CROOKED |
DECAYED-DECOLORED | DECAYED OR 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 OR PROTRUSION |
RESTORATIONS-CAPS | RESTORATIONS OR 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 OR 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 OR 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 OR PROTRUSION</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="RESTORATIONS-CAPS">
<xs:annotation>
<xs:documentation>
RESTORATIONS OR 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>