{
  "resourceType" : "QuestionnaireResponse",
  "id" : "OswestryDisabilityIndexExample4",
  "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>Oswestry Disability Index - April 2026. Score: 24% (Moderate disability).</p></div>"
  },
  "questionnaire" : "http://example.org/fhir/Questionnaire/OswestryDisabilityIndexQuestionnaire",
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/patient-john-doe-01"
  },
  "authored" : "2026-04-15T10:30:00Z",
  "author" : {
    "reference" : "Patient/patient-john-doe-01"
  },
  "item" : [{
    "linkId" : "odi-1",
    "text" : "Pain intensity",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 1
        }],
        "display" : "The pain is very mild at the moment."
      }
    }]
  },
  {
    "linkId" : "odi-2",
    "text" : "Personal care (washing, dressing, etc.)",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 0
        }],
        "display" : "I can look after myself normally without causing extra pain."
      }
    }]
  },
  {
    "linkId" : "odi-3",
    "text" : "Lifting",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 1
        }],
        "display" : "I can lift heavy weights but it gives additional pain."
      }
    }]
  },
  {
    "linkId" : "odi-4",
    "text" : "Walking",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 1
        }],
        "display" : "Pain prevents me from walking more than one mile."
      }
    }]
  },
  {
    "linkId" : "odi-5",
    "text" : "Sitting",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 2
        }],
        "display" : "Pain prevents me from sitting for more than one hour."
      }
    }]
  },
  {
    "linkId" : "odi-6",
    "text" : "Standing",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 1
        }],
        "display" : "I can stand as long as I want but it gives me additional pain."
      }
    }]
  },
  {
    "linkId" : "odi-7",
    "text" : "Sleeping",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 1
        }],
        "display" : "My sleep is occasionally interrupted by pain."
      }
    }]
  },
  {
    "linkId" : "odi-8",
    "text" : "Sex life (if applicable)",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 1
        }],
        "display" : "My sex life is normal but causes some additional pain."
      }
    }]
  },
  {
    "linkId" : "odi-9",
    "text" : "Social life",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 3
        }],
        "display" : "Pain has restricted my social life and I do not go out as often."
      }
    }]
  },
  {
    "linkId" : "odi-10",
    "text" : "Traveling",
    "answer" : [{
      "valueCoding" : {
        "extension" : [{
          "url" : "http://hl7.org/fhir/StructureDefinition/ordinalValue",
          "valueDecimal" : 2
        }],
        "display" : "Pain is bad but I am able to manage trips over two hours."
      }
    }]
  },
  {
    "linkId" : "score",
    "answer" : [{
      "valueDecimal" : 24
    }]
  },
  {
    "linkId" : "severity-category",
    "answer" : [{
      "valueString" : "Moderate disability"
    }]
  }]
}