Ewout Kramer
Ewout Kramer
(see https://github.com/FirelyTeam/firely-net-sdk/issues/2431#issuecomment-1744681689) I would like to add to this that executing the examples in https://hl7.org/fhirpath/N1/#subtraction-2, also provides an error in the [FHIRPath playground](https://simplifier.net/fhirpath?filepath=package/CapabilityStatement-base.json&[email protected]&query=%402019-03-01%20-%2024%20months). This can be worked around by [adding...
### Discussed in https://github.com/FirelyTeam/firely-net-sdk/discussions/2579 Originally posted by **Sneedd** September 1, 2023 Help! Been stuck a while now. Tried different approaches to make it work, but so far nothing worked. Basically...
HL7 introduced a Terminology Registry (https://github.com/FHIR/ig-registry/blob/master/tx-registry-doco.md), which holds a list of terminology servers and can be used to determine which terminology server to reach out to for which valuesets. This...
### Discussed in https://github.com/FirelyTeam/firely-net-sdk/discussions/2217 Originally posted by **timammons** August 30, 2022 I am trying to patch a patient in the following way, but getting an error **body: must be a...
To my surprise, I could not find documentation about `IResourceResolver` and the implementations shipping with the SDK. Maybe double check it really is not there and then write that section....
The SDC IG defines capabilities to populate Questionnaires using CQL. Although powerful, it is also possible to use FhirPath + additional extensions to achieve much of the same goals. FhirPath...
At this moment, it is possible to add constants to the SymbolTable so you can supply your own external values (just like functions) and refer to them from FhirPath. However,...
Although we don't do binary compatibility between our releases, it might still be useful to implement https://learn.microsoft.com/en-us/dotnet/fundamentals/package-validation/overview and double check we didn't introduce any incompatible change we did not intent...
**Is your feature request related to a problem? Please describe.** The CQL date types as currently defined diverge from the (latest?) specification of CQL: * There is no timezone on...
`FhirDatetime.ToDateTimeOffset()` will throw an exception when the underlying Value is null. `Date.ToDateTimeOffset()` will however return null in this case. Since these functions are named the same and have the same...