Class INTERVAL_EVENT

All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseDatatype, org.hl7.fhir.instance.model.api.ICompositeType

public class INTERVAL_EVENT extends EVENT implements org.hl7.fhir.instance.model.api.ICompositeType
Defines a single interval event in a series.
See Also:
  • Field Details

    • width

      protected DV_DURATION width
      Duration of the time interval during which the values recorded under data are true and, if set, the values recorded under state are true. Void if an instantaneous event.
    • sample_count

      Optional count of original samples to which this event corresponds.
    • math_function

      Mathematical function of the data of this event, e.g. maximum, mean etc. Coded using openEHR vocabulary event math function. Default value 640|actual|, meaning 'actual value'.
  • Constructor Details

  • Method Details