Paul den Boer

Results 96 issues of Paul den Boer

See [this page](https://firely.atlassian.net/wiki/spaces/SPAR/pages/1447264258/CMS+Measures) for most recent details Library C# File: SevereObstetricComplicationsFHIR_0_1_000 Method : Risk_Variable_Heart_Rate_Value line 2055 Test Case ID = "6785c9c5-d58e-4e86-9f68-10c83597f8fb" Observation ID = "delivery-date-estimated-124b" Observation Value = "2025-01-31T08:00:00.000+00:00" (TypeName...

Integration Tests

Currently there are two dependency injection strategies: The .net way with the host builder, and the factories way currently in the 2.0 repo (types derived from `CqlFactoryBase`). Only one should...

Enhancement
CqlToElm
ElmToLinq
LinqToC#
Packaging
Runtime

Very early draft. Demonstrates the base interfaces for tuples, some examples what generated tuples would look like TupleA and TupleB, and tests to show how they are can be copied...

Fix for - #586 Better reuse of `TypeConverter` when calling `FhirTypeConverter.Create(..)`. Also, if different LRU cache sizes are specified, they are cached per sized too. The caching for the LRU...

The following types cannot convert to `Hl7.Fhir.Model.Quantity`: - FhirDateTime (Hl7.Fhir.Model namespace?) [Issue 362](https://github.com/FirelyTeam/firely-cql-sdk/issues/362) - Hl7.Fhir.Model.Integer [Issue 373](https://github.com/FirelyTeam/firely-cql-sdk/issues/373) - `Hl7.Cql.Primitives.CqlQuantity` see screenshot in [VONK-7083](https://firely.atlassian.net/browse/VONK-7083) [VONK-7083]: https://firely.atlassian.net/browse/VONK-7083?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

Runtime

* Start with high-level architectural foundation (must have's, etc) e.g. using async? * Think about a consistent way to use these these SDKs * CQL-ELM, * ELM--Resources, * Loading and...

Work for * #575 Updating libraries to only be accessible via the singleton pattern (single static instance property, and private constructor) Introduced a static interface for this called `ISingleton` which...

as a follow-up on * #262 Since your doing this shouldn't we take this opportunity to make this also remove the need for getting parts and building strings? This is...

refactor

Clean up test runner's services and parallelize tasks where possible