Last active
November 18, 2016 04:42
-
-
Save patrykpoborca/5b9e16b51bba3141e5a1baa2b6c87c6e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"horizonForm" : { | |
"title" : "OASIS #1", | |
"description" : "Form used for evaluating patient.", | |
"pages" : [ | |
[ | |
{ | |
"number" : 1, | |
"mooNumber" : "M112", | |
"hasCheckMark": true, | |
"hasDropDown": false, | |
"isHotLinked": true, | |
"hotlink" : { | |
"isLinked": true, | |
"questionLink": 32 | |
}, | |
"title": "Some title", | |
"body": "This is a medical question, do you have disease X", | |
"options": [ | |
{ | |
"type": "dropDown", | |
"choices": [ | |
"No", | |
"Yes", | |
"Not sure" | |
] | |
}, | |
{ | |
"type": "check", | |
"text": "Check if patient is senior" | |
} | |
] | |
} | |
] | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment