Structured Data Capture
3.0.0 - STU 3 International flag

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

CodeSystem: Assemble Expectation Codes

Official URL: http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation Version: 3.0.0
Standards status: Trial-use Maturity Level: 3 Computable Name: AssembleExpectation

A set of codes that reflect the relevance of the Questionnaire to the $assemble operation - specifically, whether the form needs to be assembled, whether the form can be referenced as a subQuestionnaire and whether the form can be used as the ‘root’ of a QuestionnaireResponse.

This Code system is referenced in the content logical definition of the following value sets:

Properties

This code system defines the following properties for its concepts

CodeURITypeDescription
notSelectablehttp://hl7.org/fhir/concept-properties#notSelectablebooleanIndicates that the concept is abstract. It can be used for searching, but cannot appear in instances
parenthttp://hl7.org/fhir/concept-properties#parentcodeIndicates a parent concept that can subsume this concept

Concepts

This case-sensitive code system http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation defines the following codes:

CodeDisplayDefinitionNot SelectableParent
assembly Assembly neededAn abstract code that subsumes all codes for Questionnaires that require assembly prior to usetrue
independent No assembly neededAn abstract code that subsumes all codes for Questionnaires that DO NOT require assembly prior to usetrue
root Root QuestionnairesAn abstract code that subsumes all codes for Questionnaires that can act as the root for a QuestionnaireResponsetrue
child Child QuestionnairesAn abstract code that subsumes all codes for Questionnaires that can act as subQuestionnairestrue
assemble-root-or-child Assembly-required root or childThis Questionnaire can be used as the root of an assembly operation or as a child in an assembly process. In either case, assembly is required before use.falseassembly, root, child
assemble-root Assembly-required rootThis Questionnaire can be used as the root of an assembly operation, but requires assembly before use. It is not intended for use as a child module.falseassembly, root
assemble-child Assembly required childThis Questionnaire is intended to be used as an assembly operation but cannot be used as a root - it must always be a child modulefalseassembly, child
independent-root-or-child Assembled root-or-childThis Questionnaire can be used without assembly and be used directly, but is also safe for use as a child modulefalseindependent, root, child
independent-child Assembled childThis Questionnaire can be used without assembly, is also safe for use as a child module and is only intended for use as a childfalseindependent, child