FHIR Extensions Pack
5.3.0-ballot-tc1 - (September 2025 Ballot) International flag

This page is part of the FHIR Core Extensions Registry (v5.3.0-ballot-tc1: Release 5.3) based on FHIR (HL7® FHIR® Standard) v5.0.0. This version is a pre-release. The current official version is 5.2.0. For a full list of available versions, see the Directory of published versions

CodeSystem: Questionnaire Derivation Type Codes

Official URL: http://hl7.org/fhir/questionnaire-derivationType Version: 5.3.0-ballot-tc1
Standards status: Trial-use Maturity Level: 1 Computable Name: QuestionnaireDerivationType
Other Identifiers: OID:2.16.840.1.113883.4.642.1.2122

Codes defining types of relationships between Questionnaires

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

Changes since version 5.2.0:

  • The list of codes defined by the code system has changed
  • Last updated: 2023-01-31 07:07:38+1100

    Profile: Shareable CodeSystem

    This case-sensitive code system http://hl7.org/fhir/questionnaire-derivationType defines the following codes in a Is-A hierarchy:

    LvlCodeDisplayDefinition
    1 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. A QuestionnaireResponse against the referenced Questionnaire should be valid against the referencing Questionnaire. However, a QuestionnaireResponse against the referencing Questionnaire might not be valid against the referenced Questionnaire.
    1 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.
    icon Added:2   validAgainst valid against The changes made are ones specifically contemplated in the design of the base Questionnaire such that it is still considered 'validated' for use. E.g. questions removed were marked as 'optionalDisplay' in the original, or language translation performed has been confirmed to not change the interpretation of or likelihood of certain answers.
    1 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.