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

: PROMIS Pain Interference CAT QuestionnaireResponse - May 2026 - JSON Representation

Raw json | Download

{
  "resourceType" : "QuestionnaireResponse",
  "id" : "PROMISPainInterferenceCATExample5",
  "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>PROMIS Pain Interference (CAT) - May 2026. T-score: 63.3.</p></div>"
  },
  "questionnaire" : "http://example.org/fhir/Questionnaire/PROMISPainInterferenceCATQuestionnaire",
  "status" : "completed",
  "subject" : {
    🔗 "reference" : "Patient/patient-john-doe-01"
  },
  "authored" : "2026-05-15T10:30:00Z",
  "author" : {
    🔗 "reference" : "Patient/patient-john-doe-01"
  },
  "item" : [
    {
      "linkId" : "pi-cat-1",
      "text" : "In the past 7 days: How much did pain interfere with your day to day activities?",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 3
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA13909-9",
            "display" : "Somewhat"
          }
        }
      ]
    },
    {
      "linkId" : "pi-cat-2",
      "text" : "In the past 7 days: How much did pain interfere with your ability to participate in social activities?",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 4
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA13902-4",
            "display" : "Quite a bit"
          }
        }
      ]
    },
    {
      "linkId" : "pi-cat-3",
      "text" : "In the past 7 days: How much did pain interfere with your enjoyment of social activities?",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 4
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA13902-4",
            "display" : "Quite a bit"
          }
        }
      ]
    },
    {
      "linkId" : "pi-cat-4",
      "text" : "In the past 7 days: How much did pain interfere with work around the home?",
      "answer" : [
        {
          "valueCoding" : {
            "extension" : [
              {
                "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal" : 4
              }
            ],
            "system" : "http://loinc.org",
            "code" : "LA13902-4",
            "display" : "Quite a bit"
          }
        }
      ]
    },
    {
      "linkId" : "tscore",
      "answer" : [
        {
          "valueDecimal" : 63.3
        }
      ]
    }
  ]
}