FHIR 4.0.1 © HL7.org  |  FHIRsmith 0.9.6  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem 988

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Last updated: January 30, 2023 at 08:07:38 PM UTC
Defining URL http://hl7.org/fhir/questionnaire-derivationType
Version 1.0.0
Name QuestionnaireDerivationType
Title Questionnaire Derivation Type Codes
Status draft
Definition

Codes defining types of relationships between Questionnaires

Publisher HL7 International / FHIR Infrastructure
Committee fhir
Source hl7.fhir.uv.extensions.r4#1.0.0

This case-sensitive code system http://hl7.org/fhir/questionnaire-derivationType defines the following codes:

Code Display Definition
extends extends Indicates this Questionnaire includes all of the items and permitted answers present in the target Questionnaire, however it also adds additional items and/or answers, such that a QuestionnaireResponse against the referencing Questionnaire may no longer be valid against the referenced Questionnaire.
compliesWith complies with Indicates this Questionnaire is derived in a manner that ensures that QuestionnaireResponses completed against this form will also be valid against the referenced questionnaire. To be a valid constraint, linkId, item types, and item order must align and all required items and answers must be included. However, cardinality can be tightened and answers can be restricted. If a Questionnaire complies with a parent Questionnaire, that does not mean that the derived Questionnaire is considered to have the same validity as the parent Questionnaire.
inspiredBy inspired by Indicates that some portion of the content of this Questionnaire was drawn from the referenced Questionnaire. Responses created against this Questionnaire have no expectation of being valid against the referenced Questionnaire. linkIds, question text, answer choices, etc. may all vary and items may have been added or removed.