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

FHIR IG analytics

Packagehl7.fhir.uv.cql
Resource TypeCodeSystem
IdCodeSystem-selectivity-inclusivity.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/cql-ig/CodeSystem-selectivity-inclusivity.html
URLhttp://hl7.org/fhir/uv/cql/CodeSystem/selectivity-inclusivity
Version3.0.0-ballot
Statusactive
Date2026-04-24
NameSelectivityInclusivity
TitleSelectivity Inclusivity Code System
Realmuv
Authorityhl7
DescriptionCodes representing the inclusivity of the selectivity of an expression, inclusion, exclusion, or indeterminate.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.cql#currentselectivity-inclusivitySelectivity Inclusivity Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem selectivity-inclusivity

This case-sensitive code system http://hl7.org/fhir/uv/cql/CodeSystem/selectivity-inclusivity defines the following codes:

CodeDisplayDefinition
inclusion InclusionIndicates the query selectivity represents an inclusion criteria with respect to the context of the query.
exclusion ExclusionIndicates the query selectivity represents an exclusion criteria with respect to the context of the query.
indeterminate IndeterminateIndicates that whether the query selectivity represents inclusion or exclusion criteria cannot be determined.

Source1

{
  "resourceType": "CodeSystem",
  "id": "selectivity-inclusivity",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "publishable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel",
      "valueCode": "structured"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/uv/cql/CodeSystem/selectivity-inclusivity",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.37.16.6"
    }
  ],
  "version": "3.0.0-ballot",
  "name": "SelectivityInclusivity",
  "title": "Selectivity Inclusivity Code System",
  "status": "active",
  "experimental": false,
  "date": "2026-04-24",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Codes representing the inclusivity of the selectivity of an expression, inclusion, exclusion, or indeterminate.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/uv/cql/ValueSet/selectivity-inclusivity",
  "content": "complete",
  "concept": [
    {
      "code": "inclusion",
      "display": "Inclusion",
      "definition": "Indicates the query selectivity represents an inclusion criteria with respect to the context of the query."
    },
    {
      "code": "exclusion",
      "display": "Exclusion",
      "definition": "Indicates the query selectivity represents an exclusion criteria with respect to the context of the query."
    },
    {
      "code": "indeterminate",
      "display": "Indeterminate",
      "definition": "Indicates that whether the query selectivity represents inclusion or exclusion criteria cannot be determined."
    }
  ]
}