cql-translation-service icon indicating copy to clipboard operation
cql-translation-service copied to clipboard

CQL to ELM translator packaged as a microservice.

Results 5 cql-translation-service issues
Sort by recently updated
recently updated
newest added

I want to include link to the JAR of the this service in a client library I am building so that I can take advantage of the constants (PARAM_TO_OPTIONS_MAP, ELM_JSON_TYPE,...

The TranslationResource class defines content types for CQL and ELM [here](https://github.com/cqframework/cql-translation-service/blob/fa1ac9ba7d5c8439e02668a11456c1ef3a66beb0/src/main/java/org/mitre/bonnie/cqlTranslationServer/TranslationResource.java#L33), but these types are not consistent with the CQL specification [here](http://cql.hl7.org/07-physicalrepresentation.html#media-types-and-namespaces). The service should be updated to use the...