@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "aggregate-states"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: OperationDefinition aggregate-states

URL: [base]/Organization/$aggregate-states

URL: [base]/Organization/[id]/$aggregate-states

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_lastUpdated0..*instant

Post-aggregation filter on Organization.meta.lastUpdated.

\n
INactive0..*string
(token)

Post-aggregation filter on Organization.active.

\n
INtype0..*string
(token)

Post-aggregation filter on Organization.type.

\n
OUTreturn1..1Bundle

Bundle of organizations with aggregated states.

\n
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/aggregate-states"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.8.1"] ; # fhir:name [ fhir:v "AggregateStates"] ; # fhir:title [ fhir:v "Aggregate States"] ; # 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 "Aggregates state-of-operation (SOO) extensions for one hierarchy (rooted at the requested instance, if called at the instance level) or for all hierarchies (if called at the type level). Each organization’s SOOs are duplicated to each of its ancestors (if not already present)."] ; # fhir:code [ fhir:v "aggregate-states"] ; # fhir:base [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/aggregate-states"^^xsd:anyURI ; fhir:link ] ; # fhir:resource ( [ fhir:v "Organization"] ) ; # fhir:system [ fhir:v false] ; # fhir:type [ fhir:v true] ; # fhir:instance [ fhir:v true] ; # fhir:parameter ( [ fhir:name [ fhir:v "_lastUpdated" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "Post-aggregation filter on Organization.meta.lastUpdated." ] ; fhir:type [ fhir:v "instant" ] ] [ fhir:name [ fhir:v "active" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "Post-aggregation filter on Organization.active." ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "token" ] ] [ fhir:name [ fhir:v "type" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "Post-aggregation filter on Organization.type." ] ; fhir:type [ fhir:v "string" ] ; fhir:searchType [ fhir:v "token" ] ] [ 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 with aggregated states." ] ; fhir:type [ fhir:v "Bundle" ] ] ) . # # -------------------------------------------------------------------------------------