DataRequirementSortCreateInput
No description
input DataRequirementSortCreateInput {
path: String!
direction: String!
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
DataRequirementSortCreateInput.path ● String! non-null 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.
DataRequirementSortCreateInput.direction ● String! non-null scalar
The direction of the sort, ascending or descending.
DataRequirementSortCreateInput.extension ● [FhirExtensionCreateInput!] 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.
DataRequirementSortCreateInput.id ● String scalar
null