{
  "resourceType": "SearchParameter",
  "id": "QuestionnaireResponse-based-on",
  "url": "http://hl7.org/fhir/SearchParameter/QuestionnaireResponse-based-on",
  "name": "based-on",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm"
        }
      ]
    }
  ],
  "code": "based-on",
  "base": [
    "QuestionnaireResponse"
  ],
  "type": "reference",
  "description": "Plan/proposal/order fulfilled by this questionnaire response",
  "expression": "QuestionnaireResponse.basedOn",
  "xpath": "f:QuestionnaireResponse/f:basedOn",
  "xpathUsage": "normal",
  "target": [
    "ReferralRequest",
    "CarePlan",
    "ProcedureRequest"
  ]
}