This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
This is the narrative for the resource. See also the XML or JSON format.
(Requirements Definition)
Published: 2014-07-06 (draft)
Published by: U.S. Office of the National Coordinator (ONC)
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.
FHIR Version: | 0.2 |
---|---|
Supported formats: | xml, json |
The primary focus of the repository is the definition of Questionnaires. However, ValueSets 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 | Search | Read | Read Version | Instance History | Resource History | Validate | Create | Update | Delete |
---|---|---|---|---|---|---|---|---|---|
Questionnaire | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | |
ValueSet | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |
Operations: populate
Supported Includes: Questionnaire.group.question.options
Parameter | Type | Definition & Chaining |
---|---|---|
code | token | |
date | date | |
identifier | token | |
publisher | string | |
status | token | |
title | string | |
version | string | |
deReference | token |
Supported Includes: ValueSet.compose.import
Parameter | Type | Definition & Chaining |
---|---|---|
code | token | |
date | date | |
description | string | |
identifier | token | |
name | string | |
publisher | string | |
reference | string | |
status | token | |
system | string | |
version | string |
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.