eHealthExchange Healthcare Directory Implementation Guide
1.8.1 - Release 1

: GeoExport - JSON Representation

Active as of 2025-10-27

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "geo-export",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition geo-export</b></p><a name=\"geo-export\"> </a><a name=\"hcgeo-export\"> </a><p>URL: [base]/Organization/$geo-export</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>_lastUpdated</td><td/><td>0..*</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#instant\">instant</a></td><td/><td><div><p>Filter on Organization.meta.lastUpdated.</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/binary.html\">Binary</a></td><td/><td><div><p>CSV or XML representation of the directory.</p>\n</div></td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/geo-export",
  "version" : "1.8.1",
  "name" : "GeoExport",
  "title" : "Geo Export",
  "status" : "active",
  "kind" : "operation",
  "date" : "2025-10-27T13:14:09-04:00",
  "publisher" : "eHealthExchange",
  "contact" : [
    {
      "name" : "eHealthExchange",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ehealthexchange.org/"
        }
      ]
    }
  ],
  "description" : "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.",
  "code" : "geo-export",
  "base" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/geo-export",
  "resource" : [
    "Organization"
  ],
  "system" : false,
  "type" : true,
  "instance" : false,
  "parameter" : [
    {
      "name" : "_lastUpdated",
      "use" : "in",
      "min" : 0,
      "max" : "*",
      "documentation" : "Filter on Organization.meta.lastUpdated.",
      "type" : "instant"
    },
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "CSV or XML representation of the directory.",
      "type" : "Binary"
    }
  ]
}