Package org.hl7.fhir

Class RiskAssessmentPrediction

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

public class RiskAssessmentPrediction extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
An assessment of the likely outcome(s) for a patient or other subject as well as the likelihood of each outcome.

Java class for RiskAssessment.Prediction complex type.

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

 <complexType name="RiskAssessment.Prediction">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="outcome" type="{http://hl7.org/fhir}CodeableConcept"/>
         <choice minOccurs="0">
           <element name="probabilityDecimal" type="{http://hl7.org/fhir}decimal"/>
           <element name="probabilityRange" type="{http://hl7.org/fhir}Range"/>
           <element name="probabilityCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
         </choice>
         <element name="relativeRisk" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="whenPeriod" type="{http://hl7.org/fhir}Period"/>
           <element name="whenRange" type="{http://hl7.org/fhir}Range"/>
         </choice>
         <element name="rationale" type="{http://hl7.org/fhir}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • outcome

      protected CodeableConcept outcome
    • probabilityDecimal

      protected Decimal probabilityDecimal
    • probabilityRange

      protected Range probabilityRange
    • probabilityCodeableConcept

      protected CodeableConcept probabilityCodeableConcept
    • relativeRisk

      protected Decimal relativeRisk
    • whenPeriod

      protected Period whenPeriod
    • whenRange

      protected Range whenRange
    • rationale

      protected String rationale
  • Constructor Details

    • RiskAssessmentPrediction

      public RiskAssessmentPrediction()
  • Method Details