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

Generated Narrative: OperationDefinition aggregate-identifiers

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

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

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 OIDs.

\n
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/aggregate-identifiers"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.8.1"] ; # fhir:name [ fhir:v "AggregateIdentifiers"] ; # fhir:title [ fhir:v "Aggregate Identifiers"] ; # 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 OIDs for one hierarchy (rooted at the requested instance, if called at the instance level) or for all hierarchies (if called at the type level). Here, OID refers to an HCID or AAID that appears either in an organization’s identifiers or in its contained endpoints’ identifiers. Organizations containing no endpoints are ignored except for the purpose of defining hierarchies. Aggregation is applied both “vertically” and “horizontally.” I.e., OIDs are deduplicated to the highest level both within and across hierarchies. Horizontal deduplication (between organizations not related as ancestor/descendant) is considered exceptional and produces a log warning."] ; # fhir:code [ fhir:v "aggregate-identifiers"] ; # fhir:base [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/aggregate-identifiers"^^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 OIDs." ] ; fhir:type [ fhir:v "Bundle" ] ] ) . # # -------------------------------------------------------------------------------------