This case-sensitive code system http://terminology.hl7.org/CodeSystem/cql-access-modifier
defines the following codes:
Code | Display | Definition |
public | Public | The component is public, meaning it can be referenced from any CQL Library that references the library in which the component is defined. |
private | Private | The component is private, meaning it can only be referenced within the library in which the declaration is defined. |