All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.projecthusky.common.hl7cdar2.CE Maven / Gradle / Ivy

/*
 * This code is made available under the terms of the Eclipse Public License v1.0
 * in the github project https://github.com/project-husky/husky there you also
 * find a list of the contributors and the license information.
 *
 * This project has been developed further and modified by the joined working group Husky
 * on the basis of the eHealth Connector opensource project from June 28, 2021,
 * whereas medshare GmbH is the initial and main contributor/author of the eHealth Connector.
 *
 */
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 generiert
// Siehe http://java.sun.com/xml/jaxb
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2020.07.09 um 01:07:39 PM CEST
//

package org.projecthusky.common.hl7cdar2;

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.
 *
 *
 * 

* Java-Klasse für CE complex type. * *

* Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist. * *

 * <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>
 * 
*/ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "CE") @XmlSeeAlso({CV.class, EIVLEvent.class, HXITCE.class}) public class CE extends CD { public CE() { } public CE(final String code, final String codeSystem, final String codeSystemName, final String displayName) { super(code, codeSystem, codeSystemName, displayName); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy