Generated Narrative: CodeSystem cql-access-modifier

This case-sensitive code system http://terminology.hl7.org/CodeSystem/cql-access-modifier defines the following codes:

CodeDisplayDefinition
public PublicThe component is public, meaning it can be referenced from any CQL Library that references the library in which the component is defined.
private PrivateThe component is private, meaning it can only be referenced within the library in which the declaration is defined.
<status value="draft"/> <experimental value="false"/> <date value="2024-02-16"/> <publisher value="Health Level Seven International"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org"/> </telecom> <telecom> <system value="email"/> <value value="hq@HL7.org"/> </telecom> </contact> <description value="Access modifiers defined by the Clinical Quality Language (CQL) specification in the [Access Modifiers](https://cql.hl7.org/03-developersguide.html#access-modifiers) topic."/> <copyright value="This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html"/> <caseSensitive value="true"/> <valueSet value="http://terminology.hl7.org/ValueSet/cql-access-modifier"/> <content value="complete"/> <concept> <code value="public"/> <display value="Public"/> <definition value="The component is public, meaning it can be referenced from any CQL Library that references the library in which the component is defined."/> </concept> <concept> <code value="private"/> <display value="Private"/> <definition value="The component is private, meaning it can only be referenced within the library in which the declaration is defined."/> </concept> </CodeSystem>