Dylan Hall

Results 29 issues of Dylan Hall

Adds support for US Core 3.1.1 and 6.1.0 and makes 6.1.0 the new default. (My understanding is that since 5 is no longer relevant for certification in the US, nobody...

Partner PR to https://github.com/synthetichealth/synthea/pull/1403 This adds a new type of module to the loading screen - templates. Templates are intended to help module authors create new modules quickly. In order...

Addresses #288 -- allows using more than 2 conditions in And/Or/At Least/At Most type conditions. It will also allow you to remove some but there's no reason to do that...

Fixes the issue in #323 where removing an Observation will leave a null in the list. The short version of the root cause here is that there is some magic...

When you open a module from a github branch, and click View Submodule, it tries to open the submodule by URL in a new window, which fails when the referenced...

The `reason` dropdown on MedicationOrder and Procedure states doesn't work correctly when there is no ConditionOnset state in the module. (consider a submodule where the parent module diagnoses the condition)...

Currently the "grouped" logical conditions have fixed numbers of sub-conditions: And & Or have 2, At Least & At Most have 3. These should allow an arbitrary # of sub-conditions,...

Now that we have the ability to pull modules from GitHub, the next feature we'll want is to be able to push updated modules directly to GitHub. This will require...

enhancement
low priority
difficult

The help tooltips, accessed by using the (?) button in the top-right corner, offer a brief description of certain features in the app. These should be expanded to offer more...

Currently when a state has no remarks, it displays "Enter value" which isn't clear what that represents. (Note that "Enter value" also displays for any blank lines in the remarks)....