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