PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-questionnaireresponse
description: The QI-Core QuestionnaireResponse Profile is based upon the US Core QuestionnaireResponse Profile and sets minimum expectations for the QuestionnaireResponse resource to record, search, and fetch retrieve captures the responses to form/survey and defines the core set of elements and extensions for quality rule and measure authors.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreQuestionnaireResponse
type: QuestionnaireResponse
elements:
  subject:
    type: Reference
    short: (QI) The subject of the questions
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 0
  author:
    type: Reference
    short: (QI) Person who received and recorded the answers
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-device', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitionerrole', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-relatedperson']
    index: 1
  item:
    short: (QI) Groups and questions
    index: 2
    elements:
      linkId: {short: (QI) Pointer to specific item from Questionnaire, index: 3}
      answer:
        elements:
          value:
            short: (QI) Single-valued answer to the question
            choices: [valueCoding, valueString, valueDecimal, valueDate, valueDateTime, valueInteger, valueQuantity]
            index: 5
          valueCoding: {type: Coding, short: (QI) Single-valued answer to the question, choiceOf: value, index: 6}
          valueString: {type: string, short: (QI) Single-valued answer to the question, choiceOf: value, index: 7}
          valueDecimal: {type: decimal, short: (QI) Single-valued answer to the question, choiceOf: value, index: 8}
          valueDate: {type: date, short: (QI) Single-valued answer to the question, choiceOf: value, index: 9}
          valueDateTime: {type: dateTime, short: (QI) Single-valued answer to the question, choiceOf: value, index: 10}
          valueInteger: {type: integer, short: (QI) Single-valued answer to the question, choiceOf: value, index: 11}
          valueQuantity: {type: Quantity, short: (QI) Single-valued answer to the question, choiceOf: value, index: 12}
package_version: 7.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-questionnaireresponse
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse
version: 7.0.0-ballot
required: [subject]