JP

Results 75 issues of JP

This PR contains a proposal for a new `order-search` hook which would be the first hook fired when a clinician is browsing the catalogue of a CPOE. The allows recommendations...

If the statements of a conditional return disparate types the cql-translator throws an error because it can't correctly infer that it should be a choice type: Doesn't work (expected return...

enhancement

Currently, the translator doesn't work for FHIR R5 (version 4.6.0) ```cql using FHIR '4.6.0' include FHIRHelpers version '4.6.0' ``` To add this support ModelInfos and FHIRHelpers need to be created...

enhancement

Migrated this from DBCG/cql_engine#41: Run the following CQL: ``` define x: days between DateTime(2015, 2, 10) and DateTime(2015, 3) define y: Interval [ 19, 49 ] define z: Equivalent(x,y) ```...

The translator has a limitation where ModelIdentifiers must match the local name. IOW, the following will translate: `using FHIR version '3.0.0'` `using FHIR version '3.0.0' called "FHIR"` And this will...

known issue

The Java projects don't currently have any official style guidelines that are followed or enforced on PRs. I suggest that we adopt some and enforce them to keep code consistent....

Have Travis automatically publish snapshots and releases on commit to the relevant branches.

enhancement

There are several places where the cql-engine relies upon runtime reflection to reduce the amount of boilerplate code that must be maintained. The use of reflection means that some scenarios...

enhancement
help wanted

When deserializing an XML ELM library the annotations are omitted and you get null instead. This makes it impossible to check for valid translator options on an XML ELM library,...

bug