OperationDefinitionParameterCreateInput
No description
input OperationDefinitionParameterCreateInput {
name: String!
use: String!
min: Int!
max: String!
documentation: String
type: String
targetProfile: [Uri!]
searchType: String
binding: OperationDefinitionBindingCreateInput
referencedFrom: [OperationDefinitionReferencedFromCreateInput!]
part: [OperationDefinitionParameterCreateInput!]
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}
Fields
OperationDefinitionParameterCreateInput.name ● String! non-null scalar
The name of used to identify the parameter.
OperationDefinitionParameterCreateInput.use ● String! non-null scalar
Whether this is an input or an output parameter.
OperationDefinitionParameterCreateInput.min ● Int! non-null scalar
The minimum number of times this parameter SHALL appear in the request or response.
OperationDefinitionParameterCreateInput.max ● String! non-null scalar
The maximum number of times this element is permitted to appear in the request or response.
OperationDefinitionParameterCreateInput.documentation ● String scalar
Describes the meaning or use of this parameter.
OperationDefinitionParameterCreateInput.type ● String scalar
The type for this parameter.
OperationDefinitionParameterCreateInput.targetProfile ● [Uri!] list scalar
Used when the type is Reference or canonical , and identifies a profile structure or implementation Guide that applies to the target of the reference this parameter refers to. If any profiles are specified, then the content must conform to at least one of them. The URL can be a local reference - to a contained StructureDefinition, or a reference to another StructureDefinition or Implementation Guide by a canonical URL. When an implementation guide is specified, the target resource SHALL conform to at least one profile defined in the implementation guide.
OperationDefinitionParameterCreateInput.searchType ● String scalar
How the parameter is understood as a search parameter. This is only used if the parameter type is string .
OperationDefinitionParameterCreateInput.binding ● OperationDefinitionBindingCreateInput input
Binds to a value set if this parameter is coded (code, Coding, CodeableConcept).
OperationDefinitionParameterCreateInput.referencedFrom ● [OperationDefinitionReferencedFromCreateInput!] list input
Identifies other resource parameters within the operation invocation that are expected to resolve to this resource.
OperationDefinitionParameterCreateInput.part ● [OperationDefinitionParameterCreateInput!] list input
The parts of a nested Parameter.
OperationDefinitionParameterCreateInput.modifierExtension ● [FhirExtensionCreateInput!] list input
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
OperationDefinitionParameterCreateInput.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.
OperationDefinitionParameterCreateInput.id ● String scalar
null
Member Of
OperationDefinitionCreateInput input ● OperationDefinitionParameterCreateInput input