This page is part of the Structured Data Capture FHIR IG (v3.0.0: STU 3) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Page standards status: Trial-use | Maturity Level: 3 |
<CapabilityStatement xmlns="http://hl7.org/fhir">
<id value="sdc-form-receiver"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<h2>SDC Form Receiver</h2>
<p>(Requirements Definition Capability Statement)</p>
<p>Canonical URL: http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver Published: 2014-07-06 (draft)</p>
<p>Published by: <b>HL7 International - FHIR Infrastructure</b>
</p>
<p>This profile defines the expected capabilities of the <i>SDC Form Receiver</i> role when conforming to the S&I Framework's <a href="index.html">Structured Data Capture FHIR implementation guide</a>. This role is responsible for accepting and processing completed and partially-completed forms. It only exposes a single operation endpoint - the one needed to 'process' a completed QuestionnaireResponse</p>
<h2>General</h2>
<div class="table-wrapper">
<table class="grid">
<tbody>
<tr>
<th>FHIR Version:</th>
<td>1.0.0</td>
</tr>
<tr>
<th>Supported formats:</th>
<td>xml, json</td>
</tr>
</tbody>
</table>
</div>
<h2>REST server behavior</h2>
<p>
<b>Security:</b>
</p>
<p>Implementations must meet the general security requirements documented in the <a href="security.html">SDC implementation guide</a>.</p>
<p>
<b>Operations:</b>
</p>
<ul>
<li>
<a href="http://hl7.org/fhir/uv/sdc/operationdefinition/questionnaire-process-response">$process-response</a>
</li>
</ul>
</div>
</text>
<url value="http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver"/>
<version value="3.0.0"/>
<name value="SDCFormReceiver"/>
<title value="SDC Form Receiver"/>
<status value="draft"/>
<date value="2014-07-06"/>
<publisher value="HL7 International - FHIR Infrastructure Work Group"/>
<contact>
<telecom>
<system value="url"/>
<value value="http://hl7.org/Special/committees/fiwg"/>
</telecom>
</contact>
<description
value="This profile defines the expected capabilities of the ''SDC Form Receiver'' role when conforming to the S&I Framework's [[index.html|Structured Data Capture FHIR implementation guide]]. This role is responsible for accepting and processing completed and partially-completed forms. It only exposes a single operation endpoint - the one needed to 'process' a completed QuestionnaireResponse"/>
<jurisdiction>
<coding>
<system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
<code value="001"/>
</coding>
</jurisdiction>
<kind value="requirements"/>
<fhirVersion value="1.0.0"/>
<format value="xml"/>
<format value="json"/>
<rest>
<mode value="server"/>
<security>
<description
value="Implementations must meet the general security requirements documented in the [[security.html|SDC implementation guide]]."/>
</security>
<operation>
<name value="process-response"/>
<definition
value="http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-process-response"/>
</operation>
</rest>
</CapabilityStatement>