PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.sdc@4.0.0
    http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver
{
  "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]]]",
  "_filename": "CapabilityStatement-sdc-form-receiver.json",
  "package_name": "hl7.fhir.uv.sdc",
  "format": [ "xml", "json" ],
  "date": "2014-07-06",
  "publisher": "HL7 International / FHIR Infrastructure",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "SDCFormReceiver",
  "type": null,
  "experimental": null,
  "resourceType": "CapabilityStatement",
  "title": "SDC Form Receiver",
  "package_version": "4.0.0",
  "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"
      } ]
    }
  } ],
  "status": "active",
  "id": "9d77ca99-9aa6-4e05-addb-45ac5786c926",
  "kind": "requirements",
  "url": "http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-receiver",
  "version": "4.0.0",
  "contact": [ {
    "name": "HL7 International / FHIR Infrastructure",
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "security": {
      "description": "Implementations must meet the [general security requirements](security.html) documented in this implementation guide.html."
    },
    "operation": [ {
      "name": "process-response",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "SHALL"
      } ],
      "definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-process-response",
      "documentation": "Allows submitting a completed form"
    } ]
  }, {
    "mode": "client",
    "resource": [ {
      "type": "QuestionnaireResponse",
      "profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse",
      "extension": [ {
        "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
        "valueCode": "MAY"
      } ],
      "operation": [ {
        "name": "extract",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
          "valueCode": "MAY"
        } ],
        "definition": "http://hl7.org/fhir/uv/sdc/OperationDefinition/QuestionnaireResponse-extract",
        "documentation": "Convert completed form to resources"
      } ],
      "documentation": "Perform operations based on the received response"
    } ]
  } ]
}