http://terminology.hl7.org/CodeSystem/cql-access-modifier|1.0.0

name
CqlAccessModifier
package
hl7.terminology.r4@6.3.0
content
complete
status
draft
date
2024-02-16 00:00:00.0

CQL Access Modifier

Access modifiers defined by the Clinical Quality Language (CQL) specification in the [Access Modifiers](https://cql.hl7.org/03-developersguide.html#access-modifiers) topic.

{
  "description" : "Access modifiers defined by the Clinical Quality Language (CQL) specification in the [Access Modifiers](https://cql.hl7.org/03-developersguide.html#access-modifiers) topic.",
  "compose" : null,
  "package" : "hl7.terminology.r4@6.3.0",
  "date" : "2024-02-16T00:00:00Z",
  "publisher" : "Health Level Seven International",
  "content" : "complete",
  "name" : "CqlAccessModifier",
  "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",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "CQL Access Modifier",
  "supliment" : null,
  "status" : "draft",
  "id" : "7e3911e4-6d5c-5f5e-81a7-37909e54ffa6",
  "valueSet" : "http://terminology.hl7.org/ValueSet/cql-access-modifier",
  "url" : "http://terminology.hl7.org/CodeSystem/cql-access-modifier",
  "concept" : [ {
    "code" : "public",
    "display" : "Public",
    "definition" : "The component is public, meaning it can be referenced from any CQL Library that references the library in which the component is defined."
  }, {
    "code" : "private",
    "display" : "Private",
    "definition" : "The component is private, meaning it can only be referenced within the library in which the declaration is defined."
  } ],
  "caseSensitive" : true,
  "version" : "1.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org",
      "system" : "url"
    }, {
      "value" : "hq@HL7.org",
      "system" : "email"
    } ]
  } ]
}