This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Clinical Decision Support Work Group | Maturity Level: N/A | Ballot Status: STU 3 |
DataRequirement | |
Definition | Describes a required data item for evaluation in terms of the type of data, and optional code- or date-based filters of the data. |
Control | 1..1 |
Summary | true |
DataRequirement.type | |
Definition | 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. |
Control | 1..1 |
Binding | FHIRAllTypes: Any defined Resource or Data Type name (including "Any" and "Type") |
Type | code |
Summary | true |
DataRequirement.profile | |
Definition | The profile of the required data, specified as the uri of the profile definition. |
Control | 0..* |
Type | Reference(StructureDefinition) |
Summary | true |
DataRequirement.mustSupport | |
Definition | 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. |
Control | 0..* |
Type | string |
Summary | true |
DataRequirement.codeFilter | |
Definition | Code filters specify additional constraints on the data, specifying the value set of interest for a particular element of the data. |
Control | 0..* |
Summary | true |
DataRequirement.codeFilter.path | |
Definition | The code-valued attribute of the filter. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant. The path must resolve to an element of type code, Coding, or CodeableConcept. |
Control | 1..1 |
Type | string |
Summary | true |
DataRequirement.codeFilter.valueSet[x] | |
Definition | The valueset for the code filter. The valueSet and value elements are exclusive. If valueSet is specified, the filter will return only those data items for which the value of the code-valued element specified in the path is a member of the specified valueset. |
Control | 0..1 |
Type | string|Reference(ValueSet) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Summary | true |
DataRequirement.codeFilter.valueCode | |
Definition | The codes for the code filter. Only one of valueSet, valueCode, valueConding, or valueCodeableConcept may be specified. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified codes. |
Control | 0..* |
Type | code |
Summary | true |
DataRequirement.codeFilter.valueCoding | |
Definition | The Codings for the code filter. Only one of valueSet, valueCode, valueConding, or valueCodeableConcept may be specified. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified Codings. |
Control | 0..* |
Type | Coding |
Summary | true |
DataRequirement.codeFilter.valueCodeableConcept | |
Definition | The CodeableConcepts for the code filter. Only one of valueSet, valueCode, valueConding, or valueCodeableConcept may be specified. If values are given, the filter will return only those data items for which the code-valued attribute specified by the path has a value that is one of the specified CodeableConcepts. |
Control | 0..* |
Type | CodeableConcept |
Summary | true |
DataRequirement.dateFilter | |
Definition | Date filters specify additional constraints on the data in terms of the applicable date range for specific elements. |
Control | 0..* |
Summary | true |
DataRequirement.dateFilter.path | |
Definition | The date-valued attribute of the filter. The specified path must be resolvable from the type of the required data. The path is allowed to contain qualifiers (.) to traverse sub-elements, as well as indexers ([x]) to traverse multiple-cardinality sub-elements. Note that the index must be an integer constant. The path must resolve to an element of type dateTime, Period, Schedule, or Timing. |
Control | 1..1 |
Type | string |
Summary | true |
DataRequirement.dateFilter.value[x] | |
Definition | The value of the filter. If period is specified, the filter will return only those data items that fall within the bounds determined by the Period, inclusive of the period boundaries. If dateTime is specified, the filter will return only those data items that are equal to the specified dateTime. If a Duration is specified, the filter will return only those data items that fall within Duration from now. |
Control | 0..1 |
Type | dateTime|Period|Duration |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Summary | true |