Package : datatypes
			XML Type : CE
			Comments :  Coded data, consists of a coded value (CV) and, optionally, coded value(s) from other coding systems that identify the same concept. Used when alternative codes may exist. 
			
			Parent : CD 
			
			There are no specific attributes for this element.
		 
		
		
		
			
There are no specific rules for this element.
		
		
		
		
				
			<xs:complexType
			 xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CE">
			
			      <xs:annotation>
			
			         <xs:documentation>
			
			            Coded data, consists of a coded value (CV)
			            and, optionally, coded value(s) from other coding systems
			            that identify the same concept. Used when alternative
			            codes may exist.
			         </xs:documentation>
			
			      </xs:annotation>
			
			      <xs:complexContent>
			
			         <xs:restriction base="CD">
			
			            <xs:sequence>
			
			               <xs:element maxOccurs="1" minOccurs="0" name="originalText" type="ED">
			
			                  <xs:annotation>
			
			                     <xs:documentation>
			
			                        The text or phrase used as the basis for the coding.
			                     </xs:documentation>
			
			                  </xs:annotation>
			
			               </xs:element>
			
			               <xs:element maxOccurs="0" minOccurs="0" name="qualifier" type="CR" />
			
			               <xs:element maxOccurs="unbounded" minOccurs="0" name="translation" type="CD">
			
			                  <xs:annotation>
			
			                     <xs:documentation>
			
			                        A set of other concept descriptors that translate
			                        this concept descriptor into other code systems.
			                     </xs:documentation>
			
			                  </xs:annotation>
			
			               </xs:element>
			
			            </xs:sequence>
			
			            <xs:attribute name="code" type="cs" use="optional">
			
			               <xs:annotation>
			
			                  <xs:documentation>
			
			                     The plain code symbol defined by the code system.
			                     For example, "784.0" is the code symbol of the ICD-9
			                     code "784.0" for headache.
			                  </xs:documentation>
			
			               </xs:annotation>
			
			            </xs:attribute>
			
			            <xs:attribute name="codeSystem" type="uid" use="optional">
			
			               <xs:annotation>
			
			                  <xs:documentation>
			
			                     Specifies the code system that defines the code.
			                  </xs:documentation>
			
			               </xs:annotation>
			
			            </xs:attribute>
			
			            <xs:attribute name="codeSystemName" type="st" use="optional">
			
			               <xs:annotation>
			
			                  <xs:documentation>
			
			                     A common name of the coding system.
			                  </xs:documentation>
			
			               </xs:annotation>
			
			            </xs:attribute>
			
			            <xs:attribute name="codeSystemVersion" type="st" use="optional">
			
			               <xs:annotation>
			
			                  <xs:documentation>
			
			                     If applicable, a version descriptor defined
			                     specifically for the given code system.
			                  </xs:documentation>
			
			               </xs:annotation>
			
			            </xs:attribute>
			
			            <xs:attribute name="displayName" type="st" use="optional">
			
			               <xs:annotation>
			
			                  <xs:documentation>
			
			                     A name or title for the code, under which the sending
			                     system shows the code value to its users.
			                  </xs:documentation>
			
			               </xs:annotation>
			
			            </xs:attribute>
			
			         </xs:restriction>
			
			      </xs:complexContent>
			
			   </xs:complexType>