FHIR Human Services Directory
1.0.0 - STU1 United States of America flag

FHIR Human Services Directory, published by HL7 Human and Social Services Work Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/FHIR-IG-Human-Services-Directory/ and changes regularly. See the Directory of published versions

: Human Services Directory Capability Statement - XML Representation

Page standards status: Trial-use Maturity Level: 2

Raw xml | Download



<CapabilityStatement xmlns="http://hl7.org/fhir">
  <id value="HumanServicesDirectory"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2 id="title">Human Services Directory CapabilityStatement</h2><ul><li><b>Official URL:</b><code>http://hl7.org/fhir/us/hsds/CapabilityStatement/HumanServicesDirectory</code></li><li><b>Implementation Guide Version:</b> 1.0.0</li><li><b>FHIR Version:</b> 4.0.1</li><li><b>Intended Use:</b> Requirements</li><li><b>Supported Formats:</b> XML, JSON</li><li><b>Published:</b> 2023-08-16</li><li><b>Published by:</b> HL7 Human and Social Services Working Group (HSSWG)</li><li><b>Status:</b> Draft</li></ul><p>This section describes the expected capabilities of the Human Services Directory Server actor responsible for providing responses to the queries submitted by the Human Services Directory Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by Human Services Directory Servers are defined.</p><h3 id="resource--details" class="no_toc">RESTful Capabilities by Resource/Profile:</h3><p><strong>Summary of Search Criteria</strong></p><table class="grid"><thead><tr><th>Resource Type</th><th>Supported Profiles</th><th>Supported Searches</th><th>Supported <code>_includes</code></th><th>Supported <code>_revincludes</code></th><th>Supported Operations</th></tr></thead><tbody><tr><td><a href="#organization">Organization</a></td><td><a href="StructureDefinition-hsds-Organization.html">HSD Organization</a></td><td>address-city, address-postalcode, address-state, address-country, name, type, identifier, _id, _lastUpdated</td><td></td><td>HealthcareService:organization, Location:organization</td><td></td></tr><tr><td><a href="#location">Location</a></td><td><a href="StructureDefinition-hsds-Location.html">HSD Location</a></td><td>accessibility, address-city, address-postalcode, address-state, address-country, name, organization, hoursofoperation, _id, _lastUpdated</td><td>Location:organization</td><td>HealthcareService:location</td><td></td></tr><tr><td><a href="#healthcareservice">HealthcareService</a></td><td><a href="StructureDefinition-hsds-HealthcareService.html">HSD HealthcareService</a></td><td>communication, location, name, organization, program, service-category, service-type, active, _id, _lastUpdated</td><td>HealthcareService:location, HealthcareService:organization</td><td/><td/></tr></tbody></table><hr/><h4 id="organization" class="no_toc">Organization</h4><p>Conformance Expectation: <strong>SHALL</strong></p><p><a href="StructureDefinition-hsds-Organization.html">HSD Organization</a></p><p>Reference Policy: <code>resolves</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>A Server <strong>SHALL</strong> be capable of returning a Organization resource using:<br/><code class="highlighter-rouge">GET [base]/Organization/[id]</code></li><li>A Server <strong>SHOULD</strong> be capable of returning a Organization resource using:<br/><code class="highlighter-rouge">GET [base]/Organization/[id]/_history/vid</code></li>  <!-- Only SHALL for include for now the capability statement does not create the primitive 				     extensios for this yet. --><li>A Server <strong>SHALL</strong> be capable of supporting the following _includes:<br/>N/A<br/></li>  <!-- Only SHALLs for revinclude for now the capability statement does not create the primitive extensios for this yet --><li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:<br/>HealthcareService:organization - <code class="highlighter-rouge">GET [base]/Organization?[parameter=value]&amp;_revinclude=HealthcareService:organization</code><br/>Location:organization - <code class="highlighter-rouge">GET [base]/Organization?[parameter=value]&amp;_revinclude=Location:organization</code><br/></li></ul><p>Search Parameter Summary:</p><table class="grid"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-organization-name.html">name</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Organization?name=[name]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-organization-type.html">type</a></td><td>token</td><td><code class="highlighter-rouge">GET [base]/Organization?type=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-organization-address-city.html">address-city</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Organization?address-city=[address-city]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-organization-identifier.html">identifier</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Organization?identifier=[identifier]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-organization-address-postalcode.html">address-postalcode</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Organization?address-postalcode=[address-postalcode]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-organization-address-state.html">address-state</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Organization?address-state=[address-state]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-organization-address-country.html">address-country</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Organization?address-country=[address-country]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="http://hl7.org/fhir/R4/search.html">_id</a></td><td>token</td><td><code class="highlighter-rouge">GET [base]/Organization?_id=[id]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="http://hl7.org/fhir/R4/search.html">_lastUpdated</a></td><td>date</td><td><code class="highlighter-rouge">GET [base]/Organization?_lastUpdated=[_lastUpdated]</code></td></tr></tbody></table><hr/><h4 id="location" class="no_toc">Location</h4><p>Conformance Expectation: <strong>SHALL</strong></p><p>Supported Profiles: <a href="StructureDefinition-hsds-Location.html">HSD Location</a></p><p>Reference Policy: <code>resolves</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>A Server <strong>SHALL</strong> be capable of returning a Location resource using:<br/><code class="highlighter-rouge">GET [base]/Location/[id]</code></li><li>A Server <strong>SHOULD</strong> be capable of returning a Location resource using:<br/><code class="highlighter-rouge">GET [base]/Location/[id]/_history/vid</code></li>  <!-- Only SHALL for include for now the capability statement does not create the primitive 				     extensios for this yet. --><li>A Server <strong>SHALL</strong> be capable of supporting the following _includes:<br/>Location:organization - <code class="highlighter-rouge">GET [base]/Location?[parameter=value]&amp;_include=Location:organization</code><br/></li>  <!-- Only SHALLs for revinclude for now the capability statement does not create the primitive extensios for this yet --><li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:<br/>HealthcareService:location - <code class="highlighter-rouge">GET [base]/Location?[parameter=value]&amp;_revinclude=HealthcareService:location</code><br/></li></ul><p>Search Parameter Summary:</p><table class="grid"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-name.html">name</a></td><td>reference</td><td><code class="highlighter-rouge">GET [base]/Location?name=[name]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-organization.html">organization</a></td><td>reference</td><td><code class="highlighter-rouge">GET [base]/Location?organization=[organization]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-hoursofoperation.html">hoursofoperation</a></td><td>reference</td><td><code class="highlighter-rouge">GET [base]/Location?hoursofoperation=[hoursofoperation]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-accessibility.html">accessibility</a></td><td>reference</td><td><code class="highlighter-rouge">GET [base]/Location?accessibility=[accessibility]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-address-city.html">address-city</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Location?address-city=[address-city]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-address-state.html">address-state</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Location?address-state=[address-state]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-address-postalcode.html">address-postalcode</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Location?address-postalcode=[address-postalcode]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-location-address-country.html">address-country</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/Location?address-country=[address-country]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="http://hl7.org/fhir/R4/search.html">_id</a></td><td>token</td><td><code class="highlighter-rouge">GET [base]/Location?_id=[id]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="http://hl7.org/fhir/R4/search.html">_lastUpdated</a></td><td>date</td><td><code class="highlighter-rouge">GET [base]/Location?_lastUpdated=[_lastUpdated]</code></td></tr></tbody></table><hr/><h4 id="healthcareservice" class="no_toc">HealthcareService</h4><p>Conformance Expectation: <strong>SHALL</strong></p><p>Supported Profiles: <a href="StructureDefinition-hsds-HealthcareService.html">HSD HealthcareService</a></p><p>Reference Policy: <code>resolves</code></p><p>Profile Interaction Summary:</p><ul><li><strong>SHALL</strong> support <code>search-type</code>, <code>read</code>.</li><li><strong>SHOULD</strong> support <code>vread</code>.</li></ul><p>Fetch and Search Criteria:</p><ul><li>A Server <strong>SHALL</strong> be capable of returning a HealthcareService resource using:<br/><code class="highlighter-rouge">GET [base]/HealthcareService/[id]</code></li><li>A Server <strong>SHOULD</strong> be capable of returning a HealthcareService resource using:<br/><code class="highlighter-rouge">GET [base]/HealthcareService/[id]/_history/vid</code></li><li>A Server <strong>SHALL</strong> be capable of supporting the following _includes:<br/>HealthcareService:location - <code class="highlighter-rouge">GET [base]/HealthcareService?[parameter=value]&amp;_include=HealthcareService:location</code><br/>HealthcareService:organization - <code class="highlighter-rouge">GET [base]/HealthcareService?[parameter=value]&amp;_include=HealthcareService:organization</code><br/></li>  <!-- Only SHALLs for revinclude for now the capability statement does not create the primitive extensios for this yet --><li>A Server <strong>SHALL</strong> be capable of supporting the following _revincludes:<br/>N/A<br/></li></ul><p>Search Parameter Summary:</p><table class="grid"><thead><tr><th>Conformance</th><th>Parameter</th><th>Type</th><th>Example</th></tr></thead><tbody><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-name.html">name</a></td><td>reference</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?name=[name]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-organization.html">organization</a></td><td>reference</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?organization=[organization]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-location.html">location</a></td><td>reference</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?location=[location]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-program.html">program</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?program=[program]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-communication.html">communication</a></td><td>token</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?communication=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-service-category.html">service-category</a></td><td>token</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?service-category=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-service-type.html">service-type</a></td><td>token</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?service-type=[system]|[code]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="SearchParameter-healthcareservice-active.html">active</a></td><td>string</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?active=[active]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="http://hl7.org/fhir/R4/search.html">_id</a></td><td>token</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?_id=[id]</code></td></tr><tr><td><strong>SHALL</strong></td><td><a href="http://hl7.org/fhir/R4/search.html">_lastUpdated</a></td><td>date</td><td><code class="highlighter-rouge">GET [base]/HealthcareService?_lastUpdated=[_lastUpdated]</code></td></tr></tbody></table><hr/><br/></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="hss"/>
  </extension>
  <url
       value="http://hl7.org/fhir/us/hsds/CapabilityStatement/HumanServicesDirectory"/>
  <version value="1.0.0"/>
  <name value="HumanServicesDirectoryCapabilityStatement"/>
  <title value="Human Services Directory Capability Statement"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2023-08-05"/>
  <publisher value="HL7 Human and Social Services Work Group"/>
  <contact>
    <name value="HL7 Human and Social Services Work Group"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/hsswg/index.cfm"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="hsswg@lists.hl7.org"/>
    </telecom>
  </contact>
  <description
               value="Describes the expected capabilities of the Human Services Directory Server actor responsible for providing responses to the queries submitted by the Human Services Directory Requestors. The complete list of FHIR profiles, RESTful operations, and search parameters supported by Human Services Directory (HSD) Servers are defined."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <kind value="requirements"/>
  <fhirVersion value="4.0.1"/>
  <format value="xml"/>
  <format value="json"/>
  <patchFormat value="application/json-patch+json"/>
  <implementationGuide
                       value="http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"/>
  <rest>
    <mode value="server"/>
    <documentation
                   value="Description of the needed resources to be supported by the FHIR server, and the different possible interactions."/>
    <resource>
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
        <valueCode value="SHALL"/>
      </extension>
      <type value="Location"/>
      <profile
               value="http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location"/>
      <documentation
                     value="Read a location (details and position information) for a physical place where human and social services are provided."/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-name"/>
        <type value="string"/>
        <documentation
                       value="Search for locations by a portion of the location's name or alias."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address.country"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-address-country"/>
        <type value="string"/>
        <documentation
                       value="Search for locations by a country specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="hoursofoperation"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-hoursofoperation"/>
        <type value="string"/>
        <documentation value="Search for locations by hours of operation."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="accessibility"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-accessibility"/>
        <type value="token"/>
        <documentation value="Search for locations by accessibiity options."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-address"/>
        <type value="string"/>
        <documentation
                       value="Search for locations by a (part of the) address of the location."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address-city"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-address-city"/>
        <type value="string"/>
        <documentation
                       value="Search for locations by city specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address-state"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-address-state"/>
        <type value="string"/>
        <documentation
                       value="Search for locations by state specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address-postalcode"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-address-postalcode"/>
        <type value="string"/>
        <documentation
                       value="Search for locations by postal code specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="organization"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/location-organization"/>
        <type value="reference"/>
        <documentation
                       value="Search for locations that are managed by the specified organization."/>
      </searchParam>
    </resource>
    <resource>
      <type value="Organization"/>
      <profile
               value="http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Organization"/>
      <documentation
                     value="Read a formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc."/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/organization-address"/>
        <type value="string"/>
        <documentation
                       value="Search for organizations specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address.postalCode"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-postalcode"/>
        <type value="string"/>
        <documentation
                       value="Search for organizations by postal code specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address.state"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-state"/>
        <type value="string"/>
        <documentation
                       value="Search for organizations by state specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="address.city"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-city"/>
        <type value="string"/>
        <documentation
                       value="Search for organizations by city specified in an address."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="identifier"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/organization-identifier"/>
        <type value="token"/>
        <documentation
                       value="Search for organizations by tax identifier (business indentifier) associated with human services organizations."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/organization-name"/>
        <type value="string"/>
        <documentation
                       value="Search for organizations by a portion of the organization's name or alias."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/organization-type"/>
        <type value="token"/>
        <documentation
                       value="Search for organizations by (a code for) the type of organization."/>
      </searchParam>
    </resource>
    <resource>
      <type value="HealthcareService"/>
      <profile
               value="http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"/>
      <documentation
                     value="Read the details of human and social services resources that are available at a location."/>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="vread"/>
      </interaction>
      <interaction>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <code value="search-type"/>
      </interaction>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="communication"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-communication"/>
        <type value="string"/>
        <documentation
                       value="Search for human and social services by the language in which services are delivered."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="program"/>
        <definition
                    value="http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-program"/>
        <type value="token"/>
        <documentation
                       value="Search for human and social services by the program under which this service is delivered."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="category"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/HealthcareService-service-category"/>
        <type value="token"/>
        <documentation
                       value="Search for human and social services by the specified category of service."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="type"/>
        <definition
                    value="http://hl7.org/fhir/SearchParameter/HealthcareService-service-type"/>
        <type value="token"/>
        <documentation
                       value="Search for human and social services by the specified type of service."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="active"/>
        <type value="token"/>
        <documentation
                       value="Search for human and social services by the specified status of service."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="name"/>
        <type value="string"/>
        <documentation
                       value="Search for human and social services by the specified status for the service."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="location"/>
        <type value="reference"/>
        <documentation
                       value="Search for human and social services offered at the specified location."/>
      </searchParam>
      <searchParam>
        <extension
                   url="http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation">
          <valueCode value="SHALL"/>
        </extension>
        <name value="organization"/>
        <type value="reference"/>
        <documentation
                       value="Search for human and social services offered by the specified organization."/>
      </searchParam>
    </resource>
    <interaction>
      <code value="transaction"/>
    </interaction>
    <interaction>
      <code value="search-system"/>
    </interaction>
  </rest>
</CapabilityStatement>