Paul Denning

Results 6 issues of Paul Denning

https://github.com/cqframework/clinical_quality_language/issues/345 requested adding the version, but apparently the implementation only adds the major.minor version, such as` translatorVersion="1.5"` Request adding the patch digit, e.g., ` translatorVersion="1.5.8`" where "8" is the patch...

bug

https://github.com/cqframework/clinical_quality_language/wiki/FHIRModelInfo The page should note that the modelinfo for 4.0.1 has 80 resources that DO NOT have a primaryCodePath. [resources-without-primaryCodePath.txt](https://github.com/cqframework/clinical_quality_language/files/5710413/resources-without-primaryCodePath.txt) The heading says "Retrievable Types (R4)"; this implies that these...

enhancement
help wanted

https://github.com/DBCG/connectathon/blob/master/fhir401/input/pagecontent/cql/MATGlobalCommonFunctions-5.0.000.cql#L224 does not check that Encounter.diagnosis.use is 'billing' http://hl7.org/fhir/us/qicore/STU4/StructureDefinition-qicore-encounter-definitions.html#Encounter.diagnosis.use It also does not match pattern at http://hl7.org/fhir/us/qicore/STU4/patterns.html#322-inpatient-encounter-with-principal-diagnosis (which is wrong, should be D.use instead of D.role)

Several Links point to http://build.fhir.org/ig/dvci/vaccine-credential-ig/branches/main/ That link is to an older version of the IG. This IG was moved to HL7 github space. Update the links to point to http://vci.org/ig/vaccination-and-testing...

**Is your feature request related to a problem? Please describe.** The [Main.java](https://github.com/cqframework/cqf-tooling/blob/master/src/main/java/org/opencds/cqf/tooling/Main.java) does not have complete documentation of the various command line options, such as -RefreshIG. **Describe the solution you'd...