Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Expression

The Expression structure defines an expression that generates a value. The expression is provided in a specifed language (by mime type)

Hierarchy

Index

Properties

Optional description

description: undefined | string

Natural language description of the condition

Optional expression

expression: undefined | string

Expression in specified language

Optional extension

extension: Extension[]

Additional Content defined by implementations

Optional id

id: undefined | string

xml:id (or equivalent in JSON)

language

language: code

text/cql | text/fhirpath | application/x-fhir-query | etc. (http://hl7.org/fhir/R4/valueset-expression-language.html)

Optional name

name: id

Short name assigned to expression for reuse

Optional reference

reference: uri

Where the expression is found

Generated using TypeDoc