IGUHealth
    Preparing search index...
    interface ElementDefinitionConstraint {
        _expression?: Element;
        _human?: Element;
        _key?: Element;
        _requirements?: Element;
        _severity?: Element;
        _source?: Element;
        _xpath?: Element;
        expression?: string;
        extension?: Extension[];
        human: string;
        id?: id;
        key: id;
        requirements?: string;
        severity: code;
        source?: canonical;
        xpath?: string;
    }
    Index

    Properties

    _expression?: Element

    FHIRPath expression of constraint

    _human?: Element

    Human description of constraint

    _key?: Element

    Target of 'condition' reference above

    _requirements?: Element

    Why this constraint is necessary or appropriate

    _severity?: Element

    error | warning

    _source?: Element

    Reference to original source of constraint

    _xpath?: Element

    XPath expression of constraint

    expression?: string

    FHIRPath expression of constraint

    extension?: Extension[]

    Additional content defined by implementations

    human: string

    Human description of constraint

    id?: id

    Unique id for inter-element referencing

    key: id

    Target of 'condition' reference above

    requirements?: string

    Why this constraint is necessary or appropriate

    severity: code

    error | warning

    source?: canonical

    Reference to original source of constraint

    xpath?: string

    XPath expression of constraint