4.5
SDC Form Receiver - JSON Representation
(back to narrative)
Raw json
{
"resourceType" : "CapabilityStatement",
"id" : "sdc-form-receiver",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<h2>SDC Form Receiver</h2>
<p>(Requirements Definition)</p>
<p>http://hl7.org/fhir/us/sdc/CapabilityStatement/sdc-form-receiver Published: 2014-07-06 (draft)</p>
<p>Published by: <b>U.S. Office of the National Coordinator (ONC)</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.</p>
<h2>General</h2>
<table>
<tbody>
<tr>
<th>FHIR Version:</th>
<td>$ver$</td>
</tr>
<tr>
<th>Supported formats:</th>
<td>xml, json</td>
</tr>
</tbody>
</table>
<h2>REST behavior</h2>
<p>
<b>Security:</b>
</p>
<p>Implementations must meet the general security requirements documented in the <a href="sdc-security.html">SDC implementation guide</a>.</p>
<p>
<b>Operations:</b>
</p>
<ul>
<li>
<a href="http://hl7.org/fhir/us/sdc/operationdefinition/Questionnaire-process-response">process-response</a>
</li>
</ul>
</div>"
},
"url" : "http://hl7.org/fhir/us/sdc/CapabilityStatement/sdc-form-receiver",
"version" : "2.0",
"name" : "SDC Form Receiver",
"status" : "draft",
"date" : "2014-07-06",
"publisher" : "U.S. Office of the National Coordinator (ONC)",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http://wiki.siframework.org/Structured+Data+Capture+Initiative"
}
]
}
],
"description" : "This profile defines the expected capabilities of the ''SDC Form Receiver'' role when conforming to the S&I Framework's [[index|Structured Data Capture FHIR implementation guide]]. This role is responsible for accepting and processing completed and partially-completed forms.",
"kind" : "requirements",
"fhirVersion" : "1.0.0",
"acceptUnknown" : "extensions",
"format" : [
"xml",
"json"
],
"rest" : [
{
"mode" : "server",
"security" : {
"description" : "Implementations must meet the general security requirements documented in the [[sdc-security|SDC implementation guide]]."
},
"operation" : [
{
"name" : "process-response",
"definition" : {
"reference" : "http://hl7.org/fhir/us/sdc/OperationDefinition/Questionnaire-process-response"
}
}
]
}
]
}