modelIdentifier

The name of a data model used to qualify a context or type specifier. Corresponds to the model alias established by a using definition, such as FHIR or QDM.

Examples

FHIR as model qualifier in a context

context FHIR.Patient

QDM as model qualifier

context QDM.Patient

Used in a qualified type specifier

parameter "Condition" FHIR.Condition
Railroad Diagram
100%
identifier

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

EBNF

modelIdentifier
  : identifier
  ;

Used In