Class QuestionnaireResponse

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

    public class QuestionnaireResponse
    extends DomainResource
    A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the underlying questions.
    See Also:
    Serialized Form
    • Field Detail

      • identifier

        protected Identifier identifier
        A business identifier assigned to a particular completed (or partially completed) questionnaire.
      • questionnaire

        protected Reference questionnaire
        Indicates the Questionnaire resource that defines the form for which answers are being provided.
      • questionnaireTarget

        protected Questionnaire questionnaireTarget
        The actual object that is the target of the reference (Indicates the Questionnaire resource that defines the form for which answers are being provided.)
      • subject

        protected Reference subject
        The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.
      • subjectTarget

        protected Resource subjectTarget
        The actual object that is the target of the reference (The subject of the questionnaire response. This could be a patient, organization, practitioner, device, etc. This is who/what the answers apply to, but is not necessarily the source of information.)
      • author

        protected Reference author
        Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.
      • authorTarget

        protected Resource authorTarget
        The actual object that is the target of the reference (Person who received the answers to the questions in the QuestionnaireResponse and recorded them in the system.)
      • authored

        protected DateTimeType authored
        The date and/or time that this version of the questionnaire response was authored.
      • source

        protected Reference source
        The person who answered the questions about the subject.
      • sourceTarget

        protected Resource sourceTarget
        The actual object that is the target of the reference (The person who answered the questions about the subject.)
      • encounter

        protected Reference encounter
        Encounter during which this set of questionnaire response were collected. When there were multiple encounters, this is the one considered most relevant to the context of the answers.
      • encounterTarget

        protected Encounter encounterTarget
        The actual object that is the target of the reference (Encounter during which this set of questionnaire response were collected. When there were multiple encounters, this is the one considered most relevant to the context of the answers.)
      • SP_AUTHOR

        public static final String SP_AUTHOR
        Search parameter: author

        Description: The author of the questionnaire
        Type: reference
        Path: QuestionnaireResponse.author

        See Also:
        Constant Field Values
      • AUTHOR

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam AUTHOR
        Fluent Client search parameter constant for author

        Description: The author of the questionnaire
        Type: reference
        Path: QuestionnaireResponse.author

      • INCLUDE_AUTHOR

        public static final ca.uhn.fhir.model.api.Include INCLUDE_AUTHOR
        Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:author".
      • SP_QUESTIONNAIRE

        public static final String SP_QUESTIONNAIRE
        Search parameter: questionnaire

        Description: The questionnaire the answers are provided for
        Type: reference
        Path: QuestionnaireResponse.questionnaire

        See Also:
        Constant Field Values
      • QUESTIONNAIRE

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam QUESTIONNAIRE
        Fluent Client search parameter constant for questionnaire

        Description: The questionnaire the answers are provided for
        Type: reference
        Path: QuestionnaireResponse.questionnaire

      • INCLUDE_QUESTIONNAIRE

        public static final ca.uhn.fhir.model.api.Include INCLUDE_QUESTIONNAIRE
        Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:questionnaire".
      • SP_PATIENT

        public static final String SP_PATIENT
        Search parameter: patient

        Description: The patient that is the subject of the questionnaire
        Type: reference
        Path: QuestionnaireResponse.subject

        See Also:
        Constant Field Values
      • PATIENT

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
        Fluent Client search parameter constant for patient

        Description: The patient that is the subject of the questionnaire
        Type: reference
        Path: QuestionnaireResponse.subject

      • INCLUDE_PATIENT

        public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
        Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:patient".
      • SP_AUTHORED

        public static final String SP_AUTHORED
        Search parameter: authored

        Description: When the questionnaire was authored
        Type: date
        Path: QuestionnaireResponse.authored

        See Also:
        Constant Field Values
      • AUTHORED

        public static final ca.uhn.fhir.rest.gclient.DateClientParam AUTHORED
        Fluent Client search parameter constant for authored

        Description: When the questionnaire was authored
        Type: date
        Path: QuestionnaireResponse.authored

      • SP_SOURCE

        public static final String SP_SOURCE
        Search parameter: source

        Description: The person who answered the questions
        Type: reference
        Path: QuestionnaireResponse.source

        See Also:
        Constant Field Values
      • SOURCE

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SOURCE
        Fluent Client search parameter constant for source

        Description: The person who answered the questions
        Type: reference
        Path: QuestionnaireResponse.source

      • INCLUDE_SOURCE

        public static final ca.uhn.fhir.model.api.Include INCLUDE_SOURCE
        Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:source".
      • SP_STATUS

        public static final String SP_STATUS
        Search parameter: status

        Description: The status of the questionnaire response
        Type: token
        Path: QuestionnaireResponse.status

        See Also:
        Constant Field Values
      • STATUS

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
        Fluent Client search parameter constant for status

        Description: The status of the questionnaire response
        Type: token
        Path: QuestionnaireResponse.status

      • SP_SUBJECT

        public static final String SP_SUBJECT
        Search parameter: subject

        Description: The subject of the questionnaire
        Type: reference
        Path: QuestionnaireResponse.subject

        See Also:
        Constant Field Values
      • SUBJECT

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
        Fluent Client search parameter constant for subject

        Description: The subject of the questionnaire
        Type: reference
        Path: QuestionnaireResponse.subject

      • INCLUDE_SUBJECT

        public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
        Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:subject".
      • SP_ENCOUNTER

        public static final String SP_ENCOUNTER
        Search parameter: encounter

        Description: Encounter during which questionnaire was authored
        Type: reference
        Path: QuestionnaireResponse.encounter

        See Also:
        Constant Field Values
      • ENCOUNTER

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam ENCOUNTER
        Fluent Client search parameter constant for encounter

        Description: Encounter during which questionnaire was authored
        Type: reference
        Path: QuestionnaireResponse.encounter

      • INCLUDE_ENCOUNTER

        public static final ca.uhn.fhir.model.api.Include INCLUDE_ENCOUNTER
        Constant for fluent queries to be used to add include statements. Specifies the path value of "QuestionnaireResponse:encounter".