Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 67 additions & 0 deletions input/vocabulary/CodeSystem-cql-language-capabilities.json
Original file line number Diff line number Diff line change
Expand Up @@ -2109,6 +2109,73 @@
{ "code": "version", "valueString": "1.0" },
{ "code": "reference", "valueString": "https://cql.hl7.org/09-b-cqlreference.html#interval-operators-3" }
]
},
{
"code": "timezone-offset-policy",
"display": "Timezone offset policy",
"definition": "How the engine handles Date/DateTime values that do not include an explicit timezone offset.",
Comment thread
bryantaustin13 marked this conversation as resolved.
Outdated
"property": [
{ "code": "version", "valueString": "1.5" },
{
"code": "reference",
"valueString": "https://cql.hl7.org/09-b-cqlreference.html#datetime"
},
{
"code": "valueMeaning",
"valueString": "Indicates whether offset-less inputs are preserved without an offset, or normalized by applying the server's offset."
}
],
"concept": [
{
"code": "timezone-offset-policy.no-default-offset",
"display": "No default offset for offset-less inputs",
"definition": "If an input Date/DateTime has no timezone offset, the value remains offset-less (no offset is applied). Downstream comparisons and operations follow offset-less semantics.",
"property": [
{ "code": "version", "valueString": "1.5" },
{
"code": "reference",
"valueString": "https://cql.hl7.org/09-b-cqlreference.html#datetime"
},
{
"code": "value",
"valueString": "none"
}
]
},
{
"code": "timezone-offset-policy.default-server-offset",
"display": "Default server's offset for offset-less inputs",
"definition": "If an input Date/DateTime has no timezone offset, the engine assigns the server's timezone offset.",
"property": [
{ "code": "version", "valueString": "1.5" },
{
"code": "reference",
"valueString": "https://cql.hl7.org/09-b-cqlreference.html#datetime"
},
{
"code": "value",
"valueString": "server"
}
]
},
{
"code": "timezone-offset-policy.default-evaluationrequest-offset",
"display": "Timezone offset of the evaluation request",
"definition": "the timezone offset of the evaluation request (typically the client's timezone offset).",
Comment thread
bryantaustin13 marked this conversation as resolved.
Outdated
"property": [
{ "code": "version", "valueString": "1.5" },
{
"code": "reference",
"valueString": "https://cql.hl7.org/09-b-cqlreference.html#datetime"
},
{
"code": "value",
"valueString": "server"
}
]
}
Comment thread
bryantaustin13 marked this conversation as resolved.
]
}
]
}
f