Package org.hl7.fhir

Class DetectedIssueMitigation

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class DetectedIssueMitigation
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Indicates an actual or potential clinical issue with or between one or more active or proposed clinical actions for a patient; e.g. Drug-drug interaction, Ineffective treatment frequency, Procedure-condition conflict, etc.

    Java class for DetectedIssue.Mitigation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="DetectedIssue.Mitigation">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="action" type="{http://hl7.org/fhir}CodeableConcept"/>
             <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="author" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>