description: Base StructureDefinition for ParameterDefinition Type package_name: hl7.fhir.r3.examples derivation: specialization name: ParameterDefinition type: ParameterDefinition elements: name: {type: code, short: Name used to access the parameter value, isSummary: true, index: 0} use: {short: in | out, type: code, 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, isSummary: true, index: 5} profile: short: What profile the value is expected to be refers: ['http://hl7.org/fhir/StructureDefinition/StructureDefinition'] type: Reference isSummary: true index: 6 package_version: 3.0.2 class: complex-type kind: complex-type url: http://hl7.org/fhir/StructureDefinition/ParameterDefinition base: http://hl7.org/fhir/StructureDefinition/Element version: null required: [type, use]