FHIR IG analytics| Package | hl7.fhir.uv.cql |
| Resource Type | CodeSystem |
| Id | CodeSystem-selectivity-form.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/cql-ig/CodeSystem-selectivity-form.html |
| URL | http://hl7.org/fhir/uv/cql/CodeSystem/selectivity-form |
| Version | 3.0.0-ballot |
| Status | active |
| Date | 2026-04-24 |
| Name | SelectivityForm |
| Title | Selectivity Form Code System |
| Realm | uv |
| Authority | hl7 |
| Description | Codes representing the form of the description of the selectivity of an expression, either conjunctive or disjunctive. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.cql#current | selectivity-form | Selectivity Form Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem selectivity-form
Profile: Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/uv/cql/CodeSystem/selectivity-form defines the following codes:
{
"resourceType": "CodeSystem",
"id": "selectivity-form",
"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-form",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.37.16.5"
}
],
"version": "3.0.0-ballot",
"name": "SelectivityForm",
"title": "Selectivity Form 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 form of the description of the selectivity of an expression, either conjunctive or disjunctive.",
"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-form",
"content": "complete",
"concept": [
{
"code": "total",
"display": "Total",
"definition": "Indicates the query selectivity completely covers the criteria in the query (i.e. the query is in CNF/DNF, and all terms are sargeable)."
},
{
"code": "conjunctive",
"display": "Conjunctive",
"definition": "Indicates the query selectivity represents criteria in Conjunctive Normal Form (CNF) (i.e. a conjunction of disjunctions)."
},
{
"code": "disjunctive",
"display": "Disjunctive",
"definition": "Indicates the query selectivity represents criteria in Disjunctive Normal Form (DNF) (i.e. a disjunction of conjunctions)."
}
]
}