Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-populates the GAD7, from NLM w/ status='active' (and other refinement) #2

Merged
merged 7 commits into from
Oct 5, 2022
134 changes: 14 additions & 120 deletions GAD-7.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
{
"status": "draft",
"id": "CIRG_GAD7",
"code": [
{
"code": "69737-5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcjustin does the code here uniquely identifies this questionnaire?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@achen2401 it does uniquely identify it at LOINC. but I don't think we'll use it as a canonical reference. LOINC won't have all of our questionnaires, and their codes can be hard to identify. Also, I like our existing pattern of referring to questionnaires by strings which are more recognizable (eg "epic26", "mini-cog").

"system": "http://loinc.org"
"display": "Generalized anxiety disorder 7 item (GAD-7)"
}
],
"title": "Generalized anxiety disorder 7 item (GAD-7)",
"resourceType": "Questionnaire",
"status": "active",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire|2.7"
],
"tag": [
{
"code": "lformsVersion: 29.2.1"
"code": "lformsVersion: 32.0.0"
}
]
},
Expand All @@ -18,25 +26,9 @@
"code": [
{
"code": "69725-0",
"display": "Feeling nervous, anxious or on edge",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
Comment on lines -25 to -39
Copy link
Member Author

@mcjustin mcjustin Sep 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed that https://github.com/asbi-cds-tools/questionnaire-to-survey doesn't use this - it only reads item.type . fyi @achen2401

Edit: that was a bit of a distraction... the phq9 at https://github.com/uwcirg/asbi-screening-app/tree/master/src/fhir also includes drop-down, likely because we got it from NLM too. I don't see drop-down in other questionnaires that the screener was developed with (same directory)

"required": false,
"linkId": "/69725-0",
"text": "Feeling nervous, anxious or on edge",
Expand Down Expand Up @@ -112,25 +104,9 @@
"code": [
{
"code": "68509-9",
"display": "Over the past 2 weeks have you not been able to stop or control worrying",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"required": false,
"linkId": "/68509-9",
"text": "Over the past 2 weeks have you not been able to stop or control worrying",
Expand Down Expand Up @@ -206,25 +182,9 @@
"code": [
{
"code": "69733-4",
"display": "Worrying too much about different things",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"required": false,
"linkId": "/69733-4",
"text": "Worrying too much about different things",
Expand Down Expand Up @@ -300,25 +260,9 @@
"code": [
{
"code": "69734-2",
"display": "Trouble relaxing",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"required": false,
"linkId": "/69734-2",
"text": "Trouble relaxing",
Expand Down Expand Up @@ -394,25 +338,9 @@
"code": [
{
"code": "69735-9",
"display": "Being so restless that it is hard to sit still",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"required": false,
"linkId": "/69735-9",
"text": "Being so restless that it is hard to sit still",
Expand Down Expand Up @@ -488,25 +416,9 @@
"code": [
{
"code": "69689-8",
"display": "Becoming easily annoyed or irritable.",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"required": false,
"linkId": "/69689-8",
"text": "Becoming easily annoyed or irritable.",
Expand Down Expand Up @@ -582,25 +494,9 @@
"code": [
{
"code": "69736-7",
"display": "Feeling afraid as if something awful might happen",
"system": "http://loinc.org"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-itemControl",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/questionnaire-item-control",
"code": "drop-down",
"display": "Drop down"
}
],
"text": "Drop down"
}
}
],
"required": false,
"linkId": "/69736-7",
"text": "Feeling afraid as if something awful might happen",
Expand Down Expand Up @@ -676,15 +572,16 @@
"code": [
{
"code": "70274-6",
"display": "Generalized anxiety disorder 7 item total score",
"system": "http://loinc.org"
"display": "Generalized anxiety disorder 7 item total score"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
"valueCoding": {
"display": "{score}"
"code": "{score}",
"display": "{score}",
"system": "http://unitsofmeasure.org"
}
}
],
Expand All @@ -694,6 +591,3 @@
}
]
}