Skip to content

Commit

Permalink
Merge pull request #124 from kind-lab/protocol_updates
Browse files Browse the repository at this point in the history
Protocol updates
  • Loading branch information
Evan8456 authored Oct 4, 2023
2 parents 96a7f96 + ef883f0 commit e621987
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 134 deletions.
21 changes: 21 additions & 0 deletions input/fsh/instances/EX_QuestionnaireFeedback.fsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Instance: FeedbackQuestionnaire
InstanceOf: VbaiQuestionnaire
Usage: #example
Title: "FeedbackQuestionnaire"
Description: "Questionnaire for providing feedback on the study"
* title = "Feedback Questionnaire"
* date = 2023-08-29
* subjectType = #Patient
* status = #active

* item[0].linkId = "Q1"
* item[=].text = "Please leave any comments you may have on the application."
* item[=].type = #string

* item[0].linkId = "Q2"
* item[=].text = "Please leave any comments you may have on the acoustic recording"
* item[=].type = #string

* item[0].linkId = "Q3"
* item[=].text = "Please leave any comments you may have on the study"
* item[=].type = #string
4 changes: 2 additions & 2 deletions input/includes/link-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,5 @@


[VbaiPlanDefinitionClinicianInputExample]: PlanDefinition-VbaiPlanDefinitionClinicianInputExample.html
[Feedback]: PlanDefinition-VbaiPlanDefinitionFeedbackExample.html
[NeuroConsent]: PlanDefinition-VbaiPlanDefinitionNeuroConsentExample.html
[FeedbackQuestionnaire]: Questionnaire-FeedbackQuestionnaire.html
[NeuroConsent]: PlanDefinition-VbaiPlanDefinitionNeuroConsentExample.html
Loading

0 comments on commit e621987

Please sign in to comment.