FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.terminology.r3
Resource TypeCodeSystem
IdCodeSystem-cql-access-modifier.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem cql-access-modifier

Language: en

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.

Source1

{
  "resourceType": "CodeSystem",
  "id": "cql-access-modifier",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/CodeSystem/cql-access-modifier",
  "version": "2.0.0",
  "name": "CqlAccessModifier",
  "title": "CQL Access Modifier",
  "status": "active",
  "experimental": false,
  "date": "2026-03-05",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "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.",
  "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",
  "caseSensitive": true,
  "valueSet": "http://terminology.hl7.org/ValueSet/cql-access-modifier",
  "content": "complete",
  "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."
    }
  ]
}