IGUHealth
    Preparing search index...
    interface OperationDefinition {
        _affectsState?: Element;
        _base?: Element;
        _code?: Element;
        _comment?: Element;
        _date?: Element;
        _description?: Element;
        _experimental?: Element;
        _implicitRules?: Element;
        _inputProfile?: Element;
        _instance?: Element;
        _kind?: Element;
        _language?: Element;
        _name?: Element;
        _outputProfile?: Element;
        _publisher?: Element;
        _purpose?: Element;
        _resource?: Element[];
        _status?: Element;
        _system?: Element;
        _title?: Element;
        _type?: Element;
        _url?: Element;
        _version?: Element;
        affectsState?: boolean;
        base?: canonical;
        code: code;
        comment?: markdown;
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        date?: dateTime;
        description?: markdown;
        experimental?: boolean;
        extension?: Extension[];
        id?: id;
        implicitRules?: uri;
        inputProfile?: canonical;
        instance: boolean;
        jurisdiction?: CodeableConcept[];
        kind: code;
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        name: string;
        outputProfile?: canonical;
        overload?: OperationDefinitionOverload[];
        parameter?: OperationDefinitionParameter[];
        publisher?: string;
        purpose?: markdown;
        resource?: code[];
        resourceType: "OperationDefinition";
        status: code;
        system: boolean;
        text?: Narrative;
        title?: string;
        type: boolean;
        url?: uri;
        useContext?: UsageContext[];
        version?: string;
    }
    Index

    Properties

    _affectsState?: Element

    Whether content is changed by the operation

    _base?: Element

    Marks this as a profile of the base

    _code?: Element

    Name used to invoke the operation

    _comment?: Element

    Additional information about use

    _date?: Element

    Date last changed

    _description?: Element

    Natural language description of the operation definition

    _experimental?: Element

    For testing purposes, not real usage

    _implicitRules?: Element

    A set of rules under which this content was created

    _inputProfile?: Element

    Validation information for in parameters

    _instance?: Element

    Invoke on an instance?

    _kind?: Element

    operation | query

    _language?: Element

    Language of the resource content

    _name?: Element

    Name for this operation definition (computer friendly)

    _outputProfile?: Element

    Validation information for out parameters

    _publisher?: Element

    Name of the publisher (organization or individual)

    _purpose?: Element

    Why this operation definition is defined

    _resource?: Element[]

    Types this operation applies to

    _status?: Element

    draft | active | retired | unknown

    _system?: Element

    Invoke at the system level?

    _title?: Element

    Name for this operation definition (human friendly)

    _type?: Element

    Invoke at the type level?

    _url?: Element

    Canonical identifier for this operation definition, represented as a URI (globally unique)

    _version?: Element

    Business version of the operation definition

    affectsState?: boolean

    Whether content is changed by the operation

    base?: canonical

    Marks this as a profile of the base

    code: code

    Name used to invoke the operation

    comment?: markdown

    Additional information about use

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    date?: dateTime

    Date last changed

    description?: markdown

    Natural language description of the operation definition

    experimental?: boolean

    For testing purposes, not real usage

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    implicitRules?: uri

    A set of rules under which this content was created

    inputProfile?: canonical

    Validation information for in parameters

    instance: boolean

    Invoke on an instance?

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for operation definition (if applicable)

    kind: code

    operation | query

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name: string

    Name for this operation definition (computer friendly)

    outputProfile?: canonical

    Validation information for out parameters

    Define overloaded variants for when generating code

    Parameters for the operation/query

    publisher?: string

    Name of the publisher (organization or individual)

    purpose?: markdown

    Why this operation definition is defined

    resource?: code[]

    Types this operation applies to

    resourceType: "OperationDefinition"
    status: code

    draft | active | retired | unknown

    system: boolean

    Invoke at the system level?

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Name for this operation definition (human friendly)

    type: boolean

    Invoke at the type level?

    url?: uri

    Canonical identifier for this operation definition, represented as a URI (globally unique)

    useContext?: UsageContext[]

    The context that the content is intended to support

    version?: string

    Business version of the operation definition