Quentin Ligier

Results 23 comments of Quentin Ligier

If that's not possible, we could also implement `mhd4-iti67` (and others).

I found the culprit. It wasn't the schema complexity but the following import in the schema: ```xml ``` It was most probably hitting the HTTP request timeout, thus the constant...

It does not seem to be useful, the definitions are self-contained or come from the `http://www.w3.org/2001/XMLSchema` namespace, so I don't think we've a good reason to reintroduce it as a...

Yes, it would be nice to start the eHealthConnector refactoring based on IPF 4.1 I've updated the only part of the code that I wanted to change but there's no...

> **Query language binding for XPath 2** states: > > The let element should not be used. Oh, so variables substitution as it's implemented should only work with simpler XPath...

Hi, I've been playing with that and have implemented a [PoC](https://github.com/qligier/Schematronix) inspired by the pure version to validate Schematron files, using Saxon as XQuery processor and avoiding all XSLT transformations....

There is an issue with Travis CI and PHP 5.3, all unit tests are passed and the build is successful in PHP 5.4 to PHP 7

Same problem here, the custom field doesn't exist and if we create it, the issue is created without filling the field.

For info, HAPI FHIR has completed the migration to Jakarta: > HAPI FHIR 6.11.5-SNAPSHOT and later are using the new Jakarta APIs. This will be released as HAPI FHIR 7.0.0...

The receiver OID is not mapped in `PdqSearchQuery`, this has probably never been tested.