interface Expression {
    _description?: Element;
    _expression?: Element;
    _language?: Element;
    _name?: Element;
    _reference?: Element;
    description?: string;
    expression?: string;
    extension?: Extension[];
    id?: id;
    language: code;
    name?: id;
    reference?: uri;
}

Properties

_description?: Element

Natural language description of the condition

_expression?: Element

Expression in specified language

_language?: Element

text/cql | text/fhirpath | application/x-fhir-query | etc.

_name?: Element

Short name assigned to expression for reuse

_reference?: Element

Where the expression is found

description?: string

Natural language description of the condition

expression?: string

Expression in specified language

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

language: code

text/cql | text/fhirpath | application/x-fhir-query | etc.

name?: id

Short name assigned to expression for reuse

reference?: uri

Where the expression is found