Package | hl7.fhir.uv.sdc.r4b |
Type | CodeSystem |
Id | assemble-expectation |
FHIR Version | R4B |
Source | http://hl7.org/fhir/uv/sdc/http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-assemble-expectation.html |
URL | http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation |
Version | 3.0.0 |
Status | draft |
Date | 2022-03-08T18:37:19+00:00 |
Name | AssembleExpectation |
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
Properties
Code | URL | Type | Description |
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 | http://hl7.org/fhir/concept-properties#parent | code | Indicates a parent concept that can subsume this concept |
This code system http://hl7.org/fhir/uv/sdc/CodeSystem/assemble-expectation defines the following codes:
{ "resourceType": "CodeSystem", "id": "assemble-expectation", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 3, "_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", "version": "3.0.0", "name": "AssembleExpectation", "title": "Assemble Expectation Codes", "status": "draft", "date": "2022-03-08T18:37:19+00:00", "publisher": "HL7 International - FHIR Infrastructure Work Group", "contact": [ { "telecom": [ { "system": "url", "value": "http://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" } ] } ], "caseSensitive": true, "content": "complete", "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" } ] } ] }