IGUHealth
    Preparing search index...
    interface TestScriptMetadataCapability {
        _capabilities?: Element;
        _description?: Element;
        _destination?: Element;
        _link?: Element[];
        _origin?: Element[];
        _required?: Element;
        _validated?: Element;
        capabilities: canonical;
        description?: string;
        destination?: integer;
        extension?: Extension[];
        id?: id;
        link?: uri[];
        modifierExtension?: Extension[];
        origin?: integer[];
        required: boolean;
        validated: boolean;
    }
    Index

    Properties

    _capabilities?: Element

    Required Capability Statement

    _description?: Element

    The expected capabilities of the server

    _destination?: Element

    Which server these requirements apply to

    _link?: Element[]

    Links to the FHIR specification

    _origin?: Element[]

    Which origin server these requirements apply to

    _required?: Element

    Are the capabilities required?

    _validated?: Element

    Are the capabilities validated?

    capabilities: canonical

    Required Capability Statement

    description?: string

    The expected capabilities of the server

    destination?: integer

    Which server these requirements apply to

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    link?: uri[]

    Links to the FHIR specification

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    origin?: integer[]

    Which origin server these requirements apply to

    required: boolean

    Are the capabilities required?

    validated: boolean

    Are the capabilities validated?