Ewout Kramer

Results 141 issues of Ewout Kramer

Create a new `ITerminologyService` implementation that could do a $validate for a ValueSet, even if it does not have the codesystems mentioned in the valueset. This can be done by...

I think by now we have enough experience with our cross-version classes that we introduced in SDK5.x that we can try to move StructureDefinition to Base as well. This will...

breaking change

Java has an IFileAccessor class now that can make sure that you can only access a subdirectory, the whole filesystem or nothing at all. This was a result of a...

ModelInfo has generated lists (like the list of datatypes/resources) that should be more dynamic if we want to add new resources. We should go over ModelInfo and move some of...

breaking change

Currently, the parser is catching errors that would more naturally fit to be caught by the validator, i.e. cadinality errors. Or errors about parsing enums (which are actually terminology errors)....

The `ITypedElement` parsers annotate the deserialized data with `IPositionInfo`, but the newer POCO parsers do not do this yet. For some purposes it would be nice to have this available....

This has been replaced by a separate `[BackboneElement]` attribute and is no longer necessary. @ewoutkramer has a branch for this, which was not yet turned into a PR.

breaking change

The parsers must be able to store unknown properties in the overflow dictionary, or update the POCO through IDictionary. In any case, there should be less logic about the structure...

There will be multiple ways to generate ClassMappings: * By hand/from a source code generator * From a structuredefinition * From the reflection info on the POCOs (current situation). We...

While using our Validator Demo, I tuned the settings so I forced it to use the suggested ontoserver terminology service. (Change..., select ontoserver, unmark try built-in terminology service first). I...