IGUHealth
    Preparing search index...
    interface OperationDefinitionParameter {
        _documentation?: Element;
        _max?: Element;
        _min?: Element;
        _name?: Element;
        _searchType?: Element;
        _targetProfile?: Element[];
        _type?: Element;
        _use?: Element;
        binding?: OperationDefinitionParameterBinding;
        documentation?: string;
        extension?: Extension[];
        id?: id;
        max: string;
        min: integer;
        modifierExtension?: Extension[];
        name: code;
        part?: OperationDefinitionParameter[];
        referencedFrom?: OperationDefinitionParameterReferencedFrom[];
        searchType?: code;
        targetProfile?: canonical[];
        type?: code;
        use: code;
    }
    Index

    Properties

    _documentation?: Element

    Description of meaning/use

    _max?: Element

    Maximum Cardinality (a number or *)

    _min?: Element

    Minimum Cardinality

    _name?: Element

    Name in Parameters.parameter.name or in URL

    _searchType?: Element

    number | date | string | token | reference | composite | quantity | uri | special

    _targetProfile?: Element[]

    If type is Reference | canonical, allowed targets

    _type?: Element

    What type this parameter has

    _use?: Element

    in | out

    ValueSet details if this is coded

    documentation?: string

    Description of meaning/use

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    max: string

    Maximum Cardinality (a number or *)

    min: integer

    Minimum Cardinality

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    name: code

    Name in Parameters.parameter.name or in URL

    Parts of a nested Parameter

    References to this parameter

    searchType?: code

    number | date | string | token | reference | composite | quantity | uri | special

    targetProfile?: canonical[]

    If type is Reference | canonical, allowed targets

    type?: code

    What type this parameter has

    use: code

    in | out