Vitor Pamplona

Results 83 issues of Vitor Pamplona

**Describe the Issue** If https://github.com/FHIR/Ucum-java/pull/29 gets merged and the SDK's dependencies update to `ucum.xmlpull` (avoiding the direct link with XPP3), we can remove the license and all `exclude` clauses related...

Fixes #1474, #825 and #1378, potential merger with #1414 **Description** Adds a simple benchmark module to run performance tests on the engine and workflow. The module is focused on the...

P2

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Starts to fix #1365 **Description** Adds short tests to compile CQL into ELM, assemble...

P2

**Is your feature request related to a problem? Please describe.** The following test case demonstrates the use of an ADD operation inside a CQL expression. This test must pass. ```kotlin...

P2
workflow
Effort: S

**Is your feature request related to a problem? Please describe.** FHIR allows CQL Library makers to expose their libraries as complied ELM objects exported to JSON and XML. While JSON...

P2
workflow
Effort: S

**Is your feature request related to a problem? Please describe.** As part of the [Clinical Reasoning Module](https://build.fhir.org/clinicalreasoning-knowledge-artifact-representation.html), each action in a [PlanDefinition](https://build.fhir.org/plandefinition.html) can specify **when** and **whether** the action should...

P2
workflow
Effort: L

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1341 **Description** Upgrade of JUnit and testing dependencies to 4.13 **Alternative(s) considered** Have...

P3

**Is your feature request related to a problem? Please describe.** Benchmarking certain FHIR Features in instrumented tests and/or benchmark modules is quite difficult. The team could use an app to...

P2
workflow
Effort: XL

This is a proposal to address https://github.com/DBCG/cql_engine/issues/586 and builds on top of https://github.com/cqframework/clinical_quality_language/pull/760 The idea is to make all ObjectFactories part of the LibraryManager setup and to use that setup...

[CqlTranslatorOptionsMapper](https://github.com/cqframework/clinical_quality_language/blob/master/Src/java/cql-to-elm/src/main/java/org/cqframework/cql/cql2elm/CqlTranslatorOptionsMapper.java) is the only reason to have Jackson dependencies on the cql-to-elm module. Since there is no direct use besides Test classes, I am not sure what the consequences of...