{
  "resourceType": "SearchParameter",
  "id": "careplan-activity-outcomereference",
  "url": "http://nictiz.nl/fhir/SearchParameter/careplan-activity-outcomereference",
  "version": "1.0.1",
  "name": "careplan-activity-outcomereference",
  "status": "active",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "email",
          "value": "info@nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "purpose": "To search on an outcome resource, referenced from a CarePlan.activity.outcomeReference. Main purpose is to use this search parameter for including outcome related resources in the result for a search on CarePlan.",
  "code": "activity-outcomereference",
  "base": [
    "CarePlan"
  ],
  "type": "reference",
  "description": "To allow a search (_include) on resources that are used to describe outcomes of CarePlan activities.",
  "expression": "CarePlan.activity.outcomeReference"
}