FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.sdc
Resource TypeCapabilityStatement
IdCapabilityStatement-sdc-form-receiver.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/sdc/CapabilityStatement-sdc-form-receiver.html
URLhttp://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver
Version4.0.0
Statusactive
Date2014-07-06
NameSDCFormReceiver
TitleSDC Form Receiver
Realmuv
Authorityhl7
DescriptionThis profile defines the expected capabilities of the *SDC Form Receiver* role when conforming to 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
QuestionnaireResponse-extractQuestionnaire response extract to resource(s)
StructureDefinition
sdc-questionnaireresponseSDC Standard Questionnaire Response

Narrative

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

Generated Narrative: CapabilityStatement sdc-form-receiver

SDC Form Receiver

  • Implementation Guide Version: 4.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: xml, json
  • Published on: 2014-07-06
  • Published by: HL7 International / FHIR Infrastructure

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

REST Configuration: 1

Mode: server

Security

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

Summary of System-wide Operations
ConformanceOperationDocumentation
SHALL$process-response

Allows submitting a completed form

REST Configuration: 2

Mode: client

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
QuestionnaireResponsehttp://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse$extract

Resource Conformance: MAY QuestionnaireResponse
Profile Conformance
SHALL
Reference Policy

Interaction summary

    Documentation

    Perform operations based on the received response

    Extended Operations
    ConformanceOperationDocumentation
    MAY$extract

    Convert completed form to resources


    Source1

    {
      "resourceType": "CapabilityStatement",
      "id": "sdc-form-receiver",
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
          "valueCode": "fhir"
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
          "valueInteger": 4,
          "_valueInteger": {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
                "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
              }
            ]
          }
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
          "valueCode": "trial-use",
          "_valueCode": {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
                "valueCanonical": "http://hl7.org/fhir/uv/sdc/ImplementationGuide/hl7.fhir.uv.sdc"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver",
      "version": "4.0.0",
      "name": "SDCFormReceiver",
      "title": "SDC Form Receiver",
      "status": "active",
      "date": "2014-07-06",
      "publisher": "HL7 International / FHIR Infrastructure",
      "contact": [
        {
          "name": "HL7 International / FHIR Infrastructure",
          "telecom": [
            {
              "system": "url",
              "value": "http://www.hl7.org/Special/committees/fiwg"
            }
          ]
        },
        {
          "telecom": [
            {
              "system": "url",
              "value": "http://www.hl7.org/Special/committees/fiwg"
            }
          ]
        }
      ],
      "description": "This profile defines the expected capabilities of the *SDC Form Receiver* role when conforming to 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",
              "display": "World"
            }
          ]
        }
      ],
      "kind": "requirements",
      "fhirVersion": "4.0.1",
      "format": [
        "xml",
        "json"
      ],
      "rest": [
        {
          "mode": "server",
          "security": {
            "description": "Implementations must meet the [general security requirements](security.html) documented in this implementation guide.html."
          },
          "operation": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "process-response",
              "definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-process-response",
              "documentation": "Allows submitting a completed form"
            }
          ]
        },
        {
          "mode": "client",
          "resource": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "MAY"
                }
              ],
              "type": "QuestionnaireResponse",
              "profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse",
              "documentation": "Perform operations based on the received response",
              "operation": [
                {
                  "extension": [
                    {
                      "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                      "valueCode": "MAY"
                    }
                  ],
                  "name": "extract",
                  "definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/QuestionnaireResponse-extract",
                  "documentation": "Convert completed form to resources"
                }
              ]
            }
          ]
        }
      ]
    }