PACIO Sample Data Depot
0.1.0 - draft

PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions

: GAD-7 QuestionnaireResponse - February 2026 - JSON Representation

Raw json | Download

{
  "resourceType" : "QuestionnaireResponse",
  "id" : "GAD7Example2",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p>GAD-7 - February 2026. Total score: 5 (Mild anxiety).</p></div>"
  },
  "questionnaire" : "http://example.org/fhir/Questionnaire/GAD7Questionnaire",
  "status" : "completed",
  "subject" : {
    🔗 "reference" : "Patient/patient-john-doe-01"
  },
  "authored" : "2026-02-15T10:30:00Z",
  "author" : {
    🔗 "reference" : "Patient/patient-john-doe-01"
  },
  "item" : [
    {
      "linkId" : "gad7-1",
      "text" : "Feeling nervous, anxious, or on edge",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6569-3",
            "display" : "Several days"
          }
        }
      ]
    },
    {
      "linkId" : "gad7-2",
      "text" : "Not being able to stop or control worrying",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6569-3",
            "display" : "Several days"
          }
        }
      ]
    },
    {
      "linkId" : "gad7-3",
      "text" : "Worrying too much about different things",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6569-3",
            "display" : "Several days"
          }
        }
      ]
    },
    {
      "linkId" : "gad7-4",
      "text" : "Trouble relaxing",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 0
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6568-5",
            "display" : "Not at all"
          }
        }
      ]
    },
    {
      "linkId" : "gad7-5",
      "text" : "Being so restless that it is hard to sit still",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 0
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6568-5",
            "display" : "Not at all"
          }
        }
      ]
    },
    {
      "linkId" : "gad7-6",
      "text" : "Becoming easily annoyed or irritable",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6569-3",
            "display" : "Several days"
          }
        }
      ]
    },
    {
      "linkId" : "gad7-7",
      "text" : "Feeling afraid as if something awful might happen",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 1
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA6569-3",
            "display" : "Several days"
          }
        }
      ]
    },
    {
      "linkId" : "total-score",
      "answer" : [
        {
          "valueDecimal" : 5
        }
      ]
    },
    {
      "linkId" : "severity-category",
      "answer" : [
        {
          "valueString" : "Mild anxiety"
        }
      ]
    }
  ]
}