FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/sdc-form-receiver

Packagehl7.fhir.uv.sdc.r4b
TypeCapabilityStatement
Idsdc-form-receiver
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/CapabilityStatement-sdc-form-receiver.html
URLhttp://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver
Version3.0.0
Statusdraft
Date2014-07-06
NameSDCFormReceiver
TitleSDC Form Receiver
Realmuv
Authorityhl7
DescriptionThis 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
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
Questionnaire-process-responseQuestionnaire Process Response
Questionnaire-process-responseQuestionnaire Process Response

Narrative

Note: links and images are rebased to the (stated) source

SDC Form Receiver

(Requirements Definition Capability Statement)

Canonical URL: http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver Published: 2014-07-06 (draft)

Published by: HL7 International - FHIR Infrastructure

This profile defines the expected capabilities of the SDC Form Receiver role when conforming to the S&I Framework's 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

General

FHIR Version: 1.0.0
Supported formats: xml, json

REST server behavior

Security:

Implementations must meet the general security requirements documented in the SDC implementation guide.

Operations:


Source

{
  "resourceType": "CapabilityStatement",
  "id": "sdc-form-receiver",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver",
  "version": "3.0.0",
  "name": "SDCFormReceiver",
  "title": "SDC Form Receiver",
  "status": "draft",
  "date": "2014-07-06",
  "publisher": "HL7 International - FHIR Infrastructure Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "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",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.3.0",
  "format": [
    "xml",
    "json"
  ],
  "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"
        }
      ]
    }
  ]
}