Class QuestionnaireResponseStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class QuestionnaireResponseStatus
    extends Code
    • Field Detail

      • IN_PROGRESS

        public static final QuestionnaireResponseStatus IN_PROGRESS
        In Progress

        This QuestionnaireResponse has been partially filled out with answers but changes or additions are still expected to be made to it.

      • COMPLETED

        public static final QuestionnaireResponseStatus COMPLETED
        Completed

        This QuestionnaireResponse has been filled out with answers and the current content is regarded as definitive.

      • AMENDED

        public static final QuestionnaireResponseStatus AMENDED
        Amended

        This QuestionnaireResponse has been filled out with answers, then marked as complete, yet changes or additions have been made to it afterwards.

      • ENTERED_IN_ERROR

        public static final QuestionnaireResponseStatus ENTERED_IN_ERROR
        Entered in Error

        This QuestionnaireResponse was entered in error and voided.

      • STOPPED

        public static final QuestionnaireResponseStatus STOPPED
        Stopped

        This QuestionnaireResponse has been partially filled out with answers but has been abandoned. It is unknown whether changes or additions are expected to be made to it.