Matthijs van der Wielen

Results 8 issues of Matthijs van der Wielen

**Is your feature request related to a problem? Please describe.** Currently a link to a ValueSet binding can only be resolved if there is an explicit ValueSet resource with the...

enhancement
Firely Favorite

Our validator only applies the rules (for now) that are specified as constraints in fhirpath. It does not validate rules that are formulated text-only. This causes issues when someone is...

enhancement
[Validator]
Firely Favorite

**Is your feature request related to a problem? Please describe.** When validating against multiple profiles, it is not clear from the validation errors, from which profile they came. **Describe the...

enhancement

On Simplifier some references in the Snapshot are now empty. See for example: https://simplifier.net/nictizstu3-zib2017/nictiz.ihe.mhd.minimal.documentreference In the code this looks like this: ``` ``` Could have to do with the profile...

needs research
to be triaged

Hi, We've encountered a subtle issue where Forge and Simplifier don't seem to play nice together (FHIR STU3). When we add the "11179-permitted-value-conceptmap"-extension to a binding in a profile, but...

awaiting response

**Is your feature request related to a problem? Please describe.** We want to catch a possible authoring error where someone picks a fixed code that is not in the valueset...

enhancement

Executing the examples in https://hl7.org/fhirpath/N1/#subtraction-2, 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 a '+' to the fhirpath](https://simplifier.net/fhirpath?filepath=package/CapabilityStatement-base.json&[email protected]&query=%402019-03-01%20%2B%20-24%20months). _Originally posted by @MatthijsvdWielen in https://github.com/FirelyTeam/firely-net-sdk/issues/2431#issuecomment-1744681689_

In the[ following profile](https://simplifier.net/packages/hl7.fhir.be.core/2.0.1/files/709662/~overview) there are a few issues in the profile itself, but the snapshot generated by Simplifier seems incomplete. The author of this profile has incorrectly set the...