Patrick Delcroix

Results 23 issues of Patrick Delcroix

Thanks for your work so far I'd like to do this call but with the payload encrypted with gzip ``` POST {{host}}/matchbox/fhir/ HTTP/1.1 Content-Type: application/json < C:\Users\xxxxx\Development\DAK-tools\bundle.json ``` I was...

### Description In order to build IG, sushi tool is great, it can takes FHIR profile as input but it will be better if [fhir.resources](https://github.com/nazrulworld/fhir.resources) could print/read FSH instead of...

enhancement

From what I saw it is because the objDate in that function is neither a Date nor a String but an object with asStr (string) as attribute https://github.com/lhncbc/lforms/blob/95f8f70478c18ca581545773344b91a278d4f0fb/src/lib/lforms/lhc-common-utils.js#L104 Proposed approach:...

**Is your feature request related to a problem? Please describe.** with the current docker-compose, the repo need to be clone and maintained in sync when using github link in compose...

I tried the example or CQL TEST from other source on https://cql-runner.dataphoria.org/ but nothing ever appear in the result I configured our cql-ruler server but I got the same result,...

bug

**Is your feature request related to a problem? Please describe.** I need to set validation a bit more complex than max/min on question there is an extension available http://hl7.org/fhir/StructureDefinition/questionnaire-constraint **Describe...

type:enhancement
P2
effort:large

add init to start from env file, this is usefull for duplicating a project for instance to create a dev version remove just rename .env to avoid loosing the db...

[this call to repository search ](https://github.com/cqframework/clinical-reasoning/blob/9790135db0a662cdc42568f0cd2d350e23ed5de2/cqf-fhir-cql/src/main/java/org/opencds/cqf/fhir/cql/engine/terminology/RepositoryTerminologyProvider.java#L160C98-L160C102) gives error when running PD/$apply for smart immunization measles : ``` Parameter specified as non-null is null: method com.google.android.fhir.workflow.testing.IGInputStreamStructureRepository.search, parameter headers ``` this happend...