Skip to content

Instantly share code, notes, and snippets.

@IOPS-DEV
Last active July 30, 2019 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IOPS-DEV/45a290a8ac920d031c6465230b834542 to your computer and use it in GitHub Desktop.
Save IOPS-DEV/45a290a8ac920d031c6465230b834542 to your computer and use it in GitHub Desktop.
{
"resourceType": "Questionnaire",
"id": "43",
"status": "active",
"item": [
{
"linkId": "42",
"text": "Over the past 2 weeks, how often have you been bothered by any of the following problems?",
"type": "group",
"item": [
{
"linkId": "43",
"text": "Feeling down, depressed, or hopeless",
"type": "choice",
"required": true,
"option": [
{
"valueCoding": {
"code": "1",
"display": "Not at all"
}
},
{
"valueCoding": {
"code": "2",
"display": "Several days"
}
},
{
"valueCoding": {
"code": "3",
"display": "More than half the days"
}
},
{
"valueCoding": {
"code": "4",
"display": "Nearly every day"
}
}
]
},
{
"linkId": "44",
"text": "Little interest or pleasure in doing things",
"type": "choice",
"required": true,
"option": [
{
"valueCoding": {
"code": "1",
"display": "Not at all"
}
},
{
"valueCoding": {
"code": "2",
"display": "Several days"
}
},
{
"valueCoding": {
"code": "3",
"display": "More than half the days"
}
},
{
"valueCoding": {
"code": "4",
"display": "Nearly every day"
}
}
]
},
{
"extension": [
{
"url": "https://www.hl7.org/fhir/extension-questionnaire-displaycategory",
"valueCoding": {
"system": "https://www.hl7.org/fhir/extension-questionnaire-displaycategory",
"code": "context",
"display": "42"
}
}
],
"linkId": "42",
"text": "The text provides guidance on how the information should be or will be handled for a specific question",
"type": "display"
},
{
"extension": [
{
"url": "https://www.hl7.org/fhir/extension-questionnaire-displaycategory",
"valueCoding": {
"system": "https://www.hl7.org/fhir/extension-questionnaire-displaycategory",
"code": "context",
"display": "43"
}
}
],
"linkId": "43",
"text": "The text provides guidance on how the information should be or will be handled for a specific question",
"type": "display"
},
{
"extension": [
{
"url": "https://www.hl7.org/fhir/extension-questionnaire-displaycategory",
"valueCoding": {
"system": "https://www.hl7.org/fhir/extension-questionnaire-displaycategory",
"code": "context",
"display": "1"
}
}
],
"linkId": "43",
"text": "The text provides guidance on how the information should be or will be handled for a specific answer",
"type": "display"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment