DataRequirementDateFilter

open class DataRequirementDateFilter: Element

What dates/date ranges are expected.

Date filters specify additional constraints on the data in terms of the applicable date range for specific elements.

  • What dates/date ranges are expected.

    Date filters specify additional constraints on the data in terms of the applicable date range for specific elements.

    Declaration

    Swift

    override open class var resourceType: String
  • The date-valued attribute of the filter.

    Declaration

    Swift

    public var path: FHIRString?
  • The value of the filter, as a Period, DateTime, or Duration value.

    Declaration

    Swift

    public var valueDateTime: DateTime?
  • The value of the filter, as a Period, DateTime, or Duration value.

    Declaration

    Swift

    public var valueDuration: Duration?
  • The value of the filter, as a Period, DateTime, or Duration value.

    Declaration

    Swift

    public var valuePeriod: Period?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(path: FHIRString)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class DataRequirementDateFilter: Element