Structured Data Capture, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/sdc/ and changes regularly. See the Directory of published versions
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
xml
, json
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.
server
The primary focus of the repository is the definition of [[Questionnaire]]s. However, [[ValueSet]]s and [[CodeSystem]]s 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]].)
Implementations must meet the general security requirements documented in the [[security.html|SDC implementation guide]].
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | V-R | S | U | C | D | H-I | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Questionnaire | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire | y | y | y | y | y | y | y | code, context, date, identifier, publisher, status, title, version, definition | Questionnaire.group.question.options | ||
CodeSystem | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-codesystem | y | y | y | y | y | y | y | code, date, description, name, status, system, url, assembledFrom, assemble-expectation | |||
ValueSet | http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-valueset | y | y | y | y | y | y | y | date, description, name, reference, status | ValueSet.compose.import |
search-type
, read
, vread
, history-instance
, create
, update
.delete
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | code | token | |
SHALL | context | token | |
SHALL | date | date | |
SHALL | identifier | token | |
SHALL | publisher | string | |
SHALL | status | token | |
SHALL | title | string | |
SHALL | version | token | |
SHALL | definition | token |
search-type
, read
, vread
, history-instance
, create
, update
.delete
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | code | token | |
SHALL | date | date | |
SHALL | description | string | |
SHALL | name | string | |
SHALL | status | token | |
SHALL | system | uri | |
SHALL | url | uri | |
SHOULD | assembledFrom | token | |
SHOULD | assemble-expectation | token |
search-type
, read
, vread
, history-instance
, create
, update
.delete
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | date | date | |
SHALL | description | string | |
SHALL | name | string | |
SHALL | reference | uri | |
SHALL | status | token |