DataRequirement

complex type

Base StructureDefinition for DataRequirement Type: Describes a required data item for evaluation in terms of the type of data, and optional code or date-based filters of the data.

Official spec
PathCard.TypeDescription & Constraints
DataRequirement0..*Describes a required data item
.id0..1StringUnique id for inter-element referencing
.extension0..*ExtensionAdditional content defined by implementations
.typeΣ1..1codeThe type of the required data
Bindingall-types(required)
.profileΣ0..*canonicalThe profile of the required data
.subject[x]Σ0..1CodeableConcept | Reference(Group)E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device
Bindingsubject-type(extensible)
.mustSupportΣ0..*stringIndicates specific structure elements that are referenced by the knowledge module
.codeFilterΣ0..*ElementWhat codes are expected
.id0..1StringUnique id for inter-element referencing
.extension0..*ExtensionAdditional content defined by implementations
.pathΣ0..1stringA code-valued attribute to filter on
.searchParamΣ0..1stringA coded (token) parameter to search on
.valueSetΣ0..1canonicalValueset for the filter
.codeΣ0..*CodingWhat code is expected
.dateFilterΣ0..*ElementWhat dates/date ranges are expected
.id0..1StringUnique id for inter-element referencing
.extension0..*ExtensionAdditional content defined by implementations
.pathΣ0..1stringA date-valued attribute to filter on
.searchParamΣ0..1stringA date valued parameter to search on
.value[x]Σ0..1dateTime | Period | DurationThe value of the filter, as a Period, DateTime, or Duration value
.limitΣ0..1positiveIntNumber of results
.sortΣ0..*ElementOrder of the results
.id0..1StringUnique id for inter-element referencing
.extension0..*ExtensionAdditional content defined by implementations
.pathΣ1..1stringThe name of the attribute to perform the sort
.directionΣ1..1codeascending | descending
Bindingsort-direction(required)