{
"description": "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",
"_filename": "CapabilityStatement-sdc-form-receiver.json",
"package_name": "hl7.fhir.uv.sdc",
"format": [ "xml", "json" ],
"date": "2014-07-06",
"publisher": "HL7 International - FHIR Infrastructure Work Group",
"fhirVersion": "1.0.0",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
} ]
} ],
"name": "SDCFormReceiver",
"type": null,
"experimental": null,
"resourceType": "CapabilityStatement",
"title": "SDC Form Receiver",
"package_version": "3.0.0-preview",
"status": "draft",
"id": "9cf0a779-f531-4ffc-bb1a-5da3a44530c0",
"kind": "requirements",
"url": "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver",
"version": "3.0.0-preview",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ],
"rest": [ {
"mode": "server",
"security": {
"description": "Implementations must meet the general security requirements documented in the [[security.html|SDC implementation guide]]."
},
"operation": [ {
"name": "process-response",
"definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-process-response"
} ]
} ]
}