{
  "resourceType" : "SearchParameter",
  "id" : "Plandefinition-owner-organization",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>OwnerOrganization</h2><p>Parameter <code>owner-organization</code>:<code>reference</code></p><div><p>The referenced owner organization for the PlanDefinition</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/plandefinition.html\">PlanDefinition</a></td></tr><tr><td>Expression</td><td><code>PlanDefinition.extension.where(url = 'http://resmed.com/fhir/core/StructureDefinition/rmd-resource-owner-ext').value</code></td></tr><tr><td>Target Resources</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true</li><li>multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true</li></ul></td></tr></table></div>"
  },
  "url" : "http://resmed.com/fhir/core/SearchParameter/Plandefinition-owner-organization",
  "version" : "0.37.0",
  "name" : "OwnerOrganization",
  "status" : "active",
  "date" : "2024-01-11T18:32:48+00:00",
  "publisher" : "ResMed Corp",
  "contact" : [{
    "name" : "ResMed Corp",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.resmed.com"
    },
    {
      "system" : "email",
      "value" : "atomteam-halifax@resmed.com"
    }]
  }],
  "description" : "The referenced owner organization for the PlanDefinition",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001"
    }]
  }],
  "purpose" : "To return all ResMedPlanDefinition resources for a given owner organization",
  "code" : "owner-organization",
  "base" : ["PlanDefinition"],
  "type" : "reference",
  "expression" : "PlanDefinition.extension.where(url = 'http://resmed.com/fhir/core/StructureDefinition/rmd-resource-owner-ext').value",
  "target" : ["Organization"],
  "multipleOr" : true
}