clinical-reasoning icon indicating copy to clipboard operation
clinical-reasoning copied to clipboard

CQF Clinical Reasoning on FHIR for Java

Results 70 clinical-reasoning issues
Sort by recently updated
recently updated
newest added

Given the following library: ```cql library Queries using QICore version '4.1.1' include FHIRHelpers version '4.1.000' parameter "Measurement Period" Interval default Interval[@2023-01-01T00:00:00.0Z, @2023-12-31T23:59:59.999Z] context Patient define "Blood Pressure Observations": ["Observation Blood...

I'm using the attached ActivityDefinition/IMMZ.DT.01.BCG.01.json with PlanDefinition/IMMZ.DT.01.BCG.json. When I access $apply on the PlanDefinition the ImmunizationRecommendation resource is blank. [IMMZ.DT.01.BCG.01.txt](https://github.com/cqframework/clinical-reasoning/files/11020605/IMMZ.DT.01.BCG.01.txt) [IMMZ.DT.01.BCG.txt](https://github.com/cqframework/clinical-reasoning/files/11020606/IMMZ.DT.01.BCG.txt) This is the output from the latest cqf-ruler docker...

There are a number of extensions defined in various IGs for PlanDefinition $apply. We need to go through and determine which extensions we should support for our $apply, and design...

enhancement

Trying to run ANC content, getting an error attempting to translate the loaded libraries: [See the issue report](https://chat.fhir.org/#narrow/stream/310477-who-smart-guidelines/topic/Using.20.24apply.20on.20smart.20PlanDefinition)

bug