org.opencds.cqf.tooling.vmr.AbstractDeniedCondition Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.0
// See https://javaee.github.io/jaxb-v2/
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.06.24 at 08:44:29 AM MDT
//
package org.opencds.cqf.tooling.vmr;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
/**
* A denial of the existence of a condition, problem, or allergy.
*
* Java class for AbstractDeniedCondition complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="AbstractDeniedCondition">
* <complexContent>
* <extension base="{urn:hl7-org:vmr:r2}ConditionBase">
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "AbstractDeniedCondition")
@XmlSeeAlso({
DeniedAllergyOrIntolerance.class,
DeniedProblem.class,
NoKnownAllergy.class
})
public abstract class AbstractDeniedCondition
extends ConditionBase
{
}