ParameterDefinitionCreateInput
No description
input ParameterDefinitionCreateInput {
name: String
use: String!
min: Int
max: String
documentation: String
type: String!
profile: Uri
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
ParameterDefinitionCreateInput.name ● String scalar
The name of the parameter used to allow access to the value of the parameter in evaluation contexts.
ParameterDefinitionCreateInput.use ● String! non-null scalar
Whether the parameter is input or output for the module.
ParameterDefinitionCreateInput.min ● Int scalar
The minimum number of times this parameter SHALL appear in the request or response.
ParameterDefinitionCreateInput.max ● String scalar
The maximum number of times this element is permitted to appear in the request or response.
ParameterDefinitionCreateInput.documentation ● String scalar
A brief discussion of what the parameter is for and how it is used by the module.
ParameterDefinitionCreateInput.type ● String! non-null scalar
The type of the parameter.
ParameterDefinitionCreateInput.profile ● Uri scalar
If specified, this indicates a profile that the input data must conform to, or that the output data will conform to.
ParameterDefinitionCreateInput.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.
ParameterDefinitionCreateInput.id ● String scalar
null
Member Of
ElementDefinitionCreateInput input ● ElementDefinitionExampleCreateInput input ● FhirExtensionCreateInput input ● LibraryCreateInput input ● StructureMapSourceCreateInput input ● TaskInputCreateInput input ● TaskOutputCreateInput input