@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "all"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "Generated Narrative: OperationDefinition all URL: [base]/Organization/$allParametersUseNameScopeCardinalityTypeBindingDocumentationOUTreturn1..1BundleBundle of organizations representing the cached state of the directory.\n"^^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 ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------
Generated Narrative: OperationDefinition all
URL: [base]/Organization/$all
Bundle of organizations representing the cached state of the directory.