dotasek

Results 102 issues of dotasek

Locally run, the wrapper correctly manages timeouts, but on the web server, nginx intervenes, and gives an unexpected message that isn't forwarded to the user. ``` 504 Gateway Time-out 504...

Originally posted in Zulip: I'm submitting a simple Patient resource to validator.fhir.org and getting inconsistent results. The resource is found below. When I first paste this into the Code field,...

If possible, we should make an endpoint compatible with Operation $validate on Resource as defined in the FHIR specification: http://hl7.org/fhir/resource-operation-validate.html

There is no German translation for the new -extensions option: ```json "options_extensions_title" : "Extensions-German", "options_extensions_description" : "Controls how extensions are validated by the validator. Values for option are URLs for...

The following branch creates a fairly straightforward function and attempts to test it via a JS test: https://github.com/hapifhir/org.hl7.fhir.validator-wrapper/tree/do-create-js-tests This fails when building, and will fail when `gradlew test` is called,...

bug

The `-show-times` option prints out to System.out in ValidatorEngine, which prints to the server logs, while the UI shows nothing. This is the only line `-show-times` appears to impact: https://github.com/hapifhir/org.hl7.fhir.core/blob/308ca865e3835fa562a2afa410251fbc5d431685/org.hl7.fhir.validation/src/main/java/org/hl7/fhir/validation/ValidationEngine.java#L581...

bug

NOTE: Before filing a ticket, please see the following URL: https://github.com/hapifhir/hapi-fhir/wiki/Getting-Help **Describe the bug** spring-boot is unable to start with the jetty profile in [jpaserver-starter](https://github.com/hapifhir/hapi-fhir-jpaserver-starter). **To Reproduce** This is taken...

When trying to execute the smoke tests in the HAPI release tracking branch (https://github.com/hapifhir/hapi-fhir-jpaserver-starter/pull/684), the running spring-boot using the jetty profile results in an exception and is unable to start...

This adds a map of ValidationEngine instances to ValidationService. When ValidationService receives a validation request in which the CliContext specifies a baseEngine (a key for the map), the new engine...