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
EBNF
localIdentifier : identifier ;