codePath

A path expression identifying the element within the retrieved type that holds the code value. Used in retrieve expressions to navigate to the coding property of a clinical resource before comparing against terminology.

Examples

Direct code property

[Condition: code in "Diabetes Mellitus"]

Nested code path

[Observation: component.code in "Blood Pressure Codes"]
Railroad Diagram
100%
simplePath

scroll to zoom · drag to pan · click green rules or blue tokens to navigate

EBNF

codePath
  : simplePath
  ;

Used In