eHealthExchange Healthcare Directory Implementation Guide
1.8.1 - Release 1
| Active as of 2025-10-27 |
{
"resourceType" : "OperationDefinition",
"id" : "all",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition all</b></p><a name=\"all\"> </a><a name=\"hcall\"> </a><p>URL: [base]/Organization/$all</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>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>Bundle of organizations representing the cached state of the directory.</p>\n</div></td></tr></table></div>"
},
"url" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/all",
"version" : "1.8.1",
"name" : "All",
"title" : "All",
"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 all organizations from an in-memory cache as a single bundle. This operation provides faster retrieval than a standard search and eliminates the need for paging, but it does so at the expense of currency: data is only up-to-date as of the most recent cache refresh.",
"code" : "all",
"base" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/all",
"resource" : [
"Organization"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "Bundle of organizations representing the cached state of the directory.",
"type" : "Bundle"
}
]
}