PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.examples@6.0.0-ballot1
    http://hl7.org/fhir/StructureDefinition/ParameterDefinition
description: 'ParameterDefinition Type: 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.'
package_name: hl7.fhir.r6.examples
derivation: specialization
name: ParameterDefinition
type: ParameterDefinition
elements:
  name: {short: Name used to access the parameter value, type: code, isSummary: true, index: 0}
  use:
    short: in | out
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/operation-parameter-use|6.0.0-ballot1'}
    isSummary: true
    index: 1
  min: {type: integer, short: Minimum cardinality, isSummary: true, index: 2}
  max: {type: string, short: Maximum cardinality (a number of *), isSummary: true, index: 3}
  documentation: {type: string, short: A brief description of the parameter, isSummary: true, index: 4}
  type:
    short: What type of value
    type: code
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/fhir-types|6.0.0-ballot1'}
    isSummary: true
    index: 5
  profile: {type: canonical, short: What profile the value is expected to be, isSummary: true, index: 6}
package_version: 6.0.0-ballot1
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/ParameterDefinition
base: http://hl7.org/fhir/StructureDefinition/DataType
version: 6.0.0-ballot1
required: [type, use]