FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/questionnaire-derivationType

Packagehl7.fhir.uv.extensions.r5
TypeCodeSystem
Idquestionnaire-derivationType
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/http://hl7.org/fhir/extensions/5.2.0/CodeSystem-questionnaire-derivationType.html
URLhttp://hl7.org/fhir/questionnaire-derivationType
Version5.2.0
Statusactive
Date2025-02-10T21:45:45+11:00
NameQuestionnaireDerivationType
TitleQuestionnaire Derivation Type Codes
Realmuv
Authorityhl7
DescriptionCodes defining types of relationships between Questionnaires
Contentcomplete

Resources that use this resource

ValueSet
questionnaire-derivationTypeQuestionnaire Derivation Type Valueset
questionnaire-derivationTypeQuestionnaire Derivation Type Valueset

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem questionnaire-derivationType

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:

CodeDisplayDefinition
extends extendsIndicates 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 withIndicates 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 byIndicates 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.

Source

{
  "resourceType": "CodeSystem",
  "id": "questionnaire-derivationType",
  "meta": {
    "lastUpdated": "2023-01-31T07:07:38.434+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/questionnaire-derivationType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.2122"
    }
  ],
  "version": "5.2.0",
  "name": "QuestionnaireDerivationType",
  "title": "Questionnaire Derivation Type Codes",
  "status": "active",
  "experimental": false,
  "date": "2025-02-10T21:45:45+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "Codes defining types of relationships between Questionnaires",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "extends",
      "display": "extends",
      "definition": "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."
    },
    {
      "code": "compliesWith",
      "display": "complies with",
      "definition": "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."
    },
    {
      "code": "inspiredBy",
      "display": "inspired by",
      "definition": "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."
    }
  ]
}