PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.eltss.r4b@2.0.0-ballot
    http://hl7.org/fhir/us/eltss/StructureDefinition/QuestionnaireResponse-eltss
description: To promote interoperability and adoption through common implementation, this profile sets minimum expectations for the QuestionnaireResponse resource to record, search, and fetch retrieve captures the responses to form/survey and assessment tools such as the *Protocol for Responding to and Assessing Patients’ Assets, Risks, and Experiences (PRAPARE) Survey*.   This profile is based on the [Structured Data Capture (SDC) Questionnaire Response Profile](http://hl7.org/fhir/uv/sdc/STU3/StructureDefinition-sdc-questionnaireresponse.html) and identifies the *additional* core elements, extensions, vocabularies and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile. It provides the floor for standards development for specific uses cases.
package_name: hl7.fhir.us.eltss.r4b
derivation: constraint
name: QuestionnaireResponse_eltss
type: QuestionnaireResponse
elements:
  identifier: {mustSupport: true, index: 0}
  questionnaire: {type: canonical, mustSupport: true, index: 1}
  status: {mustSupport: true, index: 2}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource', 'http://hl7.org/fhir/us/eltss/StructureDefinition/Patient-eltss']
    index: 3
  authored: {mustSupport: true, index: 4}
  author: {mustSupport: true, index: 5}
  item:
    mustSupport: true
    index: 6
    elements:
      linkId: {mustSupport: true, index: 7}
      answer:
        mustSupport: true
        index: 8
        elements:
          valueReference:
            type: Reference
            mustSupport: true
            choiceOf: value
            refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
            index: 22
          valueUri: {type: uri, mustSupport: true, choiceOf: value, index: 18}
          valueTime: {type: time, mustSupport: true, choiceOf: value, index: 16}
          valueDecimal: {type: decimal, mustSupport: true, choiceOf: value, index: 12}
          valueQuantity: {type: Quantity, mustSupport: true, choiceOf: value, index: 21}
          value:
            mustSupport: true
            choices: [valueBoolean, valueDecimal, valueInteger, valueDate, valueDateTime, valueTime, valueString, valueUri, valueAttachment, valueCoding, valueQuantity, valueReference]
            index: 10
          item: {mustSupport: true, index: 23}
          valueString: {type: string, mustSupport: true, choiceOf: value, index: 17}
          valueBoolean: {type: boolean, mustSupport: true, choiceOf: value, index: 11}
          valueDateTime: {type: dateTime, mustSupport: true, choiceOf: value, index: 15}
          valueDate: {type: date, mustSupport: true, choiceOf: value, index: 14}
          valueCoding: {type: Coding, mustSupport: true, choiceOf: value, index: 20}
          valueInteger: {type: integer, mustSupport: true, choiceOf: value, index: 13}
          valueAttachment: {type: Attachment, mustSupport: true, choiceOf: value, index: 19}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/eltss/StructureDefinition/QuestionnaireResponse-eltss
base: http://hl7.org/fhir/StructureDefinition/QuestionnaireResponse
version: 2.0.0-ballot
required: [subject]