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: questionnaire: {short: (QI) Form being answered, index: 0} subject: type: Reference short: (QI) The subject of the questions refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient'] index: 1 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: 2 item: short: (QI) Groups and questions index: 3 elements: linkId: {short: (QI) Pointer to specific item from Questionnaire, index: 4} answer: elements: value: short: (QI) Single-valued answer to the question choices: [valueCoding, valueString, valueDecimal, valueDate, valueDateTime, valueInteger, valueQuantity] index: 6 valueCoding: {type: Coding, short: (QI) Single-valued answer to the question, choiceOf: value, index: 7} valueString: {type: string, short: (QI) Single-valued answer to the question, choiceOf: value, index: 8} valueDecimal: {type: decimal, short: (QI) Single-valued answer to the question, choiceOf: value, index: 9} valueDate: {type: date, short: (QI) Single-valued answer to the question, choiceOf: value, index: 10} valueDateTime: {type: dateTime, short: (QI) Single-valued answer to the question, choiceOf: value, index: 11} valueInteger: {type: integer, short: (QI) Single-valued answer to the question, choiceOf: value, index: 12} valueQuantity: {type: Quantity, short: (QI) Single-valued answer to the question, choiceOf: value, index: 13} package_version: 7.0.0 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 required: [questionnaire, subject]