Skip to content

CQL Services 1.6.0

Compare
Choose a tag to compare
@cmoesel cmoesel released this 20 May 20:30
· 36 commits to master since this release

CQL Services 1.6.0 adds support for VSAC value sets identified using their FHIR URLs or URNs. For example, all of the following are supported now:

valueset "Diabetes": '2.16.840.1.113883.3.464.1003.103.12.1001'

or

valueset "Diabetes": 'urn:oid:2.16.840.1.113883.3.464.1003.103.12.1001'

or

valueset "Diabetes": 'https://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113883.3.464.1003.103.12.1001'

Previous versions only supported the first case (OID).