Sequoia Project Healthcare Directory Implementation Guide
1.6.0 - Release 1

: OperationsState - JSON Representation

Active as of 2025-06-11

Raw json | Download

{
  "resourceType" : "SearchParameter",
  "id" : "sp-operations-state",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SearchParameter sp-operations-state</b></p><a name=\"sp-operations-state\"> </a><a name=\"hcsp-operations-state\"> </a><a name=\"sp-operations-state-en-US\"> </a><h2>OperationsState</h2><p>Parameter <code>soo</code>:<code>string</code></p><div><p>The value of the <code>StateOfOperation</code> extension</p>\n</div><table class=\"grid\"><tr><td>Resource</td><td><a href=\"http://hl7.org/fhir/R4/organization.html\">Organization</a></td></tr><tr><td>Expression</td><td><code>Organization.extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/StateOfOperation').value.ofType(Address).state</code></td></tr><tr><td>Multiples</td><td><ul><li>multipleAnd: 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" : "https://sequoiaproject.org/fhir/sphd/SearchParameter/sp-operations-state",
  "version" : "1.6.0",
  "name" : "OperationsState",
  "status" : "active",
  "date" : "2025-06-11T17:51:36-04:00",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "The value of the `StateOfOperation` extension",
  "code" : "soo",
  "base" : [
    "Organization"
  ],
  "type" : "string",
  "expression" : "Organization.extension.where(url='https://sequoiaproject.org/fhir/sphd/StructureDefinition/StateOfOperation').value.ofType(Address).state",
  "multipleOr" : true,
  "multipleAnd" : true
}