Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Last active November 18, 2016 04:42
Show Gist options
  • Save patrykpoborca/5b9e16b51bba3141e5a1baa2b6c87c6e to your computer and use it in GitHub Desktop.
Save patrykpoborca/5b9e16b51bba3141e5a1baa2b6c87c6e to your computer and use it in GitHub Desktop.
{
"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