PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r2b.examples@1.4.0
    http://hl7.org/fhir/StructureDefinition/ParameterDefinition
description: Base StructureDefinition for ParameterDefinition Type
package_name: hl7.fhir.r2b.examples
derivation: specialization
name: ParameterDefinition
type: null
elements:
  name:
    isModifier: false
    short: Parameter name
    type: code
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: ParameterDefinition.name}
    isSummary: true
    index: 0
  use:
    isModifier: false
    type: code
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: ParameterDefinition.use}
    isSummary: true
    index: 1
  min:
    isModifier: false
    short: Minimum cardinality
    type: integer
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: ParameterDefinition.min}
    isSummary: true
    index: 2
  max:
    isModifier: false
    short: Maximum cardinality (a number of *)
    type: string
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: ParameterDefinition.max}
    isSummary: true
    index: 3
  documentation:
    isModifier: false
    short: A brief description of the parameter
    type: string
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: ParameterDefinition.documentation}
    isSummary: true
    index: 4
  type:
    isModifier: false
    type: code
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: ParameterDefinition.type}
    isSummary: true
    index: 5
  profile:
    isModifier: false
    short: The profile of the parameter, any
    type: Reference
    mustSupport: false
    maxLength: 0
    base: {max: '1', min: 0, path: ParameterDefinition.profile}
    isSummary: true
    index: 6
package_version: 1.4.0
class: datatype
kind: datatype
url: http://hl7.org/fhir/StructureDefinition/ParameterDefinition
base: http://hl7.org/fhir/StructureDefinition/Element
version: null
required: [type, use]