Class DataRequirement

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.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.ICompositeType

public class DataRequirement extends Type implements org.hl7.fhir.instance.model.api.ICompositeType
Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.
See Also:
  • Field Details

    • type

      protected CodeType type
      The type of the required data, specified as the type name of a resource. For profiles, this value is set to the type of the base resource of the profile.
    • profile

      The profile of the required data, specified as the uri of the profile definition.
    • subject

      protected Type subject
      The intended subjects of the data requirement. If this element is not provided, a Patient subject is assumed.
    • mustSupport

      Indicates that specific elements of the type are referenced by the knowledge module and must be supported by the consumer in order to obtain an effective evaluation. This does not mean that a value is required for this element, only that the consuming system must understand the element and be able to provide values for it if they are available. The value of mustSupport SHALL be a FHIRPath resolveable on the type of the DataRequirement. The path SHALL consist only of identifiers, constant indexers, and .resolve() (see the [Simple FHIRPath Profile](fhirpath.html#simple) for full details).
    • codeFilter

      Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. Each code filter defines an additional constraint on the data, i.e. code filters are AND'ed, not OR'ed.
    • dateFilter

      Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. Each date filter specifies an additional constraint on the data, i.e. date filters are AND'ed, not OR'ed.
    • limit

      Specifies a maximum number of results that are required (uses the _count search parameter).
    • sort

      Specifies the order of the results to be returned.
  • Constructor Details

  • Method Details