HL7 Terminology (THO)
6.0.0 - Publication
This page is part of the HL7 Terminology (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Draft as of 2024-02-16 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="cql-access-modifier"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem cql-access-modifier</b></p><a name="cql-access-modifier"> </a><a name="hccql-access-modifier"> </a><a name="cql-access-modifier-en-US"> </a><p>This case-sensitive code system <code>http://terminology.hl7.org/CodeSystem/cql-access-modifier</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">public<a name="cql-access-modifier-public"> </a></td><td>Public</td><td>The component is public, meaning it can be referenced from any CQL Library that references the library in which the component is defined.</td></tr><tr><td style="white-space:nowrap">private<a name="cql-access-modifier-private"> </a></td><td>Private</td><td>The component is private, meaning it can only be referenced within the library in which the declaration is defined.</td></tr></table></div>
</text>
<url value="http://terminology.hl7.org/CodeSystem/cql-access-modifier"/>
<version value="1.0.0"/>
<name value="CqlAccessModifier"/>
<title value="CQL Access Modifier"/>
<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>