Package | hl7.cql |
Resource Type | CodeSystem |
Id | cql-message-characteristic-codes |
FHIR Version | R4 |
Source | http://cql.hl7.org/https://build.fhir.org/ig/HL7/cql/CodeSystem-cql-message-characteristic-codes.html |
URL | http://cql.hl7.org/CodeSystem/cql-message-characteristic-codes |
Version | 2.0.0-ballot |
Status | active |
Date | 2025-08-01T19:51:33+00:00 |
Name | CQLMessageCharacteristicCodes |
Title | CQL Message Characteristic Codes |
Authority | hl7 |
Description | Codes for characteristics of messages returned by applications that process Clinical Quality Language. |
Content | complete |
ValueSet | |
cql-message-characteristic | CQL Message Characteristic |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem cql-message-characteristic-codes
This case-sensitive code system http://cql.hl7.org/CodeSystem/cql-message-characteristic-codes
defines the following codes:
Code | Display | Definition |
category | Category | The language area, possible values are codes in the CQL Message Category Codes code system. |
severity | Severity | Severity of the issue, possible values are codes in the CQL Message Severity Codes code system. |
source | Source | The source of the issue, providing information about where the issue is originating and how it might be addressed, possible values are codes in the CQL Message Source Codes code system. |
example | Example Message | An example message providing a sample of what kinds of actual messages will be returned with this code. |
notes | Notes | Notes about the message, especially how to address the issue being identified. |
spec-link | Specification Link | A URL to the point in the specification where this message is defined. |
{ "resourceType": "CodeSystem", "id": "cql-message-characteristic-codes", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cds" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2 } ], "url": "http://cql.hl7.org/CodeSystem/cql-message-characteristic-codes", "version": "2.0.0-ballot", "name": "CQLMessageCharacteristicCodes", "title": "CQL Message Characteristic Codes", "status": "active", "experimental": false, "date": "2025-08-01T19:51:33+00:00", "publisher": "Clinical Decision Support WG", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/dss/index.cfm" } ] } ], "description": "Codes for characteristics of messages returned by applications that process Clinical Quality Language.", "caseSensitive": true, "valueSet": "http://cql.hl7.org/ValueSet/cql-message-characteristic", "content": "complete", "concept": [ { "code": "category", "display": "Category", "definition": "The language area, possible values are codes in the [CQL Message Category Codes](CodeSystem-cql-message-category-codes.html) code system." }, { "code": "severity", "display": "Severity", "definition": "Severity of the issue, possible values are codes in the [CQL Message Severity Codes](CodeSystem-cql-message-severity-codes.html) code system." }, { "code": "source", "display": "Source", "definition": "The source of the issue, providing information about where the issue is originating and how it might be addressed, possible values are codes in the [CQL Message Source Codes](CodeSystem-cql-message-source-codes.html) code system." }, { "code": "example", "display": "Example Message", "definition": "An example message providing a sample of what kinds of actual messages will be returned with this code." }, { "code": "notes", "display": "Notes", "definition": "Notes about the message, especially how to address the issue being identified." }, { "code": "spec-link", "display": "Specification Link", "definition": "A URL to the point in the specification where this message is defined." } ] }