Form Response Answer

The form response answers contains information about an answer in a form response.

The form response answer model

Properties

  • Name
    id
    Type
    string
    Description

    Unique identifier for the form response answer.

  • Name
    object
    Type
    string
    Description

    Always 'form_response_answer'.

  • Name
    question
    Type
    string
    Description

    Corresponding form version question.

  • Name
    patient
    Type
    string
    Description

    Patient this form response answer is for.

  • Name
    line1
    Type
    string
    Description
  • Name
    line2
    Type
    string
    Description
  • Name
    city
    Type
    string
    Description
  • Name
    state
    Type
    string
    Description
  • Name
    postal_code
    Type
    string
    Description
  • Name
    country
    Type
    string
    Description
  • Name
    address
    Type
    string
    Description
  • Name
    allergies
    Type
    array of objects
    Description
  • Name
    name
    Type
    string
    Description
  • Name
    e_sign_consent_given
    Type
    boolean
    Description
  • Name
    signature_url
    Type
    string
    Description
  • Name
    date
    Type
    number
    Description
  • Name
    codes
    Type
    array of strings
    Description
  • Name
    month
    Type
    number
    Description
  • Name
    day
    Type
    number
    Description
  • Name
    year
    Type
    number
    Description
  • Name
    response
    Type
    string
    Description
  • Name
    score
    Type
    number
    Description
  • Name
    filename
    Type
    string
    Description
  • Name
    policyholder
    Type
    object
    Description
  • Name
    insurance_card
    Type
    object
    Description
  • Name
    type
    Type
    string
    Description
    Possible values:
    primary
    secondary
    tertiary
    inactive
  • Name
    insurance_policy
    Type
    string
    Description
  • Name
    medications
    Type
    array of objects
    Description
  • Name
    responses
    Type
    array of strings
    Description
  • Name
    other_field_response
    Type
    string
    Description
  • Name
    pharmacy
    Type
    string
    Description
  • Name
    task
    Type
    string
    Description
  • Name
    time
    Type
    number
    Description
  • Name
    height
    Type
    number
    Description
  • Name
    weight
    Type
    number
    Description
  • Name
    blood_pressure
    Type
    object
    Description
  • Name
    temperature
    Type
    number
    Description
  • Name
    pulse
    Type
    number
    Description
  • Name
    respiratory_rate
    Type
    number
    Description
  • Name
    oxygen_saturation
    Type
    number
    Description
  • Name
    pain
    Type
    number
    Description
  • Name
    vitals
    Type
    string
    Description

Response

{
    "id": "fans_U8xtAULYUrX7GVsTKePy",
    "object": "form_response_answer",
    "question": "fqst_1JtjV1QEY84Fv395Hl7h",
    "patient": "user_3951JtjV1QEY84FvHl7h",
    "response": "Sally Chen"
}