interface Parameters {
    _implicitRules?: Element;
    _language?: Element;
    id?: id;
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    parameter?: ParametersParameter[];
    resourceType: "Parameters";
}

Properties

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

id?: id

Logical id of this artifact

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

parameter?: ParametersParameter[]

Operation Parameter

resourceType