{
  "resourceType" : "QuestionnaireResponse",
  "id" : "PROMISNRSExample",
  "meta" : {
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p>PROMIS Pain Intensity NRS QuestionnaireResponse for John Doe. Average pain (0-10): 6.</p></div>"
  },
  "questionnaire" : "http://example.org/Questionnaire/PROMISNRSQuestionnaire",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/PatientExample"
  },
  "authored" : "2026-01-15T10:30:00Z",
  "author" : {
    "reference" : "Patient/PatientExample"
  },
  "item" : [{
    "linkId" : "nrs-1",
    "text" : "In the past 7 days, how would you rate your pain on average? (0-10)",
    "answer" : [{
      "valueInteger" : 6
    }]
  }]
}