ParameterDefinition

The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse.

= Must Support, = Is Modifier, = QiCore defined extension

FieldCard.TypeDescription
name0..1StringThe name of the parameter used to allow access to the value of the parameter in evaluation contexts.
use1..1StringWhether the parameter is input or output for the module.
min0..1IntegerThe minimum number of times this parameter SHALL appear in the request or response.
max0..1StringThe maximum number of times this element is permitted to appear in the request or response.
documentation0..1StringA brief discussion of what the parameter is for and how it is used by the module.
type1..1StringThe type of the parameter.
profile0..1StructureDefinitionIf specified, this indicates a profile that the input data must conform to, or that the output data will conform to.