Ward Weistra

Results 14 comments of Ward Weistra

Discussed in #firely-net-sdk from here: https://firelyteam.slack.com/archives/C011XD1TKL0/p1618911374003800 Same occurs when uploading JSON file with 10.10 -> Downloaded file will have 10.1 @ewoutkramer's first comments: > my first suspicion is the json...

Grahame thinks there are unit tests for this in the validator, so perhaps something to see why it wasn't caught by implementing those: https://chat.fhir.org/#narrow/stream/179167-hapi/topic/This.20is.20not.20a.20valid.20FHIR.20ID/near/243510326

Thought reading this: Is this something you prefer to solve specifically for the Resource.id case, or generally for where the `fhir-type` extensions specifies something differing from the actual data type?...

We noticed this in Forge due to Quality Control's bulk validation, which complains on `eld-21` because Forge only puts the corrected constraint.source in the diff, not the other elements of...

@ewoutkramer that seems to recent for the FT issue using SDK 3.7

* Build fails locally on example validation. I doubt that that's related to my changes. * I seem to have changed some whitespace too, according to the GitHub diff. Perhaps...

@brianpos Not a fan of the regular Obligation extension too? Or just Obligation Profile (Obligation Profile Flag extension/Inherit Obligations extension)

Few more conclusions from conversation with @grahamegrieve at WGM: - ImposeProfile will also in Java tooling be implemented in the 'naive' way, where the snapshot will only take constraints from...

Thanks, will investigate our code and see if we can tell more about our implementation or if the error is in Simplifier code.