{ "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.", "_filename": "CodeSystem-assemble-expectation.json", "package_name": "nit-mvp.nit", "date": "2023-09-22T16:30:13.2780583+00:00", "publisher": "HL7 International - FHIR Infrastructure Work Group", "content": "complete", "property": [ { "uri": "http://hl7.org/fhir/concept-properties#notSelectable", "code": "notSelectable", "type": "boolean", "description": "Indicates that the concept is abstract. It can be used for searching, but cannot appear in instances" }, { "uri": "http://hl7.org/fhir/concept-properties#parent", "code": "parent", "type": "code", "description": "Indicates a parent concept that can subsume this concept" } ], "name": "AssembleExpectation", "type": null, "experimental": null, "resourceType": "CodeSystem", "title": "Assemble Expectation Codes", "package_version": "0.0.1", "status": "draft", "id": "16e4d7d3-5e3d-407a-9792-67ca06224176", "kind": null, "url": "http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation", "concept": [ { "code": "assembly", "display": "Assembly needed", "property": [ { "code": "notSelectable", "valueBoolean": true } ], "definition": "An abstract code that subsumes all codes for Questionnaires that require assembly prior to use" }, { "code": "independent", "display": "No assembly needed", "property": [ { "code": "notSelectable", "valueBoolean": true } ], "definition": "An abstract code that subsumes all codes for Questionnaires that DO NOT require assembly prior to use" }, { "code": "root", "display": "Root Questionnaires", "property": [ { "code": "notSelectable", "valueBoolean": true } ], "definition": "An abstract code that subsumes all codes for Questionnaires that can act as the root for a QuestionnaireResponse" }, { "code": "child", "display": "Child Questionnaires", "property": [ { "code": "notSelectable", "valueBoolean": true } ], "definition": "An abstract code that subsumes all codes for Questionnaires that can act as subQuestionnaires" }, { "code": "assemble-root-or-child", "display": "Assembly-required root or child", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "assembly" }, { "code": "parent", "valueCode": "root" }, { "code": "parent", "valueCode": "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." }, { "code": "assemble-root", "display": "Assembly-required root", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "assembly" }, { "code": "parent", "valueCode": "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." }, { "code": "assemble-child", "display": "Assembly required child", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "assembly" }, { "code": "parent", "valueCode": "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" }, { "code": "independent-root-or-child", "display": "Assembled root-or-child", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "independent" }, { "code": "parent", "valueCode": "root" }, { "code": "parent", "valueCode": "child" } ], "definition": "This Questionnaire can be used without assembly and be used directly, but is also safe for use as a child module" }, { "code": "independent-child", "display": "Assembled child", "property": [ { "code": "notSelectable", "valueBoolean": false }, { "code": "parent", "valueCode": "independent" }, { "code": "parent", "valueCode": "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" } ], "caseSensitive": true, "version": "3.0.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/fiwg", "system": "url" } ] } ] }