Skip to content

Commit

Permalink
Merge pull request #145 from kind-lab/deploy_evan
Browse files Browse the repository at this point in the history
adding conditional to deploy on pr merge
  • Loading branch information
Evan8456 authored Mar 26, 2024
2 parents bf215af + 3e62907 commit 98cbc45
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
types: [closed]
jobs:
deploy:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

strategy:
fail-fast: false
steps:
Expand Down
26 changes: 25 additions & 1 deletion input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@

### Version 2.0.0
Version 2.0.0 updated IG based on what is stored on redcap. It removes all the old FHIR instances and replaces them with the newly generated ones. It also updated the documentation of protocols and guidance to reflect the new changes.

### Version 1.5.1
Version 1.5.1 updated version number and bug fixes

### Version 1.5
Version 1.5 updated the protocols to use mostly questionnaires instead of Plandefinitions and fixed broken links to protocols

### Version 1.4
Version 1.4 added the feedback questionnaire and updated protocol guide for better navigation

### Version 1.3
Version 1.3 Updated the respiratory protocol, added a new protocol guide that allows edits, and added new code systems for validated questionnaires


### Version 1.2
Version 1.2 updated IG to better reflect each protocol and added a markdown section to allow users to edit the protocol directly


### Version 1.1
Version 1.1 adds new questionnaires such as MoCA, Stroop etc.

### Version 1.0
Version 1.0 is the first version of the VBAI Implementation Guide
Version 1.0 is the first version of the VBAI Implementation Guide. Contains initial draft of various questionnaires and protocols
4 changes: 2 additions & 2 deletions input/pagecontent/guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A set of FHIR profiles and resources were created to support standardization of

#### Overarching structure

In FHIR, the canonical [PlanDefinition](http://hl7.org/fhir/R4/plandefinition.html) resource can be used to structure protocols. At its core, a PlanDefinition is a pre-defined group of actions to be taken in particular circumstances. In our case, these actions are the data collection steps undertaken as a part of the data collection process.
In FHIR, we will be using [Questionnaires](http://hl7.org/fhir/R4/questionnaire.html) to define the overarching protocols.

To provide consistency across the protocols, the base PlanDefinition resource was extended to create [VbaiCohortProtocol]. Each individual disease group follows the same protocol with exactly 12 steps:
To provide consistency across the protocols, each individual disease group follows the same protocol with exactly 12 steps:

1. Eligibility
2. Consent/Assent
Expand Down
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ canonical: https://voicecollab.ai/fhir
name: VoiceaBiomarkerforAI
description: Implementation Guide for Voice Biomarker for AI FHIR Profiles
status: draft # draft | active | retired | unknown
version: 2.0.0 #1.0.0 #0.1.0
version: 2.0.1 #1.0.0 #0.1.0
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
copyrightYear: 2022+
releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
Expand Down

0 comments on commit 98cbc45

Please sign in to comment.