package org.hl7.v3;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
*
* 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.
*
*
* <p>
* Java class for CE complex type.
*
* <p>
* The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* <complexType name="CE">
* <complexContent>
* <restriction base="{urn:hl7-org:v3}CD">
* <sequence>
* <element name="originalText" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
* <element name="qualifier" type="{urn:hl7-org:v3}CR" maxOccurs="0" minOccurs="0"/>
* <element name="translation" type="{urn:hl7-org:v3}CD" maxOccurs="unbounded" minOccurs="0"/>
* </sequence>
* <attribute name="code" type="{urn:hl7-org:v3}cs" />
* <attribute name="codeSystem" type="{urn:hl7-org:v3}uid" />
* <attribute name="codeSystemName" type="{urn:hl7-org:v3}st" />
* <attribute name="codeSystemVersion" type="{urn:hl7-org:v3}st" />
* <attribute name="displayName" type="{urn:hl7-org:v3}st" />
* </restriction>
* </complexContent>
* </complexType>
* </pre>
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "CE")
@XmlSeeAlso({
CV.class, EIVLEvent.class, HXITCE.class
})
public class CE extends CD {
/**
*
*/
private static final long serialVersionUID = 1L;
}