Package | hl7.fhir.uv.sdc |
Type | CodeSystem |
Id | assemble-expectation |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/sdc/https://build.fhir.org/ig/HL7/sdc/CodeSystem-assemble-expectation.html |
URL | http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation |
Version | 4.0.0-ballot |
Status | active |
Date | 2025-07-14T18:38:59+00:00 |
Name | AssembleExpectationCodes |
Title | Assemble Expectation Codes |
Realm | uv |
Authority | hl7 |
Description | 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. |
Content | complete |
ValueSet | |
assemble-expectation | Questionnaire Assemble Expectation |
assemble-expectation | Questionnaire Assemble Expectation |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem assemble-expectation
Properties
This code system defines the following properties for its concepts
Name | Code | URI | Type | Description |
Not Selectable | notSelectable | http://hl7.org/fhir/concept-properties#notSelectable | boolean | Indicates that the concept is abstract. It can be used for searching, but cannot appear in instances |
Parent | parent | http://hl7.org/fhir/concept-properties#parent | code | Indicates 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:
Code | Display | Definition | Not Selectable | Parent |
assembly | Assembly needed | An abstract code that subsumes all codes for Questionnaires that require assembly prior to use | true | |
independent | No assembly needed | An abstract code that subsumes all codes for Questionnaires that DO NOT require assembly prior to use | true | |
root | Root Questionnaires | An abstract code that subsumes all codes for Questionnaires that can act as the root for a QuestionnaireResponse | true | |
child | Child Questionnaires | An abstract code that subsumes all codes for Questionnaires that can act as subQuestionnaires | true | |
assemble-root-or-child | Assembly-required root or child | This 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. | false | assembly, root, child |
assemble-root | Assembly-required root | This 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. | false | assembly, root |
assemble-child | Assembly required child | This Questionnaire is intended to be used as an assembly operation but cannot be used as a root - it must always be a child module | false | assembly, child |
independent-root-or-child | Assembled root-or-child | This Questionnaire can be used without assembly and be used directly, but is also safe for use as a child module | false | independent, root, child |
independent-child | Assembled child | This Questionnaire can be used without assembly, is also safe for use as a child module and is only intended for use as a child | false | independent, child |
{ "resourceType": "CodeSystem", "id": "assemble-expectation", "text": { "status": "generated", "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/CodeSystem/assemble-expectation", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.40.17.16.2" } ], "version": "4.0.0-ballot", "name": "AssembleExpectationCodes", "title": "Assemble Expectation Codes", "status": "active", "experimental": false, "date": "2025-07-14T18:38:59+00:00", "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": "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.", "jurisdiction": [ { "coding": [ { "system": "http://unstats.un.org/unsd/methods/m49/m49.htm", "code": "001", "display": "World" } ] } ], "caseSensitive": true, "content": "complete", "count": 9, "property": [ { "code": "notSelectable", "uri": "http://hl7.org/fhir/concept-properties#notSelectable", "description": "Indicates that the concept is abstract. It can be used for searching, but cannot appear in instances", "type": "boolean" }, { "code": "parent", "uri": "http://hl7.org/fhir/concept-properties#parent", "description": "Indicates a parent concept that can subsume this concept", "type": "code" } ], "concept": [ { "code": "assembly", "display": "Assembly needed", "definition": "An abstract code that subsumes all codes for Questionnaires that require assembly prior to use", "property": [ { "code": "notSelectable", "valueBoolean": true } ] }, { "code": "independent", "display": "No assembly needed", "definition": "An abstract code that subsumes all codes for Questionnaires that DO NOT require assembly prior to use", "property": [ { "code": "notSelectable", "valueBoolean": true } ] }, { "code": "root", "display": "Root Questionnaires", "definition": "An abstract code that subsumes all codes for Questionnaires that can act as the root for a QuestionnaireResponse", "property": [ { "code": "notSelectable", "valueBoolean": true } ] }, { "code": "child", "display": "Child Questionnaires", "definition": "An abstract code that subsumes all codes for Questionnaires that can act as subQuestionnaires", "property": [ { "code": "notSelectable", "valueBoolean": true } ] }, { "code": "assemble-root-or-child", "display": "Assembly-required root or child", "definition": "This 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.", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "assembly" }, { "code": "parent", "valueCode": "root" }, { "code": "parent", "valueCode": "child" } ] }, { "code": "assemble-root", "display": "Assembly-required root", "definition": "This 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.", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "assembly" }, { "code": "parent", "valueCode": "root" } ] }, { "code": "assemble-child", "display": "Assembly required child", "definition": "This Questionnaire is intended to be used as an assembly operation but cannot be used as a root - it must always be a child module", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "assembly" }, { "code": "parent", "valueCode": "child" } ] }, { "code": "independent-root-or-child", "display": "Assembled root-or-child", "definition": "This Questionnaire can be used without assembly and be used directly, but is also safe for use as a child module", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "independent" }, { "code": "parent", "valueCode": "root" }, { "code": "parent", "valueCode": "child" } ] }, { "code": "independent-child", "display": "Assembled child", "definition": "This Questionnaire can be used without assembly, is also safe for use as a child module and is only intended for use as a child", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "independent" }, { "code": "parent", "valueCode": "child" } ] } ] }