IGUHealth
    Preparing search index...
    interface SearchParameter {
        _base?: Element[];
        _chain?: Element[];
        _code?: Element;
        _comparator?: Element[];
        _date?: Element;
        _derivedFrom?: Element;
        _description?: Element;
        _experimental?: Element;
        _expression?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _modifier?: Element[];
        _multipleAnd?: Element;
        _multipleOr?: Element;
        _name?: Element;
        _publisher?: Element;
        _purpose?: Element;
        _status?: Element;
        _target?: Element[];
        _type?: Element;
        _url?: Element;
        _version?: Element;
        _xpath?: Element;
        _xpathUsage?: Element;
        base: code[];
        chain?: string[];
        code: code;
        comparator?: code[];
        component?: SearchParameterComponent[];
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        date?: dateTime;
        derivedFrom?: canonical;
        description: markdown;
        experimental?: boolean;
        expression?: string;
        extension?: Extension[];
        id?: id;
        implicitRules?: uri;
        jurisdiction?: CodeableConcept[];
        language?: code;
        meta?: Meta;
        modifier?: code[];
        modifierExtension?: Extension[];
        multipleAnd?: boolean;
        multipleOr?: boolean;
        name: string;
        publisher?: string;
        purpose?: markdown;
        resourceType: "SearchParameter";
        status: code;
        target?: code[];
        text?: Narrative;
        type: code;
        url: uri;
        useContext?: UsageContext[];
        version?: string;
        xpath?: string;
        xpathUsage?: code;
    }
    Index

    Properties

    _base?: Element[]

    The resource type(s) this search parameter applies to

    _chain?: Element[]

    Chained names supported

    _code?: Element

    Code used in URL

    _comparator?: Element[]

    eq | ne | gt | lt | ge | le | sa | eb | ap

    _date?: Element

    Date last changed

    _derivedFrom?: Element

    Original definition for the search parameter

    _description?: Element

    Natural language description of the search parameter

    _experimental?: Element

    For testing purposes, not real usage

    _expression?: Element

    FHIRPath expression that extracts the values

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _modifier?: Element[]

    missing | exact | contains | not | text | in | not-in | below | above | type | identifier | ofType

    _multipleAnd?: Element

    Allow multiple parameters (and)

    _multipleOr?: Element

    Allow multiple values per parameter (or)

    _name?: Element

    Name for this search parameter (computer friendly)

    _publisher?: Element

    Name of the publisher (organization or individual)

    _purpose?: Element

    Why this search parameter is defined

    _status?: Element

    draft | active | retired | unknown

    _target?: Element[]

    Types of resource (if a resource reference)

    _type?: Element

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

    _url?: Element

    Canonical identifier for this search parameter, represented as a URI (globally unique)

    _version?: Element

    Business version of the search parameter

    _xpath?: Element

    XPath that extracts the values

    _xpathUsage?: Element

    normal | phonetic | nearby | distance | other

    base: code[]

    The resource type(s) this search parameter applies to

    chain?: string[]

    Chained names supported

    code: code

    Code used in URL

    comparator?: code[]

    eq | ne | gt | lt | ge | le | sa | eb | ap

    For Composite resources to define the parts

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    date?: dateTime

    Date last changed

    derivedFrom?: canonical

    Original definition for the search parameter

    description: markdown

    Natural language description of the search parameter

    experimental?: boolean

    For testing purposes, not real usage

    expression?: string

    FHIRPath expression that extracts the values

    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

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for search parameter (if applicable)

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifier?: code[]

    missing | exact | contains | not | text | in | not-in | below | above | type | identifier | ofType

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    multipleAnd?: boolean

    Allow multiple parameters (and)

    multipleOr?: boolean

    Allow multiple values per parameter (or)

    name: string

    Name for this search parameter (computer friendly)

    publisher?: string

    Name of the publisher (organization or individual)

    purpose?: markdown

    Why this search parameter is defined

    resourceType: "SearchParameter"
    status: code

    draft | active | retired | unknown

    target?: code[]

    Types of resource (if a resource reference)

    text?: Narrative

    Text summary of the resource, for human interpretation

    type: code

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

    url: uri

    Canonical identifier for this search parameter, represented as a URI (globally unique)

    useContext?: UsageContext[]

    The context that the content is intended to support

    version?: string

    Business version of the search parameter

    xpath?: string

    XPath that extracts the values

    xpathUsage?: code

    normal | phonetic | nearby | distance | other