scr:PhysicalMarkingCategoryCodeSimpleType
simpleType PhysicalMarkingCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a classification of the kind of PERSON PHYSICAL MARKING.
Diagram
Enumerations
Value | Definition |
ART ARM | Arm, Nonspecific, Artificial |
ART BRST | Breast, Nonspecific, Artificial |
ART BRSTS | Breast implant, left and right |
VASC Proth | Vascular Prosthesis |
Wheelchair | Wheelchair |
Wire Sutur | Wire Sutures |
XML Schema
<xs:simpleType name="PhysicalMarkingCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a classification of the kind of PERSON PHYSICAL MARKING.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="ART ARM">
<xs:annotation>
<xs:documentation>
Arm, Nonspecific, Artificial</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ART BRST">
<xs:annotation>
<xs:documentation>
Breast, Nonspecific, Artificial</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="ART BRSTS">
<xs:annotation>
<xs:documentation>
Breast implant, left and right</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="VASC Proth">
<xs:annotation>
<xs:documentation>
Vascular Prosthesis</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Wheelchair">
<xs:annotation>
<xs:documentation>
Wheelchair</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Wire Sutur">
<xs:annotation>
<xs:documentation>
Wire Sutures</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>