eHealthExchange Healthcare Directory Implementation Guide
1.8.1 - Release 1
| Active as of 2025-10-27 |
{
"resourceType" : "OperationDefinition",
"id" : "status-changes",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition status-changes</b></p><a name=\"status-changes\"> </a><a name=\"hcstatus-changes\"> </a><p>URL: [base]/Organization/$status-changes</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>start</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#dateTime\">dateTime</a></td><td/><td><div><p>Time after which changes will be reported.</p>\n</div></td></tr><tr><td>IN</td><td>end</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#dateTime\">dateTime</a></td><td/><td><div><p>Time before which changes will be reported.</p>\n</div></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 changes to deletion status that occurred in the specified time range.</p>\n</div></td></tr></table></div>"
},
"url" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/status-changes",
"version" : "1.8.1",
"name" : "StatusChanges",
"title" : "Status Changes",
"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 most recent change to logical deletion status for all organizations, optionally filtered to a specified date range and current deletion status.",
"code" : "status-changes",
"base" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/status-changes",
"resource" : [
"Organization"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "start",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Time after which changes will be reported.",
"type" : "dateTime"
},
{
"name" : "end",
"use" : "in",
"min" : 0,
"max" : "1",
"documentation" : "Time before which changes will be reported.",
"type" : "dateTime"
},
{
"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 changes to deletion status that occurred in the specified time range.",
"type" : "List"
}
]
}