FHIR IG analytics
| Package | hl7.fhir.uv.extensions.r3 |
| Resource Type | ValueSet |
| Id | ValueSet-expression-language.json |
| FHIR Version | R3 |
| URL | http://hl7.org/fhir/ValueSet/expression-language |
| Version | 5.0.0 |
| Status | draft |
| Date | 2023-03-26T15:21:02+11:00 |
| Name | ExpressionLanguage |
| Title | Expression Language |
| Realm | uv |
| Authority | hl7 |
| Description | The media type of the expression language. |
Resources that use this resource
No resources found
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
urn:ietf:bcp:13
|
Code
|
Display
|
Definition
|
| text/cql |
CQL |
Clinical Quality Language |
| text/fhirpath |
FHIRPath |
FHIRPath |
| text/x-fhir-query |
FHIR Query |
FHIR's RESTful query syntax - typically independent of base URL |
| text/cql-identifier |
CQL Identifier |
A Clinical Quality Language identifier, typically the name of a top-level definition within a library |
| text/cql-expression |
CQL Expression |
A Clinical Quality Language expression, |
Source1
{
"resourceType": "ValueSet",
"id": "expression-language",
"meta": {
"lastUpdated": "2023-03-26T15:21:02.749+11:00",
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 5
},
{
"url": "http://hl7.org/fhir/StructureDefinition/web-source",
"valueUri": "http://hl7.org/fhir/R5/valueset-expression-language.html"
}
],
"url": "http://hl7.org/fhir/ValueSet/expression-language",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.3.105"
}
],
"version": "5.0.0",
"name": "ExpressionLanguage",
"title": "Expression Language",
"status": "draft",
"experimental": false,
"date": "2023-03-26T15:21:02+11:00",
"publisher": "HL7 (FHIR Project)",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
]
}
],
"description": "The media type of the expression language.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"immutable": true,
"compose": {
"include": [
{
"system": "urn:ietf:bcp:13",
"concept": [
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
"valueString": "Clinical Quality Language"
}
],
"code": "text/cql",
"display": "CQL"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
"valueString": "FHIRPath"
}
],
"code": "text/fhirpath",
"display": "FHIRPath"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
"valueString": "FHIR's RESTful query syntax - typically independent of base URL"
}
],
"code": "text/x-fhir-query",
"display": "FHIR Query"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
"valueString": "A Clinical Quality Language identifier, typically the name of a top-level definition within a library"
}
],
"code": "text/cql-identifier",
"display": "CQL Identifier"
},
{
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition",
"valueString": "A Clinical Quality Language expression,"
}
],
"code": "text/cql-expression",
"display": "CQL Expression"
}
]
}
]
}
}