c-schuler

Results 13 issues of c-schuler

In PR #751, the following errors were reported by Travis CI: ``` Gradle suite > Gradle test > org.cqframework.fhir.npm.NpmPackageManagerTests > TestModelInfoProvider FAILED 275 org.cqframework.fhir.npm.NpmPackageManagerException at NpmPackageManagerTests.java:77 276 Caused by: java.lang.NullPointerException...

bug

Although not required by the specification, a UCUM service that enables unit validation, conversion, comparison, and arithmetic would greatly enhance the engine's ability to do complex unit-based (Quantity) arithmetic. Integrate...

enhancement

Feature request for validation through terminology service when creating CodeRefs. Optimize this feature through the use of a hash table.

enhancement

According to the Cds Hooks specification: > It is the CDS Service's responsibility to check prefetched data against its template to determine what requests were satisfied (if any) and to...

enhancement
cds-hooks

For patient-specific hooks, we should inform the caller if they provided a prefetch without a Patient resource. If not, it likely will result in unexpected outcomes/recommendations to be returned without...

enhancement
cds-hooks

Although not required by the specification, a UCUM service that enables unit validation, conversion, comparison, and arithmetic would greatly enhance the engine's ability to do complex unit-based (Quantity) arithmetic. Integrate...

enhancement

As the publisher processes the bundles specified in the ig, it creates html pages for each resource. If the same resource is present in more than one of the bundles,...

Publisher is not recognizing the US Core extensions. I believe this stems from invalid official urls in the US Core ig. Removed from all Practitioner resources within "load" bundles: ```...

The issue is with the publisher referenced [here](http://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=13629). Add the following element back into the MedicationRequest resources within the "load" bundles when fixed: ``` "requester": { "agent": { "reference": "Practitioner/Practitioner-12208",...