FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions

CodeSystem: Questionnaire Derivation Type Codes (Experimental)

Official URL: http://hl7.org/fhir/questionnaire-derivationType Version: 5.1.0-cibuild
Standards status: Draft 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 1.0.0:

  • One or more text definitions/displays have changed
  • This case-sensitive code system http://hl7.org/fhir/questionnaire-derivationType defines the following codes:

    CodeDisplayDefinition
    extends extends icon Changed: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.
    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.