PackagesCanonicalsLogsProblems
    Packages
    fhir.onc.us-quality-core@0.5.0
    http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-questionnaireresponse
description: The US Quality 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: fhir.onc.us-quality-core
derivation: constraint
name: USQualityCoreQuestionnaireResponse
type: QuestionnaireResponse
elements:
  subject:
    type: Reference
    short: (USCDI) The subject of the questions
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient']
    index: 0
  author:
    type: Reference
    short: (USCDI) Person who received and recorded the answers
    refers: ['http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-device', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-organization', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-patient', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-practitioner', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-practitionerrole', 'http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-relatedperson', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device|6.1.0']
    index: 1
  item:
    short: (USCDI) Groups and questions
    index: 2
    elements:
      linkId: {short: (USCDI) Pointer to specific item from Questionnaire, index: 3}
      answer:
        elements:
          value:
            short: (USCDI) Single-valued answer to the question
            choices: [valueCoding, valueString, valueDecimal, valueDate, valueDateTime, valueInteger, valueQuantity]
            index: 5
          valueCoding: {type: Coding, short: (USCDI) Single-valued answer to the question, choiceOf: value, index: 6}
          valueString: {type: string, short: (USCDI) Single-valued answer to the question, choiceOf: value, index: 7}
          valueDecimal: {type: decimal, short: (USCDI) Single-valued answer to the question, choiceOf: value, index: 8}
          valueDate: {type: date, short: (USCDI) Single-valued answer to the question, choiceOf: value, index: 9}
          valueDateTime: {type: dateTime, short: (USCDI) Single-valued answer to the question, choiceOf: value, index: 10}
          valueInteger: {type: integer, short: (USCDI) Single-valued answer to the question, choiceOf: value, index: 11}
          valueQuantity: {type: Quantity, short: (USCDI) Single-valued answer to the question, choiceOf: value, index: 12}
package_version: 0.5.0
class: profile
kind: resource
url: http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-questionnaireresponse
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-questionnaireresponse|6.1.0
version: 0.5.0
required: [subject]