Class TDataRequirement

Unit

Declaration

type TDataRequirement = class(TElement)

Description

Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : Tcode read Gettype_Element write Settype_Element;
Public property profile : TBSFHIRPrimitiveStringArray read GetprofileArray;
Public property mustSupport : TBSFHIRPrimitiveStringArray read GetmustSupportArray;
Public property codeFilter : TDataRequirementCodeFilterArray read GetcodeFilterArray;
Public property dateFilter : TDataRequirementDateFilterArray read GetdateFilterArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

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.

Public property type_Element : Tcode read Gettype_Element write Settype_Element;
 
Public property profile : TBSFHIRPrimitiveStringArray read GetprofileArray;

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

Public property mustSupport : TBSFHIRPrimitiveStringArray read GetmustSupportArray;

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. Note that the value for this element can be a path to allow references to nested elements. In that case, all the elements along the path must be supported.

Public property codeFilter : TDataRequirementCodeFilterArray read GetcodeFilterArray;

Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data.

Public property dateFilter : TDataRequirementDateFilterArray read GetdateFilterArray;

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


Generated by PasDoc 0.15.0.