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

Generated Narrative: OperationDefinition geo-export

URL: [base]/Organization/$geo-export

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_lastUpdated0..*instant

Filter on Organization.meta.lastUpdated.

\n
OUTreturn1..1Binary

CSV or XML representation of the directory.

\n
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/geo-export"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.8.1"] ; # fhir:name [ fhir:v "GeoExport"] ; # fhir:title [ fhir:v "Geo Export"] ; # 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 a \"reduced\" representation of organizations that is suitable for mapping. The output format is controlled by the Accept header: for CSV, text/csv, \\*/\\*, or none; for XML, application/xml."] ; # fhir:code [ fhir:v "geo-export"] ; # fhir:base [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/geo-export"^^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 "_lastUpdated" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "Filter on Organization.meta.lastUpdated." ] ; fhir:type [ fhir:v "instant" ] ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "CSV or XML representation of the directory." ] ; fhir:type [ fhir:v "Binary" ] ] ) . # # -------------------------------------------------------------------------------------