Maimoona Kausar
Maimoona Kausar
Fixes #971 #1173 **Description** Implemented the calculated expression extension. The feature also calculated cyclic dependency, and prevents the infinite calls of callback **Type** Choose one: Feature **Checklist** - [x] I...
Fixes part of #1039 | Depends on #1479 **Description** Fhir data capture and catalog supporting basic xfhir-query i.e. https://build.fhir.org/ig/HL7/sdc/expressions.html#fhirquery for [answer expression](https://build.fhir.org/ig/HL7/sdc/StructureDefinition-sdc-questionnaire-answerExpression.html). Implement reference data type Implement choice column support...
**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #1382 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered...
**Describe the Issue** Validation with display only question item crashing as it has no answer QuestionnaireResponseValidator -> line -> validate(questionnaireItem.item, questionnaireResponseItem.answer[0].item, context) ``` java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.get(ArrayList.java:437)...
**Is your feature request related to a problem? Please describe.** [Choice column](https://build.fhir.org/ig/HL7/sdc/StructureDefinition-sdc-questionnaire-choiceColumn.html) is an [extensive feature](https://build.fhir.org/ig/HL7/sdc/examples.html#choiceColumn) which allows to fully customize choice choice widgets including generating a table from data...
Fixes #656 **Description** Clear and concise code change description. **Alternative(s) considered** Have you considered any alternatives? And if so, why have you chosen the approach in this PR? **Type** Choose...
Fixes #1039 **Description** Implement answer expression support and example in datacapture, refereence field type and basic implementation of choice column **Type** Choose one: Feature **Checklist** - [x] I have read...
In CQL below (simplified) I am trying to initialize a FHIR entity i.e. [Dosage](https://github.com/hapifhir/org.hl7.fhir.core/blob/master/org.hl7.fhir.r4/src/main/java/org/hl7/fhir/r4/model/Dosage.java). The CQL does not create Timing and DosageDoseAndRateComponent and crashes with exception logged in the end...
Fixes issue with Fhir Retrieve to - Not skip inactive patients to ensure deceased patients are not omitted unless cql filters it out - Handle Task beneficiary which is not...
Fixes #1579 **Description** Hidden field does not qualify for any validation. Response validation marks hidden field as valid and passes validation irrespective of it value **Alternative(s) considered** The validation skips...