: HubAware - TTL Representation
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 "hub-aware"] ; #
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 hub-aware</b></p><a name=\"hub-aware\"> </a><a name=\"hchub-aware\"> </a><p>URL: [base]/Organization/$hub-aware</p><p>URL: [base]/Organization/[id]/$hub-aware</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 with Hub URLs.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/hub-aware"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.8.1"] ; #
fhir:name [ fhir:v "HubAware"] ; #
fhir:title [ fhir:v "Hub Aware"] ; #
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 "Responds with updated contained Endpoint resources that have addresses based on hub-aware formats (key-version, transaction). This operation supports all search parameters for the Organization resource type."] ; #
fhir:code [ fhir:v "hub-aware"] ; #
fhir:base [
fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/hub-aware"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/ehx/OperationDefinition/hub-aware>
] ; #
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 "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Bundle of organizations with Hub URLs." ] ;
fhir:type [ fhir:v "Bundle" ]
] ) . #