-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from RADAR-base/test-nhs
Add NHS ID test protocol
- Loading branch information
Showing
1 changed file
with
170 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,170 @@ | ||
{ | ||
"version": "1.4.2", | ||
"schemaVersion": "0.0.2", | ||
"name": "RADAR STAGING Project", | ||
"healthIssues": ["depression"], | ||
"protocols": [ | ||
{ | ||
"name": "BHF Study Consent", | ||
"showIntroduction": false, | ||
"showInCalendar": true, | ||
"order": 2, | ||
"questionnaire": { | ||
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions/nhs-id-consent/questionnaires/", | ||
"name": "bhf_study_consent", | ||
"avsc": "questionnaire" | ||
}, | ||
"startText": { | ||
"en": "", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"endText": { | ||
"en": "", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"warn": { | ||
"en": "Requires a quiet space.", | ||
"it": "Richiede uno spazio tranquillo.", | ||
"nl": "Vereist een rustige ruimte.", | ||
"da": "Kræver et stille rum.", | ||
"de": "Benötigt einen ruhigen Platz.", | ||
"es": "Requiere un espacio tranquilo." | ||
}, | ||
"estimatedCompletionTime": 1, | ||
"protocol": { | ||
"repeatProtocol": { | ||
"unit": "day", | ||
"amount": 1 | ||
}, | ||
"repeatQuestionnaire": { | ||
"unit": "min", | ||
"unitsFromZero": [480] | ||
}, | ||
"reminders": { | ||
"unit": "day", | ||
"amount": 0, | ||
"repeat": 0 | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "NHS ID Consent", | ||
"showIntroduction": false, | ||
"showInCalendar": true, | ||
"order": 1, | ||
"questionnaire": { | ||
"repository": "https://raw.githubusercontent.com/RADAR-CNS/RADAR-REDCap-aRMT-Definitions/nhs-id-consent/questionnaires/", | ||
"name": "nhs_id_consent", | ||
"avsc": "questionnaire" | ||
}, | ||
"startText": { | ||
"en": "This questionnaire is known as the PHQ8. Clinicians use it to assess current depression in patients. Please note that none of your answers will be collected today. Thank you for taking part in this focus group.", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"endText": { | ||
"en": "Thank you for taking the time today.", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"warn": { | ||
"en": "", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"estimatedCompletionTime": 2, | ||
"protocol": { | ||
"repeatProtocol": { | ||
"unit": "day", | ||
"amount": 4 | ||
}, | ||
"repeatQuestionnaire": { | ||
"unit": "min", | ||
"unitsFromZero": [510] | ||
}, | ||
"reminders": { | ||
"unit": "day", | ||
"amount": 4, | ||
"repeat": 1 | ||
}, | ||
"completionWindow": { | ||
"unit": "day", | ||
"amount": 3 | ||
} | ||
} | ||
}, | ||
{ | ||
"name": "NHS ID", | ||
"showIntroduction": false, | ||
"showInCalendar": true, | ||
"order": 1, | ||
"questionnaire": { | ||
"repository": "https://raw.githubusercontent.com/RADAR-base/RADAR-REDCap-aRMT-Definitions-Private/nhs-id-consent/questionnaires/", | ||
"name": "nhs_id", | ||
"avsc": "questionnaire" | ||
}, | ||
"startText": { | ||
"en": "", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"endText": { | ||
"en": "Thank you for taking the time today.", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"warn": { | ||
"en": "", | ||
"it": "", | ||
"nl": "", | ||
"da": "", | ||
"de": "", | ||
"es": "" | ||
}, | ||
"estimatedCompletionTime": 2, | ||
"protocol": { | ||
"repeatProtocol": { | ||
"unit": "day", | ||
"amount": 4 | ||
}, | ||
"repeatQuestionnaire": { | ||
"unit": "min", | ||
"unitsFromZero": [540] | ||
}, | ||
"reminders": { | ||
"unit": "day", | ||
"amount": 4, | ||
"repeat": 1 | ||
}, | ||
"completionWindow": { | ||
"unit": "day", | ||
"amount": 3 | ||
} | ||
} | ||
} | ||
] | ||
} | ||
|