This page is part of the FHIR Specification (v3.2.0: R4 Ballot 1). The current version which supercedes this version is 5.0.0.  For a full list of available versions, see the Directory of published versions 
| (No assigned work group) | Maturity Level: 1 | Informative | Use Context: Any | 
The official URL for this profile is:
http://hl7.org/fhir/StructureDefinition/cqif-questionnaire
A questionnaire with the ability to specify behavior associated with questions or groups of questions
This profile was published on Sat, May 30, 2015 00:00+1000 as a draft by Health Level Seven, Inc. - CDS WG.
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Questionnaire.
This structure is derived from Questionnaire.
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   Questionnaire | I | 0..* | A questionnaire with the ability to specify behavior associated with questions or groups of questions | |
|    id | Σ | 0..1 | id | Logical id of this artifact | 
|    meta | Σ | 0..1 | Meta | Metadata about the resource | 
|    implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | 
|    language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
|    text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation | 
|    contained | 0..* | Resource | Contained, inline Resources | |
|    cqif-library | I | 0..* | Reference(Library) | A library containing logic referenced by the questionnaire URL: http://hl7.org/fhir/StructureDefinition/cqif-library | 
|    modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | 
|    url | Σ | 0..1 | uri | Logical URI to reference this questionnaire (globally unique) | 
|    identifier | Σ | 0..* | Identifier | Additional identifier for the questionnaire | 
|    version | Σ | 0..1 | string | Business version of the questionnaire | 
|    name | Σ | 0..1 | string | Name for this questionnaire (computer friendly) | 
|    title | Σ | 0..1 | string | Name for this questionnaire (human friendly) | 
|    derivedFrom | 0..* | uri | Instantiates protocol or definition | |
|    status | ?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required) | 
|    experimental | ?!Σ | 0..1 | boolean | For testing purposes, not real usage | 
|    subjectType | Σ | 0..* | code | Resource that can be subject of QuestionnaireResponse Binding: ResourceType (required) | 
|    date | Σ | 0..1 | dateTime | Date this was last changed | 
|    publisher | Σ | 0..1 | string | Name of the publisher (organization or individual) | 
|    contact | Σ | 0..* | ContactDetail | Contact details for the publisher | 
|    useContext | Σ | 0..* | UsageContext | Context the content is intended to support | 
|    jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for questionnaire (if applicable) Binding: Jurisdiction ValueSet (extensible) | 
|    description | 0..1 | markdown | Natural language description of the questionnaire | |
|    purpose | 0..1 | markdown | Why this questionnaire is defined | |
|    copyright | 0..1 | markdown | Use and/or publishing restrictions | |
|    approvalDate | 0..1 | date | When the questionnaire was approved by publisher | |
|    lastReviewDate | 0..1 | date | When the questionnaire was last reviewed | |
|    effectivePeriod | Σ | 0..1 | Period | When the questionnaire is expected to be used | 
|    code | Σ | 0..* | Coding | Concept that represents the overall questionnaire Binding: Questionnaire Question Codes (example) | 
|    item | I | 0..* | BackboneElement | Questions and sections within the Questionnaire | 
|     id | 0..1 | string | xml:id (or equivalent in JSON) | |
|     cqif-condition | I | 0..1 | string | A condition that determines whether or not the group is applicable URL: http://hl7.org/fhir/StructureDefinition/cqif-condition | 
|     cqif-initialValue | I | 0..1 | string | An expression that provides the initial value for the answer to the question URL: http://hl7.org/fhir/StructureDefinition/cqif-initialValue | 
|     cqif-calculatedValue | I | 0..1 | string | An expression that provides a calculated value for the answer to the question URL: http://hl7.org/fhir/StructureDefinition/cqif-calculatedValue | 
|     modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | 
|     linkId | 1..1 | string | Unique id for item in questionnaire | |
|     definition | 0..1 | uri | ElementDefinition - details for the item | |
|     code | I | 0..* | Coding | Corresponding concept for this item in a terminology Binding: Questionnaire Question Codes (example) | 
|     prefix | 0..1 | string | E.g. "1(a)", "2.5.3" | |
|     text | 0..1 | string | Primary text for the item | |
|     type | 1..1 | code | group | display | boolean | decimal | integer | date | dateTime + Binding: QuestionnaireItemType (required) | |
|     enableWhen | ?!I | 0..* | BackboneElement | Only allow data when que-7: enableWhen must contain either a 'answer' or a 'hasAnswer' element | 
|      id | 0..1 | string | xml:id (or equivalent in JSON) | |
|      extension | 0..* | Extension | Additional Content defined by implementations | |
|      modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | 
|      question | 1..1 | string | Question that determines whether item is enabled | |
|      hasAnswer | I | 0..1 | boolean | Enable when answered or not | 
|      answer[x] | I | 0..1 | boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | Value question must have Binding: Questionnaire Answer Codes (example) | 
|     required | I | 0..1 | boolean | Whether the item must be included in data results | 
|     repeats | I | 0..1 | boolean | Whether the item may repeat | 
|     readOnly | I | 0..1 | boolean | Don't allow human editing | 
|     maxLength | I | 0..1 | integer | No more than this many characters | 
|     options | I | 0..1 | Reference(ValueSet) | Valueset containing permitted answers | 
|     option | I | 0..* | BackboneElement | Permitted answer | 
|      id | 0..1 | string | xml:id (or equivalent in JSON) | |
|      cqif-optionCode | I | 0..* | CodeableConcept | Meaning of the response option URL: http://hl7.org/fhir/StructureDefinition/cqif-optionCode | 
|      modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | 
|      value[x] | 1..1 | integer, date, time, string, Coding | Answer value Binding: Questionnaire Answer Codes (example) | |
|      initialSelected | 0..1 | boolean | Whether option is selected by default | |
|     initial[x] | I | 0..1 | boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | Default value when item is first rendered Binding: Questionnaire Answer Codes (example) | 
|     item | I | 0..* | Unknown reference to #Questionnaire.item Nested questionnaire items | |
|  Documentation for this format | ||||
<!-- CQIF-Questionnaire --><Questionnaire xmlns="http://hl7.org/fhir" > <!-- from Element: extension --> <id value="[id]"/><!-- 0..1 Logical id of this artifact --> <meta><!-- 0..1 Meta Metadata about the resource --></meta> <implicitRules value="[uri]"/><!-- 0..1 A set of rules under which this content was created --> <language value="[code]"/><!-- 0..1 Language of the resource content
--> <text><!-- 0..1 Narrative Text summary of the resource, for human interpretation --></text> <contained><!-- 0..* Resource Contained, inline Resources --></contained> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <url value="[uri]"/><!-- 0..1 Logical URI to reference this questionnaire (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the questionnaire --></identifier> <version value="[string]"/><!-- 0..1 Business version of the questionnaire --> <name value="[string]"/><!-- 0..1 Name for this questionnaire (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this questionnaire (human friendly) --> <derivedFrom value="[uri]"/><!-- 0..* Instantiates protocol or definition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown
--> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <subjectType value="[code]"/><!-- 0..* Resource that can be subject of QuestionnaireResponse
--> <date value="[dateTime]"/><!-- 0..1 Date this was last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <useContext><!-- 0..* UsageContext Context the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for questionnaire (if applicable)
--></jurisdiction> <description value="[markdown]"/><!-- 0..1 Natural language description of the questionnaire --> <purpose value="[markdown]"/><!-- 0..1 Why this questionnaire is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When the questionnaire was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the questionnaire was last reviewed --> <effectivePeriod><!-- 0..1 Period When the questionnaire is expected to be used --></effectivePeriod> <code><!-- 0..* Coding Concept that represents the overall questionnaire
--></code> <item>
0..* BackboneElement <!--
0..* Questions and sections within the Questionnaire --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <linkId value="[string]"/><!-- 1..1 Unique id for item in questionnaire --> <definition value="[uri]"/><!-- 0..1 ElementDefinition - details for the item --> <code><!-- 0..* Coding Corresponding concept for this item in a terminology
--></code> <prefix value="[string]"/><!-- 0..1 E.g. "1(a)", "2.5.3" --> <text value="[string]"/><!-- 0..1 Primary text for the item --> <type value="[code]"/><!-- 1..1 group | display | boolean | decimal | integer | date | dateTime +
--> <enableWhen>
0..* BackboneElement <!--
0..* Only allow data when --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <question value="[string]"/><!-- 1..1 Question that determines whether item is enabled --> <hasAnswer value="[boolean]"/><!-- 0..1 Enable when answered or not --> <answer[x]><!-- 0..1 boolean|decimal|integer| date|dateTime|time|string|uri|Attachment|Coding|Quantity|Reference(Resource) Value question must have
--></answer[x]> </enableWhen> <required value="[boolean]"/><!-- 0..1 Whether the item must be included in data results --> <repeats value="[boolean]"/><!-- 0..1 Whether the item may repeat --> <readOnly value="[boolean]"/><!-- 0..1 Don't allow human editing --> <maxLength value="[integer]"/><!-- 0..1 No more than this many characters --> <options><!-- 0..1 Reference(ValueSet) Valueset containing permitted answers --></options> <option>
0..* BackboneElement <!--
0..* Permitted answer --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <value[x]><!-- 1..1 integer|date|time|string|Coding Answer value
--></value[x]> <initialSelected value="[boolean]"/><!-- 0..1 Whether option is selected by default --> </option> <initial[x]><!-- 0..1 boolean|decimal|integer|date|dateTime| time|string|uri|Attachment|Coding|Quantity|Reference(Resource) Default value when item is first rendered
--></initial[x]> <item><!-- See #Questionnaire.item Nested questionnaire items --></item> </item> </Questionnaire>
{ // CQIF-Questionnaire
  // from Element: extension
    "meta" : { Meta }, //Metadata about the resource
    "implicitRules" : "<uri>", //A set of rules under which this content was created
    "language" : "<code>", //Language of the resource content  "text" : { Narrative }, //Text summary of the resource, for human interpretation
    "contained" : [{ Resource }], //Contained, inline Resources
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // A library containing logic referenced by the questionnaire // C?
        // from Element: extension
      }
    ],
    "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored
    "url" : "<uri>", //Logical URI to reference this questionnaire (globally unique)
    "identifier" : [{ Identifier }], //Additional identifier for the questionnaire
    "version" : "<string>", //Business version of the questionnaire
    "name" : "<string>", //Name for this questionnaire (computer friendly)
    "title" : "<string>", //Name for this questionnaire (human friendly)
    "derivedFrom" : ["<uri>"], //Instantiates protocol or definition
    "status" : "<code>", // R! draft | active | retired | unknown
    "text" : { Narrative }, //Text summary of the resource, for human interpretation
    "contained" : [{ Resource }], //Contained, inline Resources
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // A library containing logic referenced by the questionnaire // C?
        // from Element: extension
      }
    ],
    "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored
    "url" : "<uri>", //Logical URI to reference this questionnaire (globally unique)
    "identifier" : [{ Identifier }], //Additional identifier for the questionnaire
    "version" : "<string>", //Business version of the questionnaire
    "name" : "<string>", //Name for this questionnaire (computer friendly)
    "title" : "<string>", //Name for this questionnaire (human friendly)
    "derivedFrom" : ["<uri>"], //Instantiates protocol or definition
    "status" : "<code>", // R! draft | active | retired | unknown  "experimental" : <boolean>, //For testing purposes, not real usage
    "subjectType" : ["<code>"], //Resource that can be subject of QuestionnaireResponse
    "experimental" : <boolean>, //For testing purposes, not real usage
    "subjectType" : ["<code>"], //Resource that can be subject of QuestionnaireResponse  "date" : "<dateTime>", //Date this was last changed
    "publisher" : "<string>", //Name of the publisher (organization or individual)
    "contact" : [{ ContactDetail }], //Contact details for the publisher
    "useContext" : [{ UsageContext }], //Context the content is intended to support
    "jurisdiction" : [{ CodeableConcept }], //Intended jurisdiction for questionnaire (if applicable)
    "date" : "<dateTime>", //Date this was last changed
    "publisher" : "<string>", //Name of the publisher (organization or individual)
    "contact" : [{ ContactDetail }], //Contact details for the publisher
    "useContext" : [{ UsageContext }], //Context the content is intended to support
    "jurisdiction" : [{ CodeableConcept }], //Intended jurisdiction for questionnaire (if applicable)  "description" : "<markdown>", //Natural language description of the questionnaire
    "purpose" : "<markdown>", //Why this questionnaire is defined
    "copyright" : "<markdown>", //Use and/or publishing restrictions
    "approvalDate" : "<date>", //When the questionnaire was approved by publisher
    "lastReviewDate" : "<date>", //When the questionnaire was last reviewed
    "effectivePeriod" : { Period }, //When the questionnaire is expected to be used
    "code" : [{ Coding }], //Concept that represents the overall questionnaire
    "description" : "<markdown>", //Natural language description of the questionnaire
    "purpose" : "<markdown>", //Why this questionnaire is defined
    "copyright" : "<markdown>", //Use and/or publishing restrictions
    "approvalDate" : "<date>", //When the questionnaire was approved by publisher
    "lastReviewDate" : "<date>", //When the questionnaire was last reviewed
    "effectivePeriod" : { Period }, //When the questionnaire is expected to be used
    "code" : [{ Coding }], //Concept that represents the overall questionnaire  "item" : [{ BackboneElement }], // C?Questions and sections within the Questionnaire
  }
    "item" : [{ BackboneElement }], // C?Questions and sections within the Questionnaire
  }
   This structure is derived from Questionnaire.
Differential View
This structure is derived from Questionnaire.
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   Questionnaire | I | 0..* | A questionnaire with the ability to specify behavior associated with questions or groups of questions | |
|    id | Σ | 0..1 | id | Logical id of this artifact | 
|    meta | Σ | 0..1 | Meta | Metadata about the resource | 
|    implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created | 
|    language | 0..1 | code | Language of the resource content Binding: Common Languages (extensible) | |
|    text | I | 0..1 | Narrative | Text summary of the resource, for human interpretation | 
|    contained | 0..* | Resource | Contained, inline Resources | |
|    cqif-library | I | 0..* | Reference(Library) | A library containing logic referenced by the questionnaire URL: http://hl7.org/fhir/StructureDefinition/cqif-library | 
|    modifierExtension | ?! | 0..* | Extension | Extensions that cannot be ignored | 
|    url | Σ | 0..1 | uri | Logical URI to reference this questionnaire (globally unique) | 
|    identifier | Σ | 0..* | Identifier | Additional identifier for the questionnaire | 
|    version | Σ | 0..1 | string | Business version of the questionnaire | 
|    name | Σ | 0..1 | string | Name for this questionnaire (computer friendly) | 
|    title | Σ | 0..1 | string | Name for this questionnaire (human friendly) | 
|    derivedFrom | 0..* | uri | Instantiates protocol or definition | |
|    status | ?!Σ | 1..1 | code | draft | active | retired | unknown Binding: PublicationStatus (required) | 
|    experimental | ?!Σ | 0..1 | boolean | For testing purposes, not real usage | 
|    subjectType | Σ | 0..* | code | Resource that can be subject of QuestionnaireResponse Binding: ResourceType (required) | 
|    date | Σ | 0..1 | dateTime | Date this was last changed | 
|    publisher | Σ | 0..1 | string | Name of the publisher (organization or individual) | 
|    contact | Σ | 0..* | ContactDetail | Contact details for the publisher | 
|    useContext | Σ | 0..* | UsageContext | Context the content is intended to support | 
|    jurisdiction | Σ | 0..* | CodeableConcept | Intended jurisdiction for questionnaire (if applicable) Binding: Jurisdiction ValueSet (extensible) | 
|    description | 0..1 | markdown | Natural language description of the questionnaire | |
|    purpose | 0..1 | markdown | Why this questionnaire is defined | |
|    copyright | 0..1 | markdown | Use and/or publishing restrictions | |
|    approvalDate | 0..1 | date | When the questionnaire was approved by publisher | |
|    lastReviewDate | 0..1 | date | When the questionnaire was last reviewed | |
|    effectivePeriod | Σ | 0..1 | Period | When the questionnaire is expected to be used | 
|    code | Σ | 0..* | Coding | Concept that represents the overall questionnaire Binding: Questionnaire Question Codes (example) | 
|    item | I | 0..* | BackboneElement | Questions and sections within the Questionnaire | 
|     id | 0..1 | string | xml:id (or equivalent in JSON) | |
|     cqif-condition | I | 0..1 | string | A condition that determines whether or not the group is applicable URL: http://hl7.org/fhir/StructureDefinition/cqif-condition | 
|     cqif-initialValue | I | 0..1 | string | An expression that provides the initial value for the answer to the question URL: http://hl7.org/fhir/StructureDefinition/cqif-initialValue | 
|     cqif-calculatedValue | I | 0..1 | string | An expression that provides a calculated value for the answer to the question URL: http://hl7.org/fhir/StructureDefinition/cqif-calculatedValue | 
|     modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | 
|     linkId | 1..1 | string | Unique id for item in questionnaire | |
|     definition | 0..1 | uri | ElementDefinition - details for the item | |
|     code | I | 0..* | Coding | Corresponding concept for this item in a terminology Binding: Questionnaire Question Codes (example) | 
|     prefix | 0..1 | string | E.g. "1(a)", "2.5.3" | |
|     text | 0..1 | string | Primary text for the item | |
|     type | 1..1 | code | group | display | boolean | decimal | integer | date | dateTime + Binding: QuestionnaireItemType (required) | |
|     enableWhen | ?!I | 0..* | BackboneElement | Only allow data when que-7: enableWhen must contain either a 'answer' or a 'hasAnswer' element | 
|      id | 0..1 | string | xml:id (or equivalent in JSON) | |
|      extension | 0..* | Extension | Additional Content defined by implementations | |
|      modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | 
|      question | 1..1 | string | Question that determines whether item is enabled | |
|      hasAnswer | I | 0..1 | boolean | Enable when answered or not | 
|      answer[x] | I | 0..1 | boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | Value question must have Binding: Questionnaire Answer Codes (example) | 
|     required | I | 0..1 | boolean | Whether the item must be included in data results | 
|     repeats | I | 0..1 | boolean | Whether the item may repeat | 
|     readOnly | I | 0..1 | boolean | Don't allow human editing | 
|     maxLength | I | 0..1 | integer | No more than this many characters | 
|     options | I | 0..1 | Reference(ValueSet) | Valueset containing permitted answers | 
|     option | I | 0..* | BackboneElement | Permitted answer | 
|      id | 0..1 | string | xml:id (or equivalent in JSON) | |
|      cqif-optionCode | I | 0..* | CodeableConcept | Meaning of the response option URL: http://hl7.org/fhir/StructureDefinition/cqif-optionCode | 
|      modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored | 
|      value[x] | 1..1 | integer, date, time, string, Coding | Answer value Binding: Questionnaire Answer Codes (example) | |
|      initialSelected | 0..1 | boolean | Whether option is selected by default | |
|     initial[x] | I | 0..1 | boolean, decimal, integer, date, dateTime, time, string, uri, Attachment, Coding, Quantity, Reference(Resource) | Default value when item is first rendered Binding: Questionnaire Answer Codes (example) | 
|     item | I | 0..* | Unknown reference to #Questionnaire.item Nested questionnaire items | |
|  Documentation for this format | ||||
XML Template
<!-- CQIF-Questionnaire --><Questionnaire xmlns="http://hl7.org/fhir" > <!-- from Element: extension --> <id value="[id]"/><!-- 0..1 Logical id of this artifact --> <meta><!-- 0..1 Meta Metadata about the resource --></meta> <implicitRules value="[uri]"/><!-- 0..1 A set of rules under which this content was created --> <language value="[code]"/><!-- 0..1 Language of the resource content
--> <text><!-- 0..1 Narrative Text summary of the resource, for human interpretation --></text> <contained><!-- 0..* Resource Contained, inline Resources --></contained> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <url value="[uri]"/><!-- 0..1 Logical URI to reference this questionnaire (globally unique) --> <identifier><!-- 0..* Identifier Additional identifier for the questionnaire --></identifier> <version value="[string]"/><!-- 0..1 Business version of the questionnaire --> <name value="[string]"/><!-- 0..1 Name for this questionnaire (computer friendly) --> <title value="[string]"/><!-- 0..1 Name for this questionnaire (human friendly) --> <derivedFrom value="[uri]"/><!-- 0..* Instantiates protocol or definition --> <status value="[code]"/><!-- 1..1 draft | active | retired | unknown
--> <experimental value="[boolean]"/><!-- 0..1 For testing purposes, not real usage --> <subjectType value="[code]"/><!-- 0..* Resource that can be subject of QuestionnaireResponse
--> <date value="[dateTime]"/><!-- 0..1 Date this was last changed --> <publisher value="[string]"/><!-- 0..1 Name of the publisher (organization or individual) --> <contact><!-- 0..* ContactDetail Contact details for the publisher --></contact> <useContext><!-- 0..* UsageContext Context the content is intended to support --></useContext> <jurisdiction><!-- 0..* CodeableConcept Intended jurisdiction for questionnaire (if applicable)
--></jurisdiction> <description value="[markdown]"/><!-- 0..1 Natural language description of the questionnaire --> <purpose value="[markdown]"/><!-- 0..1 Why this questionnaire is defined --> <copyright value="[markdown]"/><!-- 0..1 Use and/or publishing restrictions --> <approvalDate value="[date]"/><!-- 0..1 When the questionnaire was approved by publisher --> <lastReviewDate value="[date]"/><!-- 0..1 When the questionnaire was last reviewed --> <effectivePeriod><!-- 0..1 Period When the questionnaire is expected to be used --></effectivePeriod> <code><!-- 0..* Coding Concept that represents the overall questionnaire
--></code> <item>
0..* BackboneElement <!--
0..* Questions and sections within the Questionnaire --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <linkId value="[string]"/><!-- 1..1 Unique id for item in questionnaire --> <definition value="[uri]"/><!-- 0..1 ElementDefinition - details for the item --> <code><!-- 0..* Coding Corresponding concept for this item in a terminology
--></code> <prefix value="[string]"/><!-- 0..1 E.g. "1(a)", "2.5.3" --> <text value="[string]"/><!-- 0..1 Primary text for the item --> <type value="[code]"/><!-- 1..1 group | display | boolean | decimal | integer | date | dateTime +
--> <enableWhen>
0..* BackboneElement <!--
0..* Only allow data when --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <question value="[string]"/><!-- 1..1 Question that determines whether item is enabled --> <hasAnswer value="[boolean]"/><!-- 0..1 Enable when answered or not --> <answer[x]><!-- 0..1 boolean|decimal|integer| date|dateTime|time|string|uri|Attachment|Coding|Quantity|Reference(Resource) Value question must have
--></answer[x]> </enableWhen> <required value="[boolean]"/><!-- 0..1 Whether the item must be included in data results --> <repeats value="[boolean]"/><!-- 0..1 Whether the item may repeat --> <readOnly value="[boolean]"/><!-- 0..1 Don't allow human editing --> <maxLength value="[integer]"/><!-- 0..1 No more than this many characters --> <options><!-- 0..1 Reference(ValueSet) Valueset containing permitted answers --></options> <option>
0..* BackboneElement <!--
0..* Permitted answer --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> <value[x]><!-- 1..1 integer|date|time|string|Coding Answer value
--></value[x]> <initialSelected value="[boolean]"/><!-- 0..1 Whether option is selected by default --> </option> <initial[x]><!-- 0..1 boolean|decimal|integer|date|dateTime| time|string|uri|Attachment|Coding|Quantity|Reference(Resource) Default value when item is first rendered
--></initial[x]> <item><!-- See #Questionnaire.item Nested questionnaire items --></item> </item> </Questionnaire>
JSON Template
{ // CQIF-Questionnaire
  // from Element: extension
    "meta" : { Meta }, //Metadata about the resource
    "implicitRules" : "<uri>", //A set of rules under which this content was created
    "language" : "<code>", //Language of the resource content  "text" : { Narrative }, //Text summary of the resource, for human interpretation
    "contained" : [{ Resource }], //Contained, inline Resources
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // A library containing logic referenced by the questionnaire // C?
        // from Element: extension
      }
    ],
    "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored
    "url" : "<uri>", //Logical URI to reference this questionnaire (globally unique)
    "identifier" : [{ Identifier }], //Additional identifier for the questionnaire
    "version" : "<string>", //Business version of the questionnaire
    "name" : "<string>", //Name for this questionnaire (computer friendly)
    "title" : "<string>", //Name for this questionnaire (human friendly)
    "derivedFrom" : ["<uri>"], //Instantiates protocol or definition
    "status" : "<code>", // R! draft | active | retired | unknown
    "text" : { Narrative }, //Text summary of the resource, for human interpretation
    "contained" : [{ Resource }], //Contained, inline Resources
    "extension" : [ //  sliced by value:url  in the specified order, Open 
      { // A library containing logic referenced by the questionnaire // C?
        // from Element: extension
      }
    ],
    "modifierExtension" : [{ Extension }], //Extensions that cannot be ignored
    "url" : "<uri>", //Logical URI to reference this questionnaire (globally unique)
    "identifier" : [{ Identifier }], //Additional identifier for the questionnaire
    "version" : "<string>", //Business version of the questionnaire
    "name" : "<string>", //Name for this questionnaire (computer friendly)
    "title" : "<string>", //Name for this questionnaire (human friendly)
    "derivedFrom" : ["<uri>"], //Instantiates protocol or definition
    "status" : "<code>", // R! draft | active | retired | unknown  "experimental" : <boolean>, //For testing purposes, not real usage
    "subjectType" : ["<code>"], //Resource that can be subject of QuestionnaireResponse
    "experimental" : <boolean>, //For testing purposes, not real usage
    "subjectType" : ["<code>"], //Resource that can be subject of QuestionnaireResponse  "date" : "<dateTime>", //Date this was last changed
    "publisher" : "<string>", //Name of the publisher (organization or individual)
    "contact" : [{ ContactDetail }], //Contact details for the publisher
    "useContext" : [{ UsageContext }], //Context the content is intended to support
    "jurisdiction" : [{ CodeableConcept }], //Intended jurisdiction for questionnaire (if applicable)
    "date" : "<dateTime>", //Date this was last changed
    "publisher" : "<string>", //Name of the publisher (organization or individual)
    "contact" : [{ ContactDetail }], //Contact details for the publisher
    "useContext" : [{ UsageContext }], //Context the content is intended to support
    "jurisdiction" : [{ CodeableConcept }], //Intended jurisdiction for questionnaire (if applicable)  "description" : "<markdown>", //Natural language description of the questionnaire
    "purpose" : "<markdown>", //Why this questionnaire is defined
    "copyright" : "<markdown>", //Use and/or publishing restrictions
    "approvalDate" : "<date>", //When the questionnaire was approved by publisher
    "lastReviewDate" : "<date>", //When the questionnaire was last reviewed
    "effectivePeriod" : { Period }, //When the questionnaire is expected to be used
    "code" : [{ Coding }], //Concept that represents the overall questionnaire
    "description" : "<markdown>", //Natural language description of the questionnaire
    "purpose" : "<markdown>", //Why this questionnaire is defined
    "copyright" : "<markdown>", //Use and/or publishing restrictions
    "approvalDate" : "<date>", //When the questionnaire was approved by publisher
    "lastReviewDate" : "<date>", //When the questionnaire was last reviewed
    "effectivePeriod" : { Period }, //When the questionnaire is expected to be used
    "code" : [{ Coding }], //Concept that represents the overall questionnaire  "item" : [{ BackboneElement }], // C?Questions and sections within the Questionnaire
  }
    "item" : [{ BackboneElement }], // C?Questions and sections within the Questionnaire
  }
   
Alternate definitions: Master Definition (XML, JSON), Schematron
| Path | Name | Conformance | ValueSet | 
| Questionnaire.language | Common Languages | extensible | Common Languages | 
| Questionnaire.status | PublicationStatus | required | PublicationStatus | 
| Questionnaire.subjectType | ResourceType | required | ResourceType | 
| Questionnaire.jurisdiction | Jurisdiction ValueSet | extensible | Jurisdiction ValueSet | 
| Questionnaire.code | Questionnaire Question Codes | example | Questionnaire Question Codes | 
| Questionnaire.item.code | Questionnaire Question Codes | example | Questionnaire Question Codes | 
| Questionnaire.item.type | QuestionnaireItemType | required | QuestionnaireItemType | 
| Questionnaire.item.enableWhen.answer[x] | Questionnaire Answer Codes | example | Questionnaire Answer Codes | 
| Questionnaire.item.option.value[x] | Questionnaire Answer Codes | example | Questionnaire Answer Codes | 
| Questionnaire.item.initial[x] | Questionnaire Answer Codes | example | Questionnaire Answer Codes | 
| Id | Path | Details | Requirements | 
| que-7 | Questionnaire.item.enableWhen | enableWhen must contain either a 'answer' or a 'hasAnswer' element Expression  : hasAnswer.exists() xor answer.exists() |