eHealthExchange Healthcare Directory Implementation Guide
1.8.1 - Release 1

: StatusSnapshot - JSON Representation

Active as of 2025-10-27

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "status-snapshot",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition status-snapshot</b></p><a name=\"status-snapshot\"> </a><a name=\"hcstatus-snapshot\"> </a><p>URL: [base]/Organization/$status-snapshot</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>deleted</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>Filter on current deletion status.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/list.html\">List</a></td><td/><td><div><p>List of current deletion statuses for each organization.</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/status-snapshot",
  "version" : "1.8.1",
  "name" : "StatusSnapshot",
  "title" : "Status Snapshot",
  "status" : "active",
  "kind" : "operation",
  "date" : "2025-10-27T13:14:09-04:00",
  "publisher" : "eHealthExchange",
  "contact" : [
    {
      "name" : "eHealthExchange",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ehealthexchange.org/"
        }
      ]
    }
  ],
  "description" : "Returns the current logical deletion status for all organizations, optionally filtered to a specified deletion status.",
  "code" : "status-snapshot",
  "base" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/status-snapshot",
  "resource" : [
    "Organization"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "deleted",
      "use" : "in",
      "min" : 0,
      "max" : "1",
      "documentation" : "Filter on current deletion status.",
      "type" : "boolean"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "List of current deletion statuses for each organization.",
      "type" : "List"
    }
  ]
}