Skip to content

Contexts should have type specifiers #1273

@EvanMachusak

Description

@EvanMachusak

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cqlThe issue relates to or requires a change or clarification on the CQL specification

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions