Christiaan Knaap

Results 13 issues of Christiaan Knaap

Situation: Validate a resource with an extension whose definition cannot be retrieved in the current context of validation. Current behaviour: the validator will report an error on the missing extension...

enhancement

There are several invalid values used in the resources sent in this test: https://projectcrucible.org/servers/5db2f18e04ebd06380000000 Two of them I have reported separately (#336 and #337), the rest I report here in...

Test link: https://projectcrucible.org/servers/5db2f18e04ebd06380000000#5ecf678804ebd01870000006/resourcetest_clinicalimpression/X030_ClinicalImpression The payload uses 'preparation' as ClinicalImpression.status, which is invalid and therefore refused by Vonk. Allowed values are here: http://hl7.org/fhir/valueset-clinicalimpression-status.html

Test link: https://projectcrucible.org/servers/5db2f18e04ebd06380000000#5ecf678804ebd01870000006/resourcetest_careplan/X010_CarePlan The payload uses value 'Binary' for Careplan.activity.detail, which is refused by Vonk, leading to an incorrect test failure. Valid values are listed here: http://hl7.org/fhir/valueset-care-plan-activity-kind.html

If some user runs a partial test on tests that happen to fail, a server could get a very low score and keep that until someone else runs a complete...

Test XFER0: Create a Patient Record as Transaction contains a Condition as the third entry that fails validation: "Instance failed constraint con-3 "Condition.clinicalStatus SHALL be present if verificationStatus is not...

Test SE21P does a quantity precision test on unit 'mmol'. The search is without system, so UCUM is assumed (as default). However, mmol is not a formal UCUM unit. Therefore...

Test C8T1_1B assumes the profile http://hl7.org/fhir/StructureDefinition/us-core-race to be present to validate against. But at least on Vonk this first has to be posted to the /administration/StructureDefinition endpoint. Or am I...

## Description Optimizations to FHIRPath, child navigation and chid caching ## Related issues none ## Testing Regression test on the existing unit tests ## FirelyTeam Checklist - [x] **Update the...

In some logical models it is possible to have an element with a value attribute that is actually a child - along with other children. Example: TEL in ccda. Excerpt...

enhancement