localIdentifier

A local alias assigned to an imported library or model via the called clause. It provides a short name used to qualify identifiers from that library within the current library.

Examples

Alias for an included library

include FHIRHelpers version '4.0.1' called FHIRHelpers

Short alias for a long library name

include MATGlobalCommonFunctions version '7.0.000' called Common

Alias for a model import

using QDM version '5.6' called QDM
Railroad Diagram
100%
identifier

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

EBNF

localIdentifier
  : identifier
  ;

Used In