-
Notifications
You must be signed in to change notification settings - Fork 143
Contexts should have type specifiers #1273
Copy link
Copy link
Open
Labels
cqlThe issue relates to or requires a change or clarification on the CQL specificationThe issue relates to or requires a change or clarification on the CQL specification
Description
The context definition in a library does not have its TypeSpecifier (presumably a NamedTypeSpecifier) populated.
"contexts": {
"type": "Library$Contexts",
"def": [
{
"type": "ContextDef",
"locator": "7:1-7:15",
"name": "Patient"
},
{
"type": "ContextDef",
"locator": "12:1-12:18",
"name": "Unfiltered"
}
]
}
We need a qualified string here telling us that Patient is {http://hl7.org/fhir}Patient so we can differentiate it from other models that define a type called Patient in use in the same library.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cqlThe issue relates to or requires a change or clarification on the CQL specificationThe issue relates to or requires a change or clarification on the CQL specification