FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem cql-access-modifier

Properties

Language en
Defining URL http://terminology.hl7.org/CodeSystem/cql-access-modifier
Version 2.0.0
Name CqlAccessModifier
Title CQL Access Modifier
Status active
Definition

Access modifiers defined by the Clinical Quality Language (CQL) specification in the Access Modifiers topic.

Publisher Health Level Seven International
Copyright 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
Value Set CQL Access Modifier

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.