DataRequirementSortUpdateInput
No description
input DataRequirementSortUpdateInput {
path: String
direction: String
extension: [FhirExtensionUpdateInput!]
id: String
}
Fields
DataRequirementSortUpdateInput.path ● String scalar
The attribute of the sort. 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.
DataRequirementSortUpdateInput.direction ● String scalar
The direction of the sort, ascending or descending.
DataRequirementSortUpdateInput.extension ● [FhirExtensionUpdateInput!] list input
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
DataRequirementSortUpdateInput.id ● String scalar
null