| Active as of 2025-10-27 |
@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 "search-near"] ; #
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 search-near</b></p><a name=\"search-near\"> </a><a name=\"hcsearch-near\"> </a><p>URL: [base]/Organization/$search-near</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>IN</td><td>address</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Address\">Address</a></td><td/><td><div><p>Addresses around which to search.</p>\n</div></td></tr><tr><td>IN</td><td>radius</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Distance\">Distance</a></td><td/><td><div><p>Threshold radius.</p>\n</div></td></tr><tr><td>IN</td><td>type</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#Coding\">Coding</a></td><td/><td><div><p>Filter on Organization.type.</p>\n</div></td></tr><tr><td>IN</td><td>endpoint:missing</td><td/><td>0..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#boolean\">boolean</a></td><td/><td><div><p>Filter on absence of Organization.endpoint.</p>\n</div></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 within the threshold of one or more addresses.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/search-near"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.8.1"] ; #
fhir:name [ fhir:v "SearchNear"] ; #
fhir:title [ fhir:v "Search Near"] ; #
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 organizations containing locations that are within a specified radius of one or more specified addresses. See the following example, which searches for participants with endpoints that are within ten miles of the White House:\n```json\n {\n \"resourceType\": \"Parameters\",\n \"parameter\": [\n {\n \"name\": \"address\",\n \"valueAddress\": {\n \"line\": [\n \"1600 Pennsylvania Avenue NW\"\n ],\n \"city\": \"Washington\",\n \"state\": \"DC\",\n \"postalCode\": \"20500\"\n }\n },\n {\n \"name\": \"radius\",\n \"valueDistance\": {\n \"value\": 10,\n \"system\": \"http://unitsofmeasure.org\",\n \"code\": \"[mi_i]\"\n }\n },\n {\n \"name\": \"type\",\n \"valueCoding\": {\n \"system\": \"https://sequoiaproject.org/fhir/sphd/CodeSystem/OrganizationType\",\n \"code\": \"Participant\"\n }\n },\n {\n \"name\": \"endpoint:missing\",\n \"valueBoolean\": false\n }\n ]\n }\n```"] ; #
fhir:code [ fhir:v "search-near"] ; #
fhir:base [
fhir:v "https://sequoiaproject.org/fhir/ehx/OperationDefinition/search-near"^^xsd:anyURI ;
fhir:link <https://sequoiaproject.org/fhir/ehx/OperationDefinition/search-near>
] ; #
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 "address" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "Addresses around which to search." ] ;
fhir:type [ fhir:v "Address" ]
] [
fhir:name [ fhir:v "radius" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Threshold radius." ] ;
fhir:type [ fhir:v "Distance" ]
] [
fhir:name [ fhir:v "type" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "Filter on Organization.type." ] ;
fhir:type [ fhir:v "Coding" ]
] [
fhir:name [ fhir:v "endpoint:missing" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 0 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Filter on absence of Organization.endpoint." ] ;
fhir:type [ fhir:v "boolean" ]
] [
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 within the threshold of one or more addresses." ] ;
fhir:type [ fhir:v "Bundle" ]
] ) . #
IG © 2024+ eHealthExchange. Package sequoia.fhir.us.ehx#1.8.1 based on FHIR 4.0.1. Generated 2025-10-27
Links: Table of Contents |
QA Report