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

: Sequoia Project Healthcare Directory - XML Representation

Active as of 2021-10-20

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="directory-capability-statement"/>
  <meta>
    <versionId value="10"/>
    <lastUpdated value="2023-06-29T14:54:24.146Z"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2 id="title">Sequoia Project Healthcare Directory</h2><ul><li>Implementation Guide Version: 1.0.5</li><li>FHIR Version: 4.0.0</li><li>Supported Formats: <code>xml</code>, <code>json</code></li><li>Supported Patch Formats: </li><li>Published on: Wed Oct 20 00:00:00 GMT 2021</li><li>Published by: The Sequoia Project</li></ul><blockquote class="impl-note"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>Any FHIR capability may be 'allowed' by the system unless explicitly marked as &quot;SHALL NOT&quot;. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.</p></blockquote><h3 id="shallIGs">SHALL Support the Following Implementation Guides</h3><ul><li>http://sequoiaproject.org/ig01</li></ul><h2 id="rest">FHIR RESTful Capabilities</h2><div class="panel panel-default"><div class="panel-heading"><h3 id="mode1" class="panel-title">Mode: <code>server</code></h3></div><div class="panel-body"><div><p>Sequoia Project FHIR Provider Directory</p>
</div><div class="lead"><em>Security</em></div><div class="row"><div class="col-lg-6">Enable CORS: no</div><div class="col-lg-6">Security services supported: <code>Basic</code></div></div><blockquote><div><p>plain text draft version for testing</p>
</div></blockquote><div class="lead"><em>Summary of System-wide Interactions</em></div><ul><li>Supports the <code>search-system</code> interaction described as follows:<div><p>You can search organizations with several fields and also with their combination</p>
</div></li></ul></div></div><h3 id="resourcesCap1">Capabilities by Resource/Profile</h3><h4 id="resourcesSummary1">Summary</h4><p>The summary table lists the resources that are part of this configuration, and for each resource it lists:</p><ul><li>The relevant profiles (if any)</li><li>The interactions supported by each resource (<b><span class="bg-info">R</span></b>ead, <b><span class="bg-info">S</span></b>earch, <b><span class="bg-info">U</span></b>pdate, and <b><span class="bg-info">C</span></b>reate, are always shown, while <b><span class="bg-info">VR</span></b>ead, <b><span class="bg-info">P</span></b>atch, <b><span class="bg-info">D</span></b>elete, <b><span class="bg-info">H</span></b>istory on <b><span class="bg-info">I</span></b>nstance, or <b><span class="bg-info">H</span></b>istory on <b><span class="bg-info">T</span></b>ype are only present if at least one of the resources has support for them.</li><li><span>The required, recommended, and some optional search parameters (if any). </span></li><li>The linked resources enabled for <code>_include</code></li><li>The other resources enabled for <code>_revinclude</code></li><li>The operations on the resource (if any)</li></ul><div class="table-responsive"><table class="table table-condensed table-hover"><thead><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th class="text-center"><b title="GET a resource (read interaction)">R</b></th><th class="text-center"><b title="GET all set of resources of the type (search interaction)">S</b></th><th class="text-center"><b title="PUT a new resource version (update interaction)">U</b></th><th class="text-center"><b title="POST a new resource (create interaction)">C</b></th><th class="text-center"><b title="DELETE a resource (delete interaction)">D</b></th><th><b title="Required and recommended search parameters">Searches</b></th><th><code><b>_include</b></code></th><th><code><b>_revinclude</b></code></th><th><b>Operations</b></th></tr></thead><tbody><tr><td><a href="#Organization1-1">Organization</a></td><td><a href="StructureDefinition-SequoiaOrganization.html">https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization</a></td><td>y</td><td class="text-center"></td><td class="text-center">y</td><td class="text-center">y</td><td class="text-center">y</td><td>_id, _name, _lastUpdated, _zip, _city, _state, _radius, _active</td><td/><td/><td/></tr></tbody></table></div><hr/><div class="panel panel-default"><div class="panel-heading"><h4 id="Organization1-1" class="panel-title"><span style="float: right;">Resource Conformance: supported</span>Organization</h4></div><div class="panel-body"><div class="container"><div class="row"><div class="col-lg-6"><span class="lead">Base System Profile</span><br/><a href="StructureDefinition-SequoiaOrganization.html">https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization</a></div><div class="col-lg-3"><span class="lead">Profile Conformance</span><br/><b>SHALL</b></div><div class="col-lg-3"><span class="lead">Reference Policy</span><br/></div></div><p/><div class="row"><div class="col-lg-6"><span class="lead">Interaction summary</span><br/><ul><li>Supports <code>read</code>, <code>create</code>, <code>update</code>, <code>delete</code>.</li></ul></div></div><p/><div class="row"><div class="col-lg-7"><span class="lead">Search Parameters</span><table class="table table-condensed table-hover"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Documentation</th></tr></thead><tbody><tr><td><b>SHALL</b></td><td>_id</td><td><code>number</code></td><td><div><p>Search with the id of organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_name</td><td><code>string</code></td><td><div><p>Search with the name of organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_lastUpdated</td><td><code>date</code></td><td><div><p>Search with the lastUpdated of organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_zip</td><td><code>string</code></td><td><div><p>Search with the zip of organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_city</td><td><code>string</code></td><td><div><p>Search with the city of organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_state</td><td><code>string</code></td><td><div><p>Search with the state of organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_radius</td><td><code>string</code></td><td><div><p>Search with the radius of organization</p>
</div></td></tr><tr><td><b>SHALL</b></td><td>_active</td><td><code>string</code></td><td><div><p>Search with the active of organization</p>
</div></td></tr></tbody></table></div><div class="col-lg-5"> </div></div></div></div></div></div>
  </text>
  <url
       value="https://sequoiaproject.org/fhir/sphd/CapabilityStatement/directory-capability-statement"/>
  <version value="1.0.5"/>
  <name value="SequoiaProjectHealthcareDirectory"/>
  <title value="Sequoia Project Healthcare Directory"/>
  <status value="active"/>
  <experimental value="true"/>
  <date value="2021-10-20"/>
  <publisher value="The Sequoia Project"/>
  <contact>
    <name value="The Sequoia Project"/>
    <telecom>
      <system value="url"/>
      <value value="https://sequoiaproject.org/"/>
    </telecom>
  </contact>
  <description value="Sequoia Project FHIR Provider Directory"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
    <text value="United States of America"/>
  </jurisdiction>
  <copyright
             value="Copyright© 2020 The Sequoia Project. All rights reserved. "/>
  <kind value="capability"/>
  <software>
    <name value="FHIR Provider Dir"/>
    <version value="1"/>
    <releaseDate value="2016-09-09"/>
  </software>
  <fhirVersion value="4.0.0"/>
  <format value="xml"/>
  <format value="json"/>
  <implementationGuide value="http://sequoiaproject.org/ig01"/>
  <rest>
    <mode value="server"/>
    <documentation value="Sequoia Project FHIR Provider Directory"/>
    <security>
      <cors value="false"/>
      <service>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/restful-security-service"/>
          <code value="Basic"/>
        </coding>
      </service>
      <description value="plain text draft version for testing"/>
    </security>
    <resource>
      <type value="Organization"/>
      <profile
               value="https://sequoiaproject.org/fhir/sphd/StructureDefinition/SequoiaOrganization"/>
      <interaction>
        <code value="read"/>
        <documentation value="Some operations require permission"/>
      </interaction>
      <interaction>
        <code value="create"/>
        <documentation value="Some operations require permission"/>
      </interaction>
      <interaction>
        <code value="update"/>
        <documentation value="Some operations require permission"/>
      </interaction>
      <interaction>
        <code value="delete"/>
        <documentation value="Some operations require permission"/>
      </interaction>
      <versioning value="no-version"/>
      <readHistory value="false"/>
      <updateCreate value="false"/>
      <conditionalCreate value="false"/>
      <conditionalUpdate value="false"/>
      <conditionalDelete value="not-supported"/>
      <searchParam>
        <name value="_id"/>
        <type value="number"/>
        <documentation value="Search with the id of organization"/>
      </searchParam>
      <searchParam>
        <name value="_name"/>
        <type value="string"/>
        <documentation value="Search with the name of organization"/>
      </searchParam>
      <searchParam>
        <name value="_lastUpdated"/>
        <type value="date"/>
        <documentation value="Search with the lastUpdated of organization"/>
      </searchParam>
      <searchParam>
        <name value="_zip"/>
        <type value="string"/>
        <documentation value="Search with the zip of organization"/>
      </searchParam>
      <searchParam>
        <name value="_city"/>
        <type value="string"/>
        <documentation value="Search with the city of organization"/>
      </searchParam>
      <searchParam>
        <name value="_state"/>
        <type value="string"/>
        <documentation value="Search with the state of organization"/>
      </searchParam>
      <searchParam>
        <name value="_radius"/>
        <type value="string"/>
        <documentation value="Search with the radius of organization"/>
      </searchParam>
      <searchParam>
        <name value="_active"/>
        <type value="string"/>
        <documentation value="Search with the active of organization"/>
      </searchParam>
    </resource>
    <interaction>
      <code value="search-system"/>
      <documentation
                     value="You can search organizations with several fields and also with their combination"/>
    </interaction>
  </rest>
</CapabilityStatement>