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-archiver.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/sdc/CapabilityStatement-sdc-form-archiver.html
URLhttp://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-archiver
Version4.0.0
Statusactive
Date2015-09-03
NameSDCFormArchiver
TitleSDC Form Archiver
Realmuv
Authorityhl7
DescriptionThis profile defines the expected capabilities of the *SDC Form Archiver* role when conforming to this implementation guide. This role is responsible for persisting (archiving) completed or partially completed forms [[[QuestionnaireResponse]]] resource instances). These instances may be submitted individually or in a bundle together with [[[Provenance]]] information providing details about the completion of the questionnaire response. In some cases [[[Binary]]] or [[[DocumentReference]]] resources might also be submitted to convey source information used in the population of the questionnaire response.
&$xa;The purpose of this role is to capture "work in progress" for archival reasons. There is no expectation that submitted form data is subsequently made available for retrieval (at least not in the same format), though it might be made available through out-of-band mechanisms.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
sdc-questionnaireresponseSDC Standard Questionnaire Response

Narrative

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

Generated Narrative: CapabilityStatement sdc-form-archiver

SDC Form Archiver

  • Implementation Guide Version: 4.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: xml, json
  • Published on: 2015-09-03
  • 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

Mode: client

The QuestionnaireResponse may be sent as a single instance or as a FHIR Bundle also containing Provenance resources providing details on the sources of information. A Bundle submission might also include Binary and/or DocumentReference instances referring to the data used to populate the form. A Form Archiver must support persisting, searching and retrieving those resources.

Security

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

Summary of System-wide Interactions
  • SHOULD support the transactioninteraction described as follows:

    Allows submission of a QuestionnaireResponse together with Provenance and other supporting resources as a single unit of work.

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 Conformance: SHALL QuestionnaireResponse

Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHALL support
    create

    Allows archiving (storing) a completed or partially-completed form

  • SHOULD support
    update

    Allows updating a previously archived form. (Systems may place rules on who can update forms and under what circumstances).

  • MAY support
    delete

    Allows removal of an archived form from a repository. Note that the removal may be logical rather than physical. Some systems may have rules for who can remove a submitted response and under what circumstances.

Documentation

The primary focus of a form archiver is storing QuestionnaireResponses.

Resource Conformance: SHALL Provenance

Base System Profile
Provenance
Profile Conformance
SHALL
Reference Policy

Interaction summary
  • SHOULD support
    create

    Allows submitting a Provenance record associated with a particular QuestionnaireResponse.

Documentation

Captures metadata about the creation/changing of QuestionnaireResponses.


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "sdc-form-archiver",
  "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-archiver",
  "version": "4.0.0",
  "name": "SDCFormArchiver",
  "title": "SDC Form Archiver",
  "status": "active",
  "date": "2015-09-03",
  "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 Archiver* role when conforming to this implementation guide.  This role is responsible for persisting (archiving) completed or partially completed forms [[[QuestionnaireResponse]]] resource instances).  These instances may be submitted individually or in a bundle together with [[[Provenance]]] information providing details about the completion of the questionnaire response.  In some cases [[[Binary]]] or [[[DocumentReference]]] resources might also be submitted to convey source information used in the population of the questionnaire response.&#xa;&$xa;The purpose of this role is to capture \"work in progress\" for archival reasons.  There is no expectation that submitted form data is subsequently made available for retrieval (at least not in the same format), though it might be made available through out-of-band mechanisms.",
  "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": "client",
      "documentation": "The [[[QuestionnaireResponse]]] may be sent as a single instance or as a FHIR [[[Bundle]]] also containing [[[Provenance]]] resources providing details on the sources of information.  A Bundle submission might also include [[[Binary]]] and/or [[[DocumentReference]]] instances referring to the data used to populate the form.  A Form Archiver must support persisting, searching and retrieving those resources.",
      "security": {
        "description": "Implementations must meet the [general security requirements](security.html) documented in this implementation guide.html."
      },
      "resource": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "QuestionnaireResponse",
          "profile": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaireresponse",
          "documentation": "The primary focus of a form archiver is storing QuestionnaireResponses.",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "create",
              "documentation": "Allows archiving (storing) a completed or partially-completed form"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHOULD"
                }
              ],
              "code": "update",
              "documentation": "Allows updating a previously archived form. (Systems may place rules on who can update forms and under what circumstances)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "MAY"
                }
              ],
              "code": "delete",
              "documentation": "Allows removal of an archived form from a repository.  Note that the removal may be logical rather than physical. Some systems may have rules for who can remove a submitted response and under what circumstances."
            }
          ],
          "versioning": "versioned"
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Provenance",
          "profile": "http://hl7.org/fhir/StructureDefinition/Provenance",
          "documentation": "Captures metadata about the creation/changing of QuestionnaireResponses.",
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHOULD"
                }
              ],
              "code": "create",
              "documentation": "Allows submitting a Provenance record associated with a particular QuestionnaireResponse."
            }
          ]
        }
      ],
      "interaction": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHOULD"
            }
          ],
          "code": "transaction",
          "documentation": "Allows submission of a [[[QuestionnaireResponse]]] together with [[[Provenance]]] and other supporting resources as a single unit of work."
        }
      ]
    }
  ]
}