interface ParameterDefinition {
    _documentation?: Element;
    _max?: Element;
    _min?: Element;
    _name?: Element;
    _profile?: Element;
    _type?: Element;
    _use?: Element;
    documentation?: string;
    extension?: Extension[];
    id?: id;
    max?: string;
    min?: integer;
    name?: code;
    profile?: canonical;
    type: code;
    use: code;
}

Properties

_documentation?: Element

A brief description of the parameter

_max?: Element

Maximum cardinality (a number of *)

_min?: Element

Minimum cardinality

_name?: Element

Name used to access the parameter value

_profile?: Element

What profile the value is expected to be

_type?: Element

What type of value

_use?: Element

in | out

documentation?: string

A brief description of the parameter

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

max?: string

Maximum cardinality (a number of *)

min?: integer

Minimum cardinality

name?: code

Name used to access the parameter value

profile?: canonical

What profile the value is expected to be

type: code

What type of value

use: code

in | out