github.com/midjones/codelab


License
Apache-2.0
Install
go get github.com/midjones/codelab

Documentation

codelab for using Docker, golang, python, and Google Cloud Build for testing CI

See example main.go...

codelab/main.go

Lines 9 to 12 in f80aadb

func main() {
fmt.Println("Welcome. Let's calculate!")
fmt.Println(calc.Add(3, 5))
}

https://github.com/midjones/codelab/blob/master/main.go#L9-L12

Risk Prediction Feature

Feature: Surgery Risk Prediction
    Verify that every time the module will run the surgery risk prediction model,
    it will calculate a surgery risk prediction score

    Scenario:
        Given the "risk prediction" model is present
        When a new patient is created in FHIR store
        Then the patient's risk assessment is provided within 15 seconds
        And risk assessment has a prediction probability of a decimal value