eHealthExchange Healthcare Directory Implementation Guide
1.0.5 - Release 1 United States of America flag

: OrgHierarchy - JSON Representation

Draft as of 2024-03-29

Raw json | Download


{
  "resourceType" : "OperationDefinition",
  "id" : "org-hierarchy",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2022-12-03T01:10:36.654Z"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Parameters</p><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></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/ehx/OperationDefinition/org-hierarchy",
  "version" : "1.0.5",
  "name" : "OrgHierarchy",
  "status" : "draft",
  "kind" : "operation",
  "date" : "2024-03-29T15:33:21+00:00",
  "publisher" : "eHealth Exchange",
  "contact" : [
    {
      "name" : "eHealth Exchange",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://ehealthexchange.org/"
        }
      ]
    }
  ],
  "description" : "Retrieves all organizations below one top level organization",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "code" : "org-hierarchy",
  "system" : false,
  "type" : false,
  "instance" : false
}