Structured Data Capture
3.0.0 - STU 3 International flag

This page is part of the Structured Data Capture FHIR IG (v3.0.0: STU 3) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

CapabilityStatement: SDC Form Manager

Official URL: http://hl7.org/fhir/uv/sdc/CapabilityStatement/sdc-form-manager Version: 3.0.0
Standards status: Trial-use Maturity Level: 3 Computable Name: SDCFormManager

This profile defines the expected capabilities of the ‘‘SDC Form Manager’’ role when conforming to the S&I Framework’s [[index.html Structured Data Capture FHIR implementation guide]]. This role is responsible for maintaining a repository of form definitions and also of performing pre-population of form data.

Raw OpenAPI-Swagger Definition file | Download

SDC Form Manager

(Requirements Definition Capability Statement)

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

Published by: HL7 International - FHIR Infrastructure

This profile defines the expected capabilities of the SDC Form Manager role when conforming to the S&I Framework's Structured Data Capture FHIR implementation guide. This role is responsible for maintaining a repository of form definitions and also of performing pre-population of form data.

General

FHIR Version: 1.0.0
Supported formats: xml, json

REST server behavior

The primary focus of the repository is the definition of Questionnaires. However, ValueSets and CodeSystems must also be supported to allow definition of coded data elements. Some data elements will choose to maintain value sets as 'contained' resources, meaning the value set exists only in the context of the data element and cannot be referenced or maintained without also updating the data element. However, systems should support value set re-use across data elements. (Version-specific referencing can be used to avoid value sets from changing independent of the referencing Questionnaire.)

Security:

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

Resource summary

Resource Search Read Read Version Instance History Resource History Create Update Delete Operations
Questionnaire (Profile) SHALL SHALL SHALL SHALL SHALL SHALL MAY
CodeSystem (Profile) SHALL SHALL SHALL SHALL SHALL SHALL MAY
ValueSet (Profile) SHALL SHALL SHALL SHALL SHALL SHALL MAY

Operations:



Questionnaire

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire

Interactions

Name Conformance Description
  search-type SHALL

Allows a user to search for existing forms

  read SHALL

Allows retrieval of a specific known form

  vread SHALL

Allows retrieval of a specific version of a form

  history-instance SHALL

Allows review of changes to a form over time

  create SHALL

Allows defining a new form. Repositories requiring curation of submitted forms may require all new data elements to have a status of 'draft'.

  update SHALL

Allows an existing form to be updated. Servers may choose to prohibit certain types of edits, instead requiring the creation of a new questionnaire (and potentially the retiring of the existing questionnaire). Servers may also limit who can change particular forms.

  delete MAY

Allows removal of an existing form. Servers may choose to not support deletions and instead require that the form's status be changed to 'retired'. Other systems support deletions but limit them to forms meeting certain requirements. E.g. only forms with a status of draft or only forms that have been retired for at least two years, etc.

Search

Supported Includes: Questionnaire.group.question.options

Parameter Conformance Type Definition & Chaining
code SHALL token
context SHALL token
date SHALL date
identifier SHALL token
publisher SHALL string
status SHALL token
title SHALL string
version SHALL token
definition SHALL token


CodeSystem

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem

Interactions

Name Conformance Description
  search-type SHALL

Allows discovery of existing code systems for use in authoring questionnaires

  read SHALL

Allows retrieval of a specific code system referenced within a questionnaire

  vread SHALL

Allows retrieval of a historical version of a code system as referenced within a questionnaire

  history-instance SHALL

Allows review of changes to a code system over time

  create SHALL

Allows definition of a new code system used by one or more questionnaires

  update SHALL

Allows existing code systems referenced by one or more questionnaires to be maintained

  delete MAY

Not all servers will support deletion of code systems. Status change to 'retired' will be more typical, though deletion of draft code systems may keep repositories cleaner.

Search

Parameter Conformance Type Definition & Chaining
code SHALL token
date SHALL date
description SHALL string
name SHALL string
status SHALL token
system SHALL uri
url SHALL uri
assembledFrom SHOULD token
assemble-expectation SHOULD token


ValueSet

Profile: http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset

Interactions

Name Conformance Description
  search-type SHALL

Allows discovery of existing value sets for use in authoring questionnaires

  read SHALL

Allows retrieval of a specific value set referenced within a questionnaire

  vread SHALL

Allows retrieval of a historical version of a value set as referenced within a questionnaire

  history-instance SHALL

Allows review of changes to a value set over time

  create SHALL

Allows definition of a new value set used by one or more questionnaires

  update SHALL

Allows existing value sets referenced by one or more questionnaires to be maintained

  delete MAY

Not all servers will support deletion of value sets. Status change to 'retired' will be more typical, though deletion of draft value sets may keep repositories cleaner.

Search

Supported Includes: ValueSet.compose.import

Parameter Conformance Type Definition & Chaining
date SHALL date
description SHALL string
name SHALL string
reference SHALL uri
status SHALL token