Form Response Section

The form response sections contains information about a section in a form response.

The form response section model

Properties

  • Name
    id
    Type
    string
    Description

    Unique identifier for the form response section.

  • Name
    object
    Type
    string
    Description

    Always 'form_response_section'.

  • Name
    section
    Type
    string
    Description

    Corresponding form version section.

  • Name
    patient
    Type
    string
    Description

    Patient this form response section is for.

  • Name
    answers
    Type
    string
    Description

    List of answers is this form response section.

Response

{
    "id": "frsc_U8xtAULYUrX7GVsTKePy",
    "object": "form_response_section",
    "section": "fsec_1JtjV1QEY84Fv395Hl7h",
    "patient": "user_3951JtjV1QEY84FvHl7h",
    "questions": ["fans_V1QEY841JtjFv395Hl7h"],
}