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 - TTL Representation

Page standards status: Trial-use Maturity Level: 2

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CapabilityStatement ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "HumanServicesDirectory"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "hss" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/hsds/CapabilityStatement/HumanServicesDirectory"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "HumanServicesDirectoryCapabilityStatement"] ; # 
  fhir:title [ fhir:v "Human Services Directory Capability Statement"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2023-08-05"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 Human and Social Services Work Group"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "HL7 Human and Social Services Work Group" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/hsswg/index.cfm" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hsswg@lists.hl7.org" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  fhir:kind [ fhir:v "requirements"] ; # 
  fhir:fhirVersion [ fhir:v "4.0.1"] ; # 
  fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; # 
  fhir:patchFormat ( [ fhir:v "application/json-patch+json"] ) ; # 
  fhir:implementationGuide ( [
fhir:v "http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/ImplementationGuide/hl7.fhir.us.hsds>
  ] ) ; # 
  fhir:rest ( [
fhir:mode [ fhir:v "server" ] ;
fhir:documentation [ fhir:v "Description of the needed resources to be supported by the FHIR server, and the different possible interactions." ] ;
    ( fhir:resource [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]       ] ) ;
fhir:type [ fhir:v "Location" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Location>       ] ;
fhir:documentation [ fhir:v "Read a location (details and position information) for a physical place where human and social services are provided." ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-name"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-name>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for locations by a portion of the location's name or alias." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address.country" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-address-country"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-address-country>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for locations by a country specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "hoursofoperation" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-hoursofoperation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-hoursofoperation>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for locations by hours of operation." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "accessibility" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-accessibility"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-accessibility>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for locations by accessibiity options." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-address"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-address>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for locations by a (part of the) address of the location." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address-city" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-address-city"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-address-city>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for locations by city specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address-state" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-address-state"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-address-state>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for locations by state specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address-postalcode" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-address-postalcode"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-address-postalcode>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for locations by postal code specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "organization" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/location-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/location-organization>         ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search for locations that are managed by the specified organization." ]       ] )     ] [
fhir:type [ fhir:v "Organization" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-Organization>       ] ;
fhir:documentation [ fhir:v "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." ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/organization-address"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/organization-address>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for organizations specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address.postalCode" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-postalcode"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-postalcode>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for organizations by postal code specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address.state" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-state"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-state>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for organizations by state specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "address.city" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-city"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/organization-address-city>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for organizations by city specified in an address." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/organization-identifier"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/organization-identifier>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for organizations by tax identifier (business indentifier) associated with human services organizations." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "name" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/organization-name"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/organization-name>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for organizations by a portion of the organization's name or alias." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "type" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/organization-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/organization-type>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for organizations by (a code for) the type of organization." ]       ] )     ] [
fhir:type [ fhir:v "HealthcareService" ] ;
fhir:profile [
fhir:v "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService>       ] ;
fhir:documentation [ fhir:v "Read the details of human and social services resources that are available at a location." ] ;
      ( fhir:interaction [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "vread" ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:code [ fhir:v "search-type" ]       ] ) ;
      ( fhir:searchParam [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "communication" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-communication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-communication>         ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for human and social services by the language in which services are delivered." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "program" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-program"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/hsds/SearchParameter/healthcareservice-program>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for human and social services by the program under which this service is delivered." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "category" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/HealthcareService-service-category"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/HealthcareService-service-category>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for human and social services by the specified category of service." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "type" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/HealthcareService-service-type"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/HealthcareService-service-type>         ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for human and social services by the specified type of service." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "active" ] ;
fhir:type [ fhir:v "token" ] ;
fhir:documentation [ fhir:v "Search for human and social services by the specified status of service." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "name" ] ;
fhir:type [ fhir:v "string" ] ;
fhir:documentation [ fhir:v "Search for human and social services by the specified status for the service." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "location" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search for human and social services offered at the specified location." ]       ] [
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ]         ] ) ;
fhir:name [ fhir:v "organization" ] ;
fhir:type [ fhir:v "reference" ] ;
fhir:documentation [ fhir:v "Search for human and social services offered by the specified organization." ]       ] )     ] ) ;
    ( fhir:interaction [
fhir:code [ fhir:v "transaction" ]     ] [
fhir:code [ fhir:v "search-system" ]     ] )
  ] ) . #