eHealthExchange Healthcare Directory Implementation Guide
1.8.1 - Release 1

: All - TTL Representation

Active as of 2025-10-27

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "all"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/all"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.8.1"] ; # 
  fhir:name [ fhir:v "All"] ; # 
  fhir:title [ fhir:v "All"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:date [ fhir:v "2025-10-27T13:14:09-04:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealthExchange"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "eHealthExchange" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://ehealthexchange.org/" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:code [ fhir:v "all"] ; # 
  fhir:base [
fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/all"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/ehx/OperationDefinition/all>
  ] ; # 
  fhir:resource ( [ fhir:v "Organization"] ) ; # 
  fhir:system [ fhir:v false] ; # 
  fhir:type [ fhir:v true] ; # 
  fhir:instance [ fhir:v false] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Bundle of organizations representing the cached state of the directory." ] ;
fhir:type [ fhir:v "Bundle" ]
  ] ) . #