| Q9-1 [] | Section: Fertility |
In order to make future plans for schools, housing, hospitals, and medical
care, information is needed about the number of children people have.
We know that some of these questions may not apply to you, but we need to
ask the same questions of all our respondents in order to be complete.
| Q9-2 [] | Section: Fertility |
We are first going to verify our records of children that you have had, if
any, PRIOR TO [lintdate]. Then we are going to ask you some questions about
children that you have had, if any, SINCE [lintdate]. So for the rest of the
questions in this section, we would like you to please think of [lintdate]
when you give us your answers.
| Q9-6_1 [] | Section: Fertility |
CHECK ([CHILD.NAME(1)])
COMMENT: Is there a child to check
If Answer = 1 Then Go To Q9-6A_1
| Default Next: | Q9-8 |
| Lead-In: | Q9-2 [Default] |
| Q9-6A_1 [] | Section: Fertility |
([[child.statcode(1)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_1
| Q9-6B_1 [] | Section: Fertility |
STRCMP ([CHILD.NAME(1)],"(MISSING NAME)",14)
COMMENT: Is the first child's name missing?
If Answer = 1 Then Go To Q9-6C_1
| Q9-6C_1 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(1)]
CHILD'S ID NUMBER: [CHILD.ID(1)]
| Q9-6D_1 [] | Section: Fertility |
CHECK ([CHILD.BDATE(1)])
COMMENT: Is there first child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_2
| Q9-6E_1 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(1)]
CHILD'S ID NUMBER: [CHILD.ID(1)]
| Q9-6_2 [] | Section: Fertility |
CHECK ([CHILD.NAME(2)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_2
| Q9-6A_2 [] | Section: Fertility |
([[child.statcode(2)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_2
| Q9-6B_2 [] | Section: Fertility |
STRCMP ([CHILD.NAME(2)],"(MISSING NAME)",14)
COMMENT: Is the second child's name missing?
If Answer = 1 Then Go To Q9-6C_2
| Q9-6C_2 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(2)]
CHILD'S ID NUMBER: [CHILD.ID(2)]
| Q9-6D_2 [] | Section: Fertility |
CHECK ([CHILD.BDATE(2)])
COMMENT: Is there second child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_3
| Q9-6E_2 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(2)]
CHILD'S ID NUMBER: [CHILD.ID(2)]
| Q9-6_3 [] | Section: Fertility |
CHECK ([CHILD.NAME(3)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_3
| Q9-6A_3 [] | Section: Fertility |
([[child.statcode(3)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_3
| Q9-6B_3 [] | Section: Fertility |
STRCMP ([CHILD.NAME(3)],"(MISSING NAME)",14)
COMMENT: Is the third child's name missing?
If Answer = 1 Then Go To Q9-6C_3
| Q9-6C_3 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(3)]
CHILD'S ID NUMBER: [CHILD.ID(3)]
| Q9-6D_3 [] | Section: Fertility |
CHECK ([CHILD.BDATE(3)])
COMMENT: Is there third child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_4
| Q9-6E_3 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(3)]
CHILD'S ID NUMBER: [CHILD.ID(3)]
| Q9-6_4 [] | Section: Fertility |
CHECK ([CHILD.NAME(4)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_4
| Q9-6A_4 [] | Section: Fertility |
([[child.statcode(4)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_4
| Q9-6B_4 [] | Section: Fertility |
STRCMP ([CHILD.NAME(4)],"(MISSING NAME)",14)
COMMENT: Is the fourth child's name missing?
If Answer = 1 Then Go To Q9-6C_4
| Q9-6C_4 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(4)]
CHILD'S ID NUMBER: [CHILD.ID(4)]
| Q9-6D_4 [] | Section: Fertility |
CHECK ([CHILD.BDATE(4)])
COMMENT: Is there fourth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_5
| Q9-6E_4 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(4)]
CHILD'S ID NUMBER: [CHILD.ID(4)]
| Q9-6_5 [] | Section: Fertility |
CHECK ([CHILD.NAME(5)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_5
| Q9-6A_5 [] | Section: Fertility |
([[child.statcode(5)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_5
| Q9-6B_5 [] | Section: Fertility |
STRCMP ([CHILD.NAME(5)],"(MISSING NAME)",14)
COMMENT: Is the fifth child's name missing?
If Answer = 1 Then Go To Q9-6C_5
| Q9-6C_5 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(5)]
CHILD'S ID NUMBER: [CHILD.ID(5)]
| Q9-6D_5 [] | Section: Fertility |
CHECK ([CHILD.BDATE(5)])
COMMENT: Is there fifth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_6
| Q9-6E_5 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(5)]
CHILD'S ID NUMBER: [CHILD.ID(5)]
| Q9-6_6 [] | Section: Fertility |
CHECK ([CHILD.NAME(6)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_6
| Q9-6A_6 [] | Section: Fertility |
([[child.statcode(6)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_6
| Q9-6B_6 [] | Section: Fertility |
STRCMP ([CHILD.NAME(6)],"(MISSING NAME)",14)
COMMENT: Is the sixth child's name missing?
If Answer = 1 Then Go To Q9-6C_6
| Q9-6C_6 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(6)]
CHILD'S ID NUMBER: [CHILD.ID(6)]
| Q9-6D_6 [] | Section: Fertility |
CHECK ([CHILD.BDATE(6)])
COMMENT: Is there sixth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_7
| Q9-6E_6 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(6)]
CHILD'S ID NUMBER: [CHILD.ID(6)]
| Q9-6_7 [] | Section: Fertility |
CHECK ([CHILD.NAME(7)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_7
| Q9-6A_7 [] | Section: Fertility |
([[child.statcode(7)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_7
| Q9-6B_7 [] | Section: Fertility |
STRCMP ([CHILD.NAME(7)],"(MISSING NAME)",14)
COMMENT: Is the seventh child's name missing?
If Answer = 1 Then Go To Q9-6C_7
| Q9-6C_7 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(7)]
CHILD'S ID NUMBER: [CHILD.ID(7)]
| Q9-6D_7 [] | Section: Fertility |
CHECK ([CHILD.BDATE(7)])
COMMENT: Is there seventh child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_8
| Q9-6E_7 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(7)]
CHILD'S ID NUMBER: [CHILD.ID(7)]
| Q9-6_8 [] | Section: Fertility |
CHECK ([CHILD.NAME(8)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_8
| Q9-6A_8 [] | Section: Fertility |
([[child.statcode(8)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_8
| Q9-6B_8 [] | Section: Fertility |
STRCMP ([CHILD.NAME(8)],"(MISSING NAME)",14)
COMMENT: Is the eighth child's name missing?
If Answer = 1 Then Go To Q9-6C_8
| Q9-6C_8 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(8)]
CHILD'S ID NUMBER: [CHILD.ID(8)]
| Q9-6D_8 [] | Section: Fertility |
CHECK ([CHILD.BDATE(8)])
COMMENT: Is there eighth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_9
| Q9-6E_8 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(8)]
CHILD'S ID NUMBER: [CHILD.ID(8)]
| Q9-6_9 [] | Section: Fertility |
CHECK ([CHILD.NAME(9)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_9
| Q9-6A_9 [] | Section: Fertility |
([[child.statcode(9)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_9
| Q9-6B_9 [] | Section: Fertility |
STRCMP ([CHILD.NAME(9)],"(MISSING NAME)",14)
COMMENT: Is the ninth child's name missing?
If Answer = 1 Then Go To Q9-6C_9
| Q9-6C_9 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(9)]
CHILD'S ID NUMBER: [CHILD.ID(9)]
| Q9-6D_9 [] | Section: Fertility |
CHECK ([CHILD.BDATE(9)])
COMMENT: Is there ninth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_10
| Q9-6E_9 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(9)]
CHILD'S ID NUMBER: [CHILD.ID(9)]
| Q9-6_10 [] | Section: Fertility |
CHECK ([CHILD.NAME(10)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_10
| Q9-6A_10 [] | Section: Fertility |
([[child.statcode(10)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_10
| Q9-6B_10 [] | Section: Fertility |
STRCMP ([CHILD.NAME(10)],"(MISSING NAME)",14)
COMMENT: Is the tenth child's name missing?
If Answer = 1 Then Go To Q9-6C_10
| Q9-6C_10 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(10)]
CHILD'S ID NUMBER: [CHILD.ID(10)]
| Q9-6D_10 [] | Section: Fertility |
CHECK ([CHILD.BDATE(10)])
COMMENT: Is there tenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_11
| Q9-6E_10 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(10)]
CHILD'S ID NUMBER: [CHILD.ID(10)]
| Q9-6_11 [] | Section: Fertility |
CHECK ([CHILD.NAME(11)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_11
| Q9-6A_11 [] | Section: Fertility |
([[child.statcode(11)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_11
| Q9-6B_11 [] | Section: Fertility |
STRCMP ([CHILD.NAME(11)],"(MISSING NAME)",14)
COMMENT: Is the eleventh child's name missing?
If Answer = 1 Then Go To Q9-6C_11
| Q9-6C_11 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(11)]
CHILD'S ID NUMBER: [CHILD.ID(11)]
| Q9-6D_11 [] | Section: Fertility |
CHECK ([CHILD.BDATE(11)])
COMMENT: Is there eleventh child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_12
| Q9-6E_11 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(11)]
CHILD'S ID NUMBER: [CHILD.ID(11)]
| Q9-6_12 [] | Section: Fertility |
CHECK ([CHILD.NAME(12)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_12
| Q9-6A_12 [] | Section: Fertility |
([[child.statcode(12)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_12
| Q9-6B_12 [] | Section: Fertility |
STRCMP ([CHILD.NAME(12)],"(MISSING NAME)",14)
COMMENT: Is the twelvth child's name missing?
If Answer = 1 Then Go To Q9-6C_12
| Q9-6C_12 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(12)]
CHILD'S ID NUMBER: [CHILD.ID(12)]
| Q9-6D_12 [] | Section: Fertility |
CHECK ([CHILD.BDATE(12)])
COMMENT: Is there twelvth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_13
| Q9-6E_12 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(12)]
CHILD'S ID NUMBER: [CHILD.ID(12)]
| Q9-6_13 [] | Section: Fertility |
CHECK ([CHILD.NAME(13)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_13
| Q9-6A_13 [] | Section: Fertility |
([[child.statcode(13)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_13
| Q9-6B_13 [] | Section: Fertility |
STRCMP ([CHILD.NAME(13)],"(MISSING NAME)",14)
COMMENT: Is the thirteenth child's name missing?
If Answer = 1 Then Go To Q9-6C_13
| Q9-6C_13 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(13)]
CHILD'S ID NUMBER: [CHILD.ID(13)]
| Q9-6D_13 [] | Section: Fertility |
CHECK ([CHILD.BDATE(13)])
COMMENT: Is there thirteenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_14
| Q9-6E_13 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(13)]
CHILD'S ID NUMBER: [CHILD.ID(13)]
| Q9-6_14 [] | Section: Fertility |
CHECK ([CHILD.NAME(14)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_14
| Q9-6A_14 [] | Section: Fertility |
([[child.statcode(14)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_14
| Q9-6B_14 [] | Section: Fertility |
STRCMP ([CHILD.NAME(14)],"(MISSING NAME)",14)
COMMENT: Is the fourteenth child's name missing?
If Answer = 1 Then Go To Q9-6C_14
| Q9-6C_14 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(14)]
CHILD'S ID NUMBER: [CHILD.ID(14)]
| Q9-6D_14 [] | Section: Fertility |
CHECK ([CHILD.BDATE(14)])
COMMENT: Is there fourteenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_15
| Q9-6E_14 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(14)]
CHILD'S ID NUMBER: [CHILD.ID(14)]
| Q9-6_15 [] | Section: Fertility |
CHECK ([CHILD.NAME(15)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_15
| Q9-6A_15 [] | Section: Fertility |
([[child.statcode(15)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_15
| Q9-6B_15 [] | Section: Fertility |
STRCMP ([CHILD.NAME(15)],"(MISSING NAME)",14)
COMMENT: Is the fifteenth child's name missing?
If Answer = 1 Then Go To Q9-6C_15
| Q9-6C_15 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(15)]
CHILD'S ID NUMBER: [CHILD.ID(15)]
| Q9-6D_15 [] | Section: Fertility |
CHECK ([CHILD.BDATE(15)])
COMMENT: Is there fifteenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_16
| Q9-6E_15 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(15)]
CHILD'S ID NUMBER: [CHILD.ID(15)]
| Q9-6_16 [] | Section: Fertility |
CHECK ([CHILD.NAME(16)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_16
| Q9-6A_16 [] | Section: Fertility |
([[child.statcode(16)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_16
| Q9-6B_16 [] | Section: Fertility |
STRCMP ([CHILD.NAME(16)],"(MISSING NAME)",14)
COMMENT: Is the sixteenth child's name missing?
If Answer = 1 Then Go To Q9-6C_16
| Q9-6C_16 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(16)]
CHILD'S ID NUMBER: [CHILD.ID(16)]
| Q9-6D_16 [] | Section: Fertility |
CHECK ([CHILD.BDATE(16)])
COMMENT: Is there sixteenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_17
| Q9-6E_16 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(16)]
CHILD'S ID NUMBER: [CHILD.ID(16)]
| Q9-6_17 [] | Section: Fertility |
CHECK ([CHILD.NAME(17)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_17
| Q9-6A_17 [] | Section: Fertility |
([[child.statcode(17)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_17
| Q9-6B_17 [] | Section: Fertility |
STRCMP ([CHILD.NAME(17)],"(MISSING NAME)",14)
COMMENT: Is the seventeenth child's name missing?
If Answer = 1 Then Go To Q9-6C_17
| Q9-6C_17 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(17)]
CHILD'S ID NUMBER: [CHILD.ID(17)]
| Q9-6D_17 [] | Section: Fertility |
CHECK ([CHILD.BDATE(17)])
COMMENT: Is there seventeenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_18
| Q9-6E_17 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(17)]
CHILD'S ID NUMBER: [CHILD.ID(17)]
| Q9-6_18 [] | Section: Fertility |
CHECK ([CHILD.NAME(18)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_18
| Q9-6A_18 [] | Section: Fertility |
([[child.statcode(18)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_18
| Q9-6B_18 [] | Section: Fertility |
STRCMP ([CHILD.NAME(18)],"(MISSING NAME)",14)
COMMENT: Is the eighteenth child's name missing?
If Answer = 1 Then Go To Q9-6C_18
| Q9-6C_18 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(18)]
CHILD'S ID NUMBER: [CHILD.ID(18)]
| Q9-6D_18 [] | Section: Fertility |
CHECK ([CHILD.BDATE(18)])
COMMENT: Is there eighteenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_19
| Q9-6E_18 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(18)]
CHILD'S ID NUMBER: [CHILD.ID(18)]
| Q9-6_19 [] | Section: Fertility |
CHECK ([CHILD.NAME(19)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_19
| Q9-6A_19 [] | Section: Fertility |
([[child.statcode(19)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_19
| Q9-6B_19 [] | Section: Fertility |
STRCMP ([CHILD.NAME(19)],"(MISSING NAME)",14)
COMMENT: Is the nineteenth child's name missing?
If Answer = 1 Then Go To Q9-6C_19
| Q9-6C_19 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(19)]
CHILD'S ID NUMBER: [CHILD.ID(19)]
| Q9-6D_19 [] | Section: Fertility |
CHECK ([CHILD.BDATE(19)])
COMMENT: Is there nineteenth child's birthdate recorded?
If Answer = 1 Then Go To Q9-6_20
| Q9-6E_19 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(19)]
CHILD'S ID NUMBER: [CHILD.ID(19)]
| Q9-6_20 [] | Section: Fertility |
CHECK ([CHILD.NAME(20)])
COMMENT: Is there another child to check
If Answer = 1 Then Go To Q9-6A_20
| Q9-6A_20 [] | Section: Fertility |
([[child.statcode(20)]] = 99)
COMMENT: If the child is deleted, we don't want to ask about the name
If Answer = 0 Then Go To Q9-6B_20
| Q9-6B_20 [] | Section: Fertility |
STRCMP ([CHILD.NAME(20)],"(MISSING NAME)",14)
COMMENT: Is the twentieth child's name missing?
If Answer = 1 Then Go To Q9-6C_20
| Q9-6C_20 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S NAME IS MISSING. ENTER THE CORRECT FIRST NAME,
MIDDLE INITIAL (IF A NAME EXISTS) AND LAST NAME.
CHILD'S BIRTHDATE: [CHILD.BDATE(20)]
CHILD'S ID NUMBER: [CHILD.ID(20)]
| Q9-6D_20 [] | Section: Fertility |
CHECK ([CHILD.BDATE(20)])
COMMENT: Is there twentieth child's birthdate recorded?
If Answer = 1 Then Go To Q9-8
| Q9-6E_20 [] | Section: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT
BIRTHDATE.
CHILD'S NAME: [CHILD.NAME(20)]
CHILD'S ID NUMBER: [CHILD.ID(20)]
| Q9-8 [R42645.00] | Section: Fertility |
([[numkids]] > 0)
COMMENT: Does R have any biological children preprinted on the CRF? Checks status
because new kids are not preprinted.
If Answer = 1 Then Go To Q9-8B
| Default Next: | Q9-15 |
| Lead-In: | Q9-6D_20 [1:1], Q9-6_1 [Default], Q9-6_2 [Default], Q9-6_3 [Default], Q9-6_4 [Default], Q9-6_5 [Default], Q9-6_6 [Default], Q9-6_7 [Default], Q9-6_8 [Default], Q9-6_9 [Default], Q9-6_10 [Default], Q9-6A_10 [Default], Q9-6_11 [Default], Q9-6A_11 [Default], Q9-6_12 [Default], Q9-6A_12 [Default], Q9-6_13 [Default], Q9-6A_13 [Default], Q9-6_14 [Default], Q9-6A_14 [Default], Q9-6_15 [Default], Q9-6A_15 [Default], Q9-6_16 [Default], Q9-6A_16 [Default], Q9-6_17 [Default], Q9-6A_17 [Default], Q9-6_18 [Default], Q9-6A_18 [Default], Q9-6_19 [Default], Q9-6A_19 [Default], Q9-6_20 [Default], Q9-6A_20 [Default], Q9-6E_20 [Default] |
| Q9-8B [R42647.00] | Section: Fertility |
Is that correct?
| | 1 YES--INFORMATION CORRECT |
| | 0 NO--INFORMATION INCORRECT ...(Go To Q9-10) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-10 [R42648.00] | Section: Fertility |
INTERVIEWER: DOES R HAVE CHILDREN ON THE BIOLOGICAL CHILD ROSTER THAT
SHOULD NOT BE LISTED THERE?
| | 1 YES ...(Go To Q9-13_1) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_1 [] | Section: Fertility |
CHECK([CHILD.NAME(1)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_1
| Q9-13A_1 [] | Section: Fertility |
([[CHILD.STATCODE(1)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_1
| Q9-13B_1 [] | Section: Fertility |
([[CHILD.STATCODE(1)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_1
| Q9-13C_1 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(1)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_2) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_1 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(1)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_2) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_2 [] | Section: Fertility |
CHECK([CHILD.NAME(2)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_2
| Q9-13A_2 [] | Section: Fertility |
([[CHILD.STATCODE(2)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_2
| Q9-13B_2 [] | Section: Fertility |
([[CHILD.STATCODE(2)]]=99)
COMMENT: Is this child a deleted child?
If Answer = 1 Then Go To Q9-13C_2
| Q9-13C_2 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(2)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_3) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_2 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(2)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_3) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_3 [] | Section: Fertility |
CHECK([CHILD.NAME(3)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_3
| Q9-13A_3 [] | Section: Fertility |
([[CHILD.STATCODE(3)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_3
| Q9-13B_3 [] | Section: Fertility |
([[CHILD.STATCODE(3)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_3
| Q9-13C_3 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(3)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_4) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_3 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(3)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_4) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_4 [] | Section: Fertility |
CHECK([CHILD.NAME(4)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_4
| Q9-13A_4 [] | Section: Fertility |
([[CHILD.STATCODE(4)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_4
| Q9-13B_4 [] | Section: Fertility |
([[CHILD.STATCODE(4)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_4
| Q9-13C_4 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(4)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_5) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_4 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(4)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_5) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_5 [] | Section: Fertility |
CHECK([CHILD.NAME(5)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_5
| Q9-13A_5 [] | Section: Fertility |
([[CHILD.STATCODE(5)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_5
| Q9-13B_5 [] | Section: Fertility |
([[CHILD.STATCODE(5)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_5
| Q9-13C_5 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(5)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_6) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_5 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(5)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_6) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_6 [] | Section: Fertility |
CHECK([CHILD.NAME(6)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_6
| Q9-13A_6 [] | Section: Fertility |
([[CHILD.STATCODE(6)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_6
| Q9-13B_6 [] | Section: Fertility |
([[CHILD.STATCODE(6)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_6
| Q9-13C_6 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(6)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_7) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_6 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(6)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_7) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_7 [] | Section: Fertility |
CHECK([CHILD.NAME(7)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_7
| Q9-13A_7 [] | Section: Fertility |
([[CHILD.STATCODE(7)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_7
| Q9-13B_7 [] | Section: Fertility |
([[CHILD.STATCODE(7)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_7
| Q9-13C_7 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(7)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_8) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_7 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(7)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_8) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_8 [] | Section: Fertility |
CHECK([CHILD.NAME(8)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_8
| Q9-13A_8 [] | Section: Fertility |
([[CHILD.STATCODE(8)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_8
| Q9-13B_8 [] | Section: Fertility |
([[CHILD.STATCODE(8)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_8
| Q9-13C_8 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(8)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_9) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_8 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(8)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_9) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_9 [] | Section: Fertility |
CHECK([CHILD.NAME(9)])
COMMENT: Is there another child to check?
If Answer = 1 Then Go To Q9-13A_9
| Q9-13A_9 [] | Section: Fertility |
([[CHILD.STATCODE(9)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_9
| Q9-13B_9 [] | Section: Fertility |
([[CHILD.STATCODE(9)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_9
| Q9-13C_9 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(9)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_10) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_9 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(9)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_10) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_10 [] | Section: Fertility |
CHECK([CHILD.NAME(10)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_10
| Q9-13A_10 [] | Section: Fertility |
([[CHILD.STATCODE(10)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_10
| Q9-13B_10 [] | Section: Fertility |
([[CHILD.STATCODE(10)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_10
| Q9-13C_10 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(10)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_11) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_10 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(10)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_11) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_11 [] | Section: Fertility |
CHECK([CHILD.NAME(11)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_11
| Q9-13A_11 [] | Section: Fertility |
([[CHILD.STATCODE(11)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_11
| Q9-13B_11 [] | Section: Fertility |
([[CHILD.STATCODE(11)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_11
| Q9-13C_11 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(11)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_12) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_11 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(11)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_12) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_12 [] | Section: Fertility |
CHECK([CHILD.NAME(12)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_12
| Q9-13A_12 [] | Section: Fertility |
([[CHILD.STATCODE(12)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_12
| Q9-13B_12 [] | Section: Fertility |
([[CHILD.STATCODE(12)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_12
| Q9-13C_12 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(12)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_13) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_12 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(12)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_13) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_13 [] | Section: Fertility |
CHECK([CHILD.NAME(13)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_13
| Q9-13A_13 [] | Section: Fertility |
([[CHILD.STATCODE(13)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_13
| Q9-13B_13 [] | Section: Fertility |
([[CHILD.STATCODE(13)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_13
| Q9-13C_13 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(13)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_14) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_13 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(13)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_14) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_14 [] | Section: Fertility |
CHECK([CHILD.NAME(14)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_14
| Q9-13A_14 [] | Section: Fertility |
([[CHILD.STATCODE(14)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_14
| Q9-13B_14 [] | Section: Fertility |
([[CHILD.STATCODE(14)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_14
| Q9-13C_14 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(14)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_15) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_14 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(14)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_15) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_15 [] | Section: Fertility |
CHECK([CHILD.NAME(15)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_15
| Q9-13A_15 [] | Section: Fertility |
([[CHILD.STATCODE(15)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_15
| Q9-13B_15 [] | Section: Fertility |
([[CHILD.STATCODE(15)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_15
| Q9-13C_15 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(15)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_16) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_15 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(15)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_16) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_16 [] | Section: Fertility |
CHECK([CHILD.NAME(16)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_16
| Q9-13A_16 [] | Section: Fertility |
([[CHILD.STATCODE(16)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_16
| Q9-13B_16 [] | Section: Fertility |
([[CHILD.STATCODE(16)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_16
| Q9-13C_16 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(16)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_17) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_16 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(16)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_17) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_17 [] | Section: Fertility |
CHECK([CHILD.NAME(17)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_17
| Q9-13A_17 [] | Section: Fertility |
([[CHILD.STATCODE(17)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_17
| Q9-13B_17 [] | Section: Fertility |
([[CHILD.STATCODE(17)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_17
| Q9-13C_17 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(17)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_18) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_17 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(17)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_18) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_18 [] | Section: Fertility |
CHECK([CHILD.NAME(18)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_18
| Q9-13A_18 [] | Section: Fertility |
([[CHILD.STATCODE(18)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_18
| Q9-13B_18 [] | Section: Fertility |
([[CHILD.STATCODE(18)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_18
| Q9-13C_18 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(18)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_19) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_18 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(18)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_19) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_19 [] | Section: Fertility |
CHECK([CHILD.NAME(19)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_19
| Q9-13A_19 [] | Section: Fertility |
([[CHILD.STATCODE(19)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_19
| Q9-13B_19 [] | Section: Fertility |
([[CHILD.STATCODE(19)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_19
| Q9-13C_19 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(19)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-13_20) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_19 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(19)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-13_20) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13_20 [] | Section: Fertility |
CHECK([CHILD.NAME(20)])
COMMENT: Is there a child to check?
If Answer = 1 Then Go To Q9-13A_20
| Q9-13A_20 [] | Section: Fertility |
([[CHILD.STATCODE(20)]]=97)
COMMENT: Is this child a new child? If so, skip out.
If Answer = 0 Then Go To Q9-13B_20
| Q9-13B_20 [] | Section: Fertility |
([[CHILD.STATCODE(20)]]=99)
COMMENT: Is this child a deleted child? If so, skip.
If Answer = 1 Then Go To Q9-13C_20
| Q9-13C_20 [] | Section: Fertility |
INTERVIEWER: [CHILD.NAME(20)] IS DELETED. IS THIS CORRECT?
| | 1 YES ...(Go To Q9-14) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-13D_20 [] | Section: Fertility |
INTERVIEWER: DOES [CHILD.NAME(20)] NEED TO BE DELETED?
| | 1 YES ...(Go To Q9-14) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-14 [R42649.00] | Section: Fertility |
INTERVIEWER: DOES R HAVE ANY CHILDREN WHO WERE BORN BEFORE [lintdate]
WHO ARE NOT LISTED ON THE BIOLOGICAL CHILD ROSTER, THAT
SHOULD BE LISTED THERE?
| | 1 YES ...(Go To Q9-16_1) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Default Next: | Q9-18A |
| Lead-In: | Q9-13C_20 [1:1], Q9-13D_20 [1:1], Q9-10 [Default], Q9-13_1 [Default], Q9-13_2 [Default], Q9-13_3 [Default], Q9-13_4 [Default], Q9-13_5 [Default], Q9-13_6 [Default], Q9-13_7 [Default], Q9-13_8 [Default], Q9-13_9 [Default], Q9-13_10 [Default], Q9-13A_10 [Default], Q9-13C_10 [Default], Q9-13D_10 [Default], Q9-13_11 [Default], Q9-13A_11 [Default], Q9-13C_11 [Default], Q9-13D_11 [Default], Q9-13_12 [Default], Q9-13A_12 [Default], Q9-13C_12 [Default], Q9-13D_12 [Default], Q9-13_13 [Default], Q9-13A_13 [Default], Q9-13C_13 [Default], Q9-13D_13 [Default], Q9-13_14 [Default], Q9-13A_14 [Default], Q9-13C_14 [Default], Q9-13D_14 [Default], Q9-13_15 [Default], Q9-13A_15 [Default], Q9-13C_15 [Default], Q9-13D_15 [Default], Q9-13_16 [Default], Q9-13A_16 [Default], Q9-13C_16 [Default], Q9-13D_16 [Default], Q9-13_17 [Default], Q9-13A_17 [Default], Q9-13C_17 [Default], Q9-13D_17 [Default], Q9-13_18 [Default], Q9-13A_18 [Default], Q9-13C_18 [Default], Q9-13D_18 [Default], Q9-13_19 [Default], Q9-13A_19 [Default], Q9-13C_19 [Default], Q9-13D_19 [Default], Q9-13_20 [Default], Q9-13A_20 [Default], Q9-13C_20 [Default], Q9-13D_20 [Default] |
| Q9-15 [R42650.00] | Section: Fertility |
Our records show that you had NOT (had/given birth to) any children of your
own as of [lintdate]. Is that correct?
| | 1 YES--INFORMATION CORRECT |
| | 0 NO--INFORMATION INCORRECT ...(Go To Q9-16_1) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16_1 [] | Section: Fertility |
What is the name of the first child that you have (had/given birth to) as
of [lintdate] who we do not have listed?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-16A_1 [] | Section: Fertility |
Is [missbio.name(1)] a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16B_1 [R42651.00] | Section: Fertility |
When was [missbio.name(1)] born?
(INTERVIEWER: IN CASE OF INVALID DATE, VERIFY CHILD'S BIRTH DATE WITH R.
EXPLAIN TO RESPONDENT THAT RIGHT NOW, WE ARE ONLY COLLECTING
INFORMATION ABOUT CHILDREN BORN PRIOR TO [lintdate]. WE WILL ASK
ABOUT CHILDREN BORN SINCE [lintdate] IN A FEW MOMENTS.)
| Q9-16L_1 [R42653.00] | Section: Fertility |
Did you have another child that was born PRIOR to [lintdate] who we do not
have listed?
| | 1 YES ...(Go To Q9-16_2) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16_2 [] | Section: Fertility |
What is the name of the second child that you have (had/given birth to) as
of [lintdate] who we do not have listed?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-16A_2 [] | Section: Fertility |
Is [missbio.name(2)] a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16B_2 [R42654.00] | Section: Fertility |
When was [missbio.name(2)] born?
(INTERVIEWER: IN CASE OF INVALID DATE, VERIFY CHILD'S BIRTH DATE WITH R.
EXPLAIN TO RESPONDENT THAT RIGHT NOW, WE ARE ONLY COLLECTING
INFORMATION ABOUT CHILDREN BORN PRIOR TO [lintdate]. WE WILL ASK
ABOUT CHILDREN BORN SINCE [lintdate] IN A FEW MOMENTS.)
| Q9-16L_2 [R42656.00] | Section: Fertility |
Did you have another child that was born PRIOR to [lintdate] who we do not
have listed?
| | 1 YES ...(Go To Q9-16_3) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16_3 [] | Section: Fertility |
What is the name of the third child that you have (had/given birth to) as
of [lintdate] who we do not have listed?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-16A_3 [] | Section: Fertility |
Is [missbio.name(3)] a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16B_3 [R42657.02] | Section: Fertility |
When was [missbio.name(3)] born?
(INTERVIEWER: IN CASE OF INVALID DATE, VERIFY CHILD'S BIRTH DATE WITH R.
EXPLAIN TO RESPONDENT THAT RIGHT NOW, WE ARE ONLY COLLECTING
INFORMATION ABOUT CHILDREN BORN PRIOR TO [lintdate]. WE WILL ASK
ABOUT CHILDREN BORN SINCE [lintdate] IN A FEW MOMENTS.)
| Q9-16L_3 [R42659.00] | Section: Fertility |
Did you have another child that was born PRIOR to [lintdate] who we do not
have listed?
| | 1 YES ...(Go To Q9-16_4) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16_4 [] | Section: Fertility |
What is the name of the fourth child that you have (had/given birth to) as
of [lintdate] who we do not have listed?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-16A_4 [] | Section: Fertility |
Is [missbio.name(4)] a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16B_4 [R42022.01] | Section: Fertility |
When was [missbio.name(4)] born?
(INTERVIEWER: IN CASE OF INVALID DATE, VERIFY CHILD'S BIRTH DATE WITH R.
EXPLAIN TO RESPONDENT THAT RIGHT NOW, WE ARE ONLY COLLECTING
INFORMATION ABOUT CHILDREN BORN PRIOR TO [lintdate]. WE WILL ASK
ABOUT CHILDREN BORN SINCE [lintdate] IN A FEW MOMENTS.)
| Q9-16L_4 [] | Section: Fertility |
Did you have another child that was born PRIOR to [lintdate] who we do not
have listed?
| | 1 YES ...(Go To Q9-16_5) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16_5 [] | Section: Fertility |
What is the name of the fifth child that you have (had/given birth to) as
of [lintdate] who we do not have listed?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-16A_5 [] | Section: Fertility |
Is [missbio.name(5)] a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-16B_5 [R42023.02] | Section: Fertility |
When was [missbio.name(5)] born?
(INTERVIEWER: IN CASE OF INVALID DATE, VERIFY CHILD'S BIRTH DATE WITH R.
EXPLAIN TO RESPONDENT THAT RIGHT NOW, WE ARE ONLY COLLECTING
INFORMATION ABOUT CHILDREN BORN PRIOR TO [lintdate]. WE WILL ASK
ABOUT CHILDREN BORN SINCE [lintdate] IN A FEW MOMENTS.)
| Q9-18A [] | Section: Fertility |
I'd like to read the information about your children from our records.
| Q9-19_1 [R42661.00] | Section: Fertility |
COMMENT: (FOR EACH CHILD, READ:) Our records show that [CHILD] is a [SEX] and was
born on [BIRTHDATE]. Is that correct?
(INTERVIEWER: IF ALL INFO CORRECT, HIGHLIGHT FIRST LINE USING AND
KEYS AND PRESS <ENTER>. IF ANY INCORRECT INFO, HIGHLIGHT FIRST CHILD
RECORD MENTIONED AND PRESS <ENTER> TO CORRECT INFO FOR THAT CHILD.) ORIGINAL MULTIPLE FIELDS QUESTION. BROKEN INTO SEPARATE QUESTIONS BY CONVERSION.
If Answer = 1 Then Go To Q9-30_1
| Q9-19C_1 [R42662.01] | Section: Fertility |
(INTERVIEWER: MARK INFORMATION THAT IS INCORRECT. IF NECESSARY PROBE:)
Is [childchg.name(1)]'s name correct?
Is [childchg.name(1)]'s sex correct? (GENDER=[childchg.gender(1)])
Is [childchg.name(1)]'s birthdate correct? (BIRTHDATE=[childchg.bdate(1)])
(MARK ALL THAT APPLY)
| | 1 BIRTHDATE |
| | 4 NAME |
| | 5 SEX |
| | 6 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19E_1 [] | Section: Fertility |
([[Q9-19C.1-CODEALL(2)]] = 4)
COMMENT: Does name of first child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19G_1
| Q9-19F_1 [] | Section: Fertility |
What is the correct name and spelling for [childchg.name(1)]?
(INTERVIEWER: RECORD CORRECT NAME AND/OR SPELLING.)
| Q9-19G_1 [] | Section: Fertility |
([[Q9-19C.1-CODEALL(1)]] = 1)
COMMENT: Does bdate of first child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19I_1
| Q9-19H_1 [] | Section: Fertility |
What is the correct birthdate for [childchg.name(1)]?
(INTERVIEWER: RECORD CORRECTED BIRTHDATE.)
| Q9-19I_1 [] | Section: Fertility |
([[Q9-19C.1-CODEALL(3)]] = 5)
COMMENT: Does gender of first child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19_2
| Q9-19J_1 [] | Section: Fertility |
(INTERVIEWER: IF NOT OBVIOUS, ASK:) What is the correct sex of
[childchg.name(1)]?
(INTERVIEWER: RECORD CORRECTED GENDER.)
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19_2 [R42668.00] | Section: Fertility |
COMMENT: (CONTINUE VERIFYING INFORMATION:) Our records show that [CHILD] is a [SEX]
and was born on [BIRTHDATE]. Is that correct?
(INTERVIEWER: IF ALL REMAINING INFO CORRECT, HIGHLIGHT FIRST LINE AND
PRESS <ENTER>. IF ANY OTHER INCORRECT INFO, HIGHLIGHT NEXT CHILD
RECORD MENTIONED AND PRESS <ENTER> TO CORRECT INFO FOR THAT CHILD.) ORIGINAL MULTIPLE FIELDS QUESTION. BROKEN INTO SEPARATE QUESTIONS BY CONVERSION.
If Answer = 1 Then Go To Q9-30_1
| Q9-19C_2 [R42669.03] | Section: Fertility |
(INTERVIEWER: MARK INFORMATION THAT IS INCORRECT. IF NECESSARY PROBE:)
Is [childchg.name(2)]'s name correct?
Is [childchg.name(2)]'s sex correct? (GENDER=[childchg.gender(2)])
Is [childchg.name(2)]'s birthdate correct? (BIRTHDATE=[childchg.bdate(2)])
(MARK ALL THAT APPLY)
| | 1 BIRTHDATE |
| | 4 NAME |
| | 5 SEX |
| | 6 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19E_2 [] | Section: Fertility |
([[Q9-19C.2-CODEALL(2)]] = 4)
COMMENT: Does name of second child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19G_2
| Q9-19F_2 [] | Section: Fertility |
What is the correct name and spelling for [childchg.name(2)]?
(INTERVIEWER: RECORD CORRECT NAME AND/OR SPELLING.)
| Q9-19G_2 [] | Section: Fertility |
([[Q9-19C.2-CODEALL(1)]] = 1)
COMMENT: Does bdate of second child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19I_2
| Q9-19H_2 [] | Section: Fertility |
What is the correct birthdate for [childchg.name(2)]?
(INTERVIEWER: RECORD CORRECTED BIRTHDATE.)
| Q9-19I_2 [] | Section: Fertility |
([[Q9-19C.2-CODEALL(3)]] = 5)
COMMENT: Does gender of second child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19_3
| Q9-19J_2 [] | Section: Fertility |
(INTERVIEWER: IF NOT OBVIOUS, ASK:) What is the correct sex of
[childchg.name(2)]?
(INTERVIEWER: RECORD CORRECTED GENDER.)
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19_3 [R42675.00] | Section: Fertility |
COMMENT: (CONTINUE VERIFYING INFORMATION:) Our records show that [CHILD] is a [SEX]
and was born on [BIRTHDATE]. Is that correct?
(INTERVIEWER: IF ALL REMAINING INFO CORRECT, HIGHLIGHT FIRST LINE AND
PRESS <ENTER>. IF ANY OTHER INCORRECT INFO, HIGHLIGHT NEXT CHILD
RECORD MENTIONED AND PRESS <ENTER> TO CORRECT INFO FOR THAT CHILD.) ORIGINAL MULTIPLE FIELDS QUESTION. BROKEN INTO SEPARATE QUESTIONS BY CONVERSION.
If Answer = 1 Then Go To Q9-30_1
| Q9-19C_3 [R42676.01] | Section: Fertility |
(INTERVIEWER: MARK INFORMATION THAT IS INCORRECT. IF NECESSARY PROBE:)
Is [childchg.name(3)]'s name correct?
Is [childchg.name(3)]'s sex correct? (GENDER=[childchg.gender(3)])
Is [childchg.name(3)]'s birthdate correct? (BIRTHDATE=[childchg.bdate(3)])
(MARK ALL THAT APPLY)
| | 1 BIRTHDATE |
| | 4 NAME |
| | 5 SEX |
| | 6 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19E_3 [] | Section: Fertility |
([[Q9-19C.3-CODEALL(2)]] = 4)
COMMENT: Does name of third child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19G_3
| Q9-19F_3 [] | Section: Fertility |
What is the correct name and spelling for [childchg.name(3)]?
(INTERVIEWER: RECORD CORRECT NAME AND/OR SPELLING.)
| Q9-19G_3 [] | Section: Fertility |
([[Q9-19C.3-CODEALL(1)]] = 1)
COMMENT: Does bdate of third child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19I_3
| Q9-19H_3 [] | Section: Fertility |
What is the correct birthdate for [childchg.name(3)]?
(INTERVIEWER: RECORD CORRECTED BIRTHDATE.)
| Q9-19I_3 [] | Section: Fertility |
([[Q9-19C.3-CODEALL(3)]] = 5)
COMMENT: Does gender of third child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19_4
| Q9-19J_3 [] | Section: Fertility |
(INTERVIEWER: IF NOT OBVIOUS, ASK:) What is the correct sex of
[childchg.name(3)]?
(INTERVIEWER: RECORD CORRECTED GENDER.)
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19_4 [R42682.00] | Section: Fertility |
COMMENT: (CONTINUE VERIFYING INFORMATION:) Our records show that [CHILD] is a [SEX]
and was born on [BIRTHDATE]. Is that correct?
(INTERVIEWER: IF ALL REMAINING INFO CORRECT, HIGHLIGHT FIRST LINE AND
PRESS <ENTER>. IF ANY OTHER INCORRECT INFO, HIGHLIGHT NEXT CHILD
RECORD MENTIONED AND PRESS <ENTER> TO CORRECT INFO FOR THAT CHILD.) ORIGINAL MULTIPLE FIELDS QUESTION. BROKEN INTO SEPARATE QUESTIONS BY CONVERSION.
If Answer = 1 Then Go To Q9-30_1
| Q9-19C_4 [R42683.01] | Section: Fertility |
(INTERVIEWER: MARK INFORMATION THAT IS INCORRECT. IF NECESSARY PROBE:)
Is [childchg.name(4)]'s name correct?
Is [childchg.name(4)]'s sex correct? (GENDER=[childchg.gender(4)])
Is [childchg.name(4)]'s birthdate correct? (BIRTHDATE=[childchg.bdate(4)])
(MARK ALL THAT APPLY)
| | 1 BIRTHDATE |
| | 4 NAME |
| | 5 SEX |
| | 6 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19E_4 [] | Section: Fertility |
([[Q9-19C.4-CODEALL(2)]] = 4)
COMMENT: Does name of fourth child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19G_4
| Q9-19F_4 [] | Section: Fertility |
What is the correct name and spelling for [childchg.name(4)]?
(INTERVIEWER: RECORD CORRECT NAME AND/OR SPELLING.)
| Q9-19G_4 [] | Section: Fertility |
([[Q9-19C.4-CODEALL(1)]] = 1)
COMMENT: Does bdate of fourth child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19I_4
| Q9-19H_4 [] | Section: Fertility |
What is the correct birthdate for [childchg.name(4)]?
(INTERVIEWER: RECORD CORRECTED BIRTHDATE.)
| Q9-19I_4 [] | Section: Fertility |
([[Q9-19C.4-CODEALL(3)]] = 5)
COMMENT: Does gender of fourth child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19_5
| Q9-19J_4 [] | Section: Fertility |
(INTERVIEWER: IF NOT OBVIOUS, ASK:) What is the correct sex of
[childchg.name(4)]?
(INTERVIEWER: RECORD CORRECTED GENDER.)
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19_5 [R42689.00] | Section: Fertility |
COMMENT: (CONTINUE VERIFYING INFORMATION:) Our records show that [CHILD] is a [SEX]
and was born on [BIRTHDATE]. Is that correct?
(INTERVIEWER: IF ALL REMAINING INFO CORRECT, HIGHLIGHT FIRST LINE AND
PRESS <ENTER>. IF ANY OTHER INCORRECT INFO, HIGHLIGHT NEXT CHILD
RECORD MENTIONED AND PRESS <ENTER> TO CORRECT INFO FOR THAT CHILD.) ORIGINAL MULTIPLE FIELDS QUESTION. BROKEN INTO SEPARATE QUESTIONS BY CONVERSION.
If Answer = 1 Then Go To Q9-30_1
| Q9-19C_5 [R42690.02] | Section: Fertility |
(INTERVIEWER: MARK INFORMATION THAT IS INCORRECT. IF NECESSARY PROBE:)
Is [childchg.name(5)]'s name correct?
Is [childchg.name(5)]'s sex correct? (GENDER=[childchg.gender(5)])
Is [childchg.name(5)]'s birthdate correct? (BIRTHDATE=[childchg.bdate(5)])
(MARK ALL THAT APPLY)
| | 1 BIRTHDATE |
| | 4 NAME |
| | 5 SEX |
| | 6 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-19E_5 [] | Section: Fertility |
([[Q9-19C.5-CODEALL(2)]] = 4)
COMMENT: Does name of fifth child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19G_5
| Q9-19F_5 [] | Section: Fertility |
What is the correct name and spelling for [childchg.name(5)]?
(INTERVIEWER: RECORD CORRECT NAME AND/OR SPELLING.)
| Q9-19G_5 [] | Section: Fertility |
([[Q9-19C.5-CODEALL(1)]] = 1)
COMMENT: Does bdate of fifth child with incorrect information need changed?
If Answer = 0 Then Go To Q9-19I_5
| Q9-19H_5 [] | Section: Fertility |
What is the correct birthdate for [childchg.name(5)]?
(INTERVIEWER: RECORD CORRECTED BIRTHDATE.)
| Q9-19I_5 [] | Section: Fertility |
([[Q9-19C.5-CODEALL(3)]] = 5)
COMMENT: Does gender of fifth child with incorrect information need changed?
If Answer = 0 Then Go To Q9-30_1
| Q9-19J_5 [] | Section: Fertility |
(INTERVIEWER: IF NOT OBVIOUS, ASK:) What is the correct sex of
[childchg.name(5)]?
(INTERVIEWER: RECORD CORRECTED GENDER.)
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-30_1 [R42696.00] | Section: Fertility |
CHECK([CHILD.NAME(1)])
COMMENT: Check the name field to determine if there is a child to ask about
If Answer = 1 Then Go To Q9-30C_1
| Q9-30C_1 [R42698.00] | Section: Fertility |
If Answer = 5 Then Go To Q9-30I_1
If Answer = 8 Then Go To Q9-30I_1
If Answer = 99 Then Go To Q9-30I_1
| Q9-30D_1 [R42699.00] | Section: Fertility |
Where does [CHILD.NAME(1)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-30E_1 [R42701.02] | Section: Fertility |
When did [CHILD.NAME(1)] die?
| Q9-35 [R42741.00] | Section: Fertility |
Please tell me if you have had any children since [lintdate]?
| | 1 YES ...(Go To Q9-36) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-36 [R42742.00] | Section: Fertility |
How many children have you had since [lintdate], not counting any babies
who were dead at birth?
| Q9-40_1 [] | Section: Fertility |
What did you name the first baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_1 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_1 [] | Section: Fertility |
When was your child born?
| Q9-40M_1 [R42744.00] | Section: Fertility |
Where does [newbio.NAME(1)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_1 [R42745.00] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_1
| Q9-40N_1 [R42746.00] | Section: Fertility |
When did [newbio.NAME(1)] die?
| Q9-40T_1 [R42747.00] | Section: Fertility |
([[totnew]] > 1)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_2
| Q9-40_2 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_2 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_2 [] | Section: Fertility |
When was your child born?
| Q9-40M_2 [R42749.00] | Section: Fertility |
Where does [newbio.NAME(2)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_2 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_2
| Q9-40N_2 [] | Section: Fertility |
When did [newbio.NAME(2)] die?
| Q9-40T_2 [R42750.00] | Section: Fertility |
([[totnew]] > 2)
COMMENT: is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_3
| Q9-40_3 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_3 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_3 [] | Section: Fertility |
When was your child born?
| Q9-40M_3 [R42752.00] | Section: Fertility |
Where does [newbio.NAME(3)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_3 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_3
| Q9-40N_3 [] | Section: Fertility |
When did [newbio.NAME(3)] die?
| Q9-40T_3 [R42753.00] | Section: Fertility |
([[totnew]] > 3)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_4
| Q9-40_4 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_4 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_4 [] | Section: Fertility |
When was your child born?
| Q9-40M_4 [R42755.00] | Section: Fertility |
Where does [newbio.NAME(4)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_4 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_4
| Q9-40N_4 [] | Section: Fertility |
When did [newbio.NAME(4)] die?
| Q9-40T_4 [R42756.00] | Section: Fertility |
([[totnew]] > 4)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_5
| Q9-40_5 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_5 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_5 [] | Section: Fertility |
When was your child born?
| Q9-40M_5 [] | Section: Fertility |
Where does [newbio.NAME(5)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_5 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_5
| Q9-40N_5 [] | Section: Fertility |
When did [newbio.NAME(5)] die?
| Q9-40T_5 [] | Section: Fertility |
([[totnew]] > 5)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_6
| Q9-40_6 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_6 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_6 [] | Section: Fertility |
When was your child born?
| Q9-40M_6 [] | Section: Fertility |
Where does [newbio.NAME(6)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_6 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_6
| Q9-40N_6 [] | Section: Fertility |
When did [newbio.NAME(6)] die?
| Q9-40T_6 [] | Section: Fertility |
([[totnew]] > 6)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_7
| Q9-40_7 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_7 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_7 [] | Section: Fertility |
When was your child born?
| Q9-40M_7 [] | Section: Fertility |
Where does [newbio.NAME(7)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_7 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_7
| Q9-40N_7 [] | Section: Fertility |
When did [newbio.NAME(7)] die?
| Q9-40T_7 [] | Section: Fertility |
([[totnew]] > 7)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_8
| Q9-40_8 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_8 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_8 [] | Section: Fertility |
When was your child born?
| Q9-40M_8 [] | Section: Fertility |
Where does [newbio.NAME(8)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_8 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_8
| Q9-40N_8 [] | Section: Fertility |
When did [newbio.NAME(8)] die?
| Q9-40T_8 [] | Section: Fertility |
([[totnew]] > 8)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_9
| Q9-40_9 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_9 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_9 [] | Section: Fertility |
When was your child born?
| Q9-40M_9 [] | Section: Fertility |
Where does [newbio.NAME(9)] usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_9 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_9
| Q9-40N_9 [] | Section: Fertility |
When did [newbio.NAME(9)] die?
| Q9-40T_9 [] | Section: Fertility |
([[totnew]] > 9)
COMMENT: Is there another new child to ask about?
If Answer = 1 Then Go To Q9-40_10
| Q9-40_10 [] | Section: Fertility |
What did you name the next baby?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
| Q9-40A_10 [] | Section: Fertility |
Was the baby a boy or a girl?
| | 1 Boy |
| | 2 Girl |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40B_10 [] | Section: Fertility |
When was your child born?
| Q9-40M_10 [] | Section: Fertility |
Where does {newbio.NAME(10) usually live?
| | 1 IN THIS HOUSEHOLD |
| | 2 WITH (HIS/HER) (FATHER/MOTHER) |
| | 3 WITH OTHER (SPECIFY) RELATIVES |
| | 4 WITH FOSTER CARE |
| | 5 WITH ADOPTIVE PARENTS |
| | 6 LONG TERM CARE INSTITUTION |
| | 7 AWAY AT SCHOOL |
| | 8 DECEASED |
| | 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT |
| | 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON |
| | 11 OTHER (SPECIFY) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-40MB_10 [] | Section: Fertility |
If Answer = 8 Then Go To Q9-40N_10
| Q9-40N_10 [] | Section: Fertility |
When did {newbio.NAME(10) die?
| Q9-42B [R42757.00] | Section: Fertility |
([[totbio]] > 0)
COMMENT: Is there at least one child listed?
If Answer = 0 Then Go To Q10-A
| Default Next: | Q9-43 |
| Lead-In: | Q9-35 [Default], Q9-40T_1 [Default], Q9-40T_2 [Default], Q9-40T_3 [Default], Q9-40T_4 [Default], Q9-40T_5 [Default], Q9-40T_6 [Default], Q9-40T_7 [Default], Q9-40T_8 [Default], Q9-40T_9 [Default], Q9-40MB_10 [Default], Q9-40N_10 [Default] |
| Q9-43 [R42758.00] | Section: Fertility |
([[child.hhiflag(1)]]=1)|([[child.hhiflag(2)]]=1)|([[child.hhiflag(3)]]=1)|
([[child.hhiflag(4)]]=1)|([[child.hhiflag(5)]]=1)|([[child.hhiflag(6)]]=1)|
([[child.hhiflag(7)]]=1)|([[child.hhiflag(8)]]=1)|([[child.hhiflag(9)]]=1)|
([[child.hhiflag(10)]]=1)|([[child.hhiflag(11)]]=1)
If Answer = 1 Then Go To Q9-43BC_1
| Q9-43A [R42759.00] | Section: Fertility |
([[child.hhiflag(12)]]=1)|([[child.hhiflag(13)]]=1)|
([[child.hhiflag(14)]]=1)|([[child.hhiflag(15)]]=1)|
([[child.hhiflag(16)]]=1)|([[child.hhiflag(17)]]=1)|
([[child.hhiflag(18)]]=1)|([[child.hhiflag(19)]]=1)|
([[child.hhiflag(20)]]=1)
If Answer = 1 Then Go To Q9-43BC_1
| Q9-43AA [R42760.00] | Section: Fertility |
([[child.hhiflag(1)]]=9)|([[child.hhiflag(2)]]=9)|([[child.hhiflag(3)]]=9)|
([[child.hhiflag(4)]]=9)|([[child.hhiflag(5)]]=9)|([[child.hhiflag(6)]]=9)|
([[child.hhiflag(7)]]=9)|([[child.hhiflag(8)]]=9)|([[child.hhiflag(9)]]=9)|
([[child.hhiflag(10)]]=9)|([[child.hhiflag(11)]]=9)
If Answer = 1 Then Go To Q9-43BC_1
| Q9-43AB [R42761.00] | Section: Fertility |
([[child.hhiflag(12)]]=9)|([[child.hhiflag(13)]]=9)|
([[child.hhiflag(14)]]=9)|([[child.hhiflag(15)]]=9)|
([[child.hhiflag(16)]]=9)|([[child.hhiflag(17)]]=9)|
([[child.hhiflag(18)]]=9)|([[child.hhiflag(19)]]=9)|
([[child.hhiflag(20)]]=9)
If Answer = 1 Then Go To Q9-43BC_1
| Q9-43BA [R42762.00] | Section: Fertility |
([[child.hhiflag(1)]]=10)|([[child.hhiflag(2)]]=10)|
([[child.hhiflag(3)]]=10)|([[child.hhiflag(4)]]=10)|
([[child.hhiflag(5)]]=10)|([[child.hhiflag(6)]]=10)|
([[child.hhiflag(7)]]=10)|([[child.hhiflag(8)]]=10)|
([[child.hhiflag(9)]]=10)| ([[child.hhiflag(10)]]=10)
If Answer = 1 Then Go To Q9-43BC_1
| Q9-43BB [R42763.00] | Section: Fertility |
([[child.hhiflag(11)]]=10)|([[child.hhiflag(12)]]=10)|
([[child.hhiflag(13)]]=10)|([[child.hhiflag(14)]]=10)|
([[child.hhiflag(15)]]=10)|([[child.hhiflag(16)]]=10)|
([[child.hhiflag(17)]]=10)|([[child.hhiflag(18)]]=10)|
([[child.hhiflag(19)]]=10)| ([[child.hhiflag(20)]]=10)
If Answer = 1 Then Go To Q9-43BC_1
| Q9-43BC_1 [R42764.00] | Section: Fertility |
CHECK ([child.name(1)])
COMMENT: Check to see if a first child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_1 [R42765.00] | Section: Fertility |
([[child.statcode(1)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_1
| Q9-44_1 [R42766.00] | Section: Fertility |
([[child.hhiflag(1)]]=1) | ([[child.hhiflag(1)]]=10)
COMMENT: Does first biological child live in household or with another person
part time?
If Answer = 1 Then Go To Q9-45_1
| Q9-44A_1 [R42767.00] | Section: Fertility |
([[child.hhiflag(1)]]=9)
COMMENT: Does first biological child live in household part-time, and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_1
| Q9-45_1 [R42768.00] | Section: Fertility |
Does [child.name(1)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_2) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_1 [R42769.00] | Section: Fertility |
Is [child.name(1)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_1) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_1 [R42770.00] | Section: Fertility |
When did [child.name(1)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_2) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_1 [R42771.00] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(1)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_1 [R42772.02] | Section: Fertility |
When did [child.name(1)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_2 [R42773.00] | Section: Fertility |
CHECK ([child.name(2)])
COMMENT: Check to see if a second child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_2 [R42774.00] | Section: Fertility |
([[child.statcode(2)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_2
| Q9-44_2 [R42775.00] | Section: Fertility |
([[child.hhiflag(2)]]=1) | ([[child.hhiflag(2)]]=10)
COMMENT: Does 2nd biological child live in household or with other person
person part-time?
If Answer = 1 Then Go To Q9-45_2
| Q9-44A_2 [R42776.00] | Section: Fertility |
([[child.hhiflag(2)]]=9)
COMMENT: Does second biological child live in household part time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_2
| Q9-45_2 [R42777.00] | Section: Fertility |
Does [child.name(2)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_3) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_2 [R42778.00] | Section: Fertility |
Is [child.name(2)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_2) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_2 [R42779.00] | Section: Fertility |
When did [child.name(2)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_3) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_2 [R42780.00] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(2)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_2 [R42781.02] | Section: Fertility |
When did [child.name(2)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_3 [R42782.00] | Section: Fertility |
CHECK ([child.name(3)])
COMMENT: Check to see if a third child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_3 [R42783.00] | Section: Fertility |
([[child.statcode(3)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_3
| Q9-44_3 [R42784.00] | Section: Fertility |
([[child.hhiflag(3)]]=1) | ([[child.hhiflag(3)]]=10)
COMMENT: Does third biological child live in household or with other person
part-time?
If Answer = 1 Then Go To Q9-45_3
| Q9-44A_3 [R42785.00] | Section: Fertility |
([[child.hhiflag(3)]]=9)
COMMENT: Does third child lives in household part-time and, part time with
other parent part time?
If Answer = 1 Then Go To Q9-47_3
| Q9-45_3 [R42786.00] | Section: Fertility |
Does [child.name(3)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_4) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_3 [R42787.00] | Section: Fertility |
Is [child.name(3)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_3) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_3 [R42788.00] | Section: Fertility |
When did [child.name(3)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_4) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_3 [R42789.00] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(3)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_3 [R42790.02] | Section: Fertility |
When did [child.name(3)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_4 [R42791.00] | Section: Fertility |
CHECK ([child.name(4)])
COMMENT: Check to see if a fourth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_4 [R42792.00] | Section: Fertility |
([[child.statcode(4)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_4
| Q9-44_4 [R42793.00] | Section: Fertility |
([[child.hhiflag(4)]]=1) | ([[child.hhiflag(4)]]=10)
COMMENT: Does fourth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_4
| Q9-44A_4 [R42794.00] | Section: Fertility |
([[child.hhiflag(4)]]=9)
COMMENT: Does fourth biological child live in household part time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_4
| Q9-45_4 [R42795.00] | Section: Fertility |
Does [child.name(4)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_5) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_4 [R42796.00] | Section: Fertility |
Is [child.name(4)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_4) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_4 [R42797.00] | Section: Fertility |
When did [child.name(4)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_5) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_4 [R42798.01] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(4)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_4 [R42799.00] | Section: Fertility |
When did [child.name(4)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_5 [R42800.00] | Section: Fertility |
CHECK ([child.name(5)])
COMMENT: Check to see if a fifth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_5 [R42801.00] | Section: Fertility |
([[child.statcode(5)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_5
| Q9-44_5 [R42802.00] | Section: Fertility |
([[child.hhiflag(5)]]=1) | ([[child.hhiflag(5)]]=10)
COMMENT: Does fifth biological child live in household or part-time with other
person?
If Answer = 1 Then Go To Q9-45_5
| Q9-44A_5 [R42803.00] | Section: Fertility |
([[child.hhiflag(5)]]=9)
COMMENT: Does fifth biological child live in household part time and with other
parent?
If Answer = 1 Then Go To Q9-47_5
| Q9-45_5 [R42804.00] | Section: Fertility |
Does [child.name(5)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_6) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_5 [R42805.00] | Section: Fertility |
Is [child.name(5)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_5) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_5 [R42806.00] | Section: Fertility |
When did [child.name(5)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_6) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_5 [R42807.00] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(5)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_5 [R42808.02] | Section: Fertility |
When did [child.name(5)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_6 [R42809.00] | Section: Fertility |
CHECK ([child.name(6)])
COMMENT: Check to see if a sixth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_6 [R42810.00] | Section: Fertility |
([[child.statcode(6)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_6
| Q9-44_6 [R42811.00] | Section: Fertility |
([[child.hhiflag(6)]]=1) | ([[child.hhiflag(6)]]=10)
COMMENT: Does sixth biological child live in household and part-time with other
person?
If Answer = 1 Then Go To Q9-45_6
| Q9-44A_6 [R42812.00] | Section: Fertility |
([[child.hhiflag(6)]]=9)
COMMENT: Does sixth biological child live in household part time and
part time with other parent?
If Answer = 1 Then Go To Q9-47_6
| Q9-45_6 [R42813.00] | Section: Fertility |
Does [child.name(6)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_7) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_6 [R42814.00] | Section: Fertility |
Is [child.name(6)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_6) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_6 [R42815.00] | Section: Fertility |
When did [child.name(6)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_7) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_6 [R42816.00] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(6)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_6 [] | Section: Fertility |
When did [child.name(6)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_7 [R42817.00] | Section: Fertility |
CHECK ([child.name(7)])
COMMENT: Check to see if a seventh child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_7 [R42818.00] | Section: Fertility |
([[child.statcode(7)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_7
| Q9-44_7 [R42819.00] | Section: Fertility |
([[child.hhiflag(7)]]=1) | ([[child.hhiflag(7)]]=10)
COMMENT: Does seventh biological child live in household or part-time with other
person?
If Answer = 1 Then Go To Q9-45_7
| Q9-44A_7 [R42820.00] | Section: Fertility |
([[child.hhiflag(7)]]=9)
COMMENT: Does seventh biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_7
| Q9-45_7 [R42821.00] | Section: Fertility |
Does [child.name(7)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_8) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_7 [R42822.00] | Section: Fertility |
Is [child.name(7)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_7) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_7 [R42823.00] | Section: Fertility |
When did [child.name(7)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_8) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_7 [R42824.00] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(7)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_7 [] | Section: Fertility |
When did [child.name(7)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_8 [R42825.00] | Section: Fertility |
CHECK ([child.name(8)])
COMMENT: Check to see if a eighth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_8 [R42826.00] | Section: Fertility |
([[child.statcode(8)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_8
| Q9-44_8 [R42827.00] | Section: Fertility |
([[child.hhiflag(8)]]=1) | ([[child.hhiflag(8)]]=10)
COMMENT: Does eighth biological child live in household or part-time with other
person?
If Answer = 1 Then Go To Q9-45_8
| Q9-44A_8 [R42828.00] | Section: Fertility |
([[child.hhiflag(8)]]=9)
COMMENT: Does eighth biological child live in household part-time and part-time
with other parent?
If Answer = 1 Then Go To Q9-47_8
| Q9-45_8 [R42829.00] | Section: Fertility |
Does [child.name(8)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q9-43BC_9) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_8 [R42830.00] | Section: Fertility |
Is [child.name(8)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_8) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_8 [R42831.00] | Section: Fertility |
When did [child.name(8)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_9) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_8 [R42832.02] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(8)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_8 [] | Section: Fertility |
When did [child.name(8)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_9 [R42833.00] | Section: Fertility |
CHECK ([child.name(9)])
COMMENT: Check to see if a ninth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_9 [R42834.00] | Section: Fertility |
([[child.statcode(9)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_9
| Q9-44_9 [R42835.00] | Section: Fertility |
([[child.hhiflag(9)]]=1) | ([[child.hhiflag(9)]]=10)
COMMENT: Does ninth biological child live in household or part-time with other
person?
If Answer = 1 Then Go To Q9-45_9
| Q9-44A_9 [] | Section: Fertility |
([[child.hhiflag(9)]]=9)
COMMENT: Does ninth biological child live in household part-time and part-time
with other parent?
If Answer = 1 Then Go To Q9-47_9
| Q9-45_9 [R42836.00] | Section: Fertility |
Does [child.name(9)]'s natural [mom/dad] live in this household?
| Q9-46_9 [] | Section: Fertility |
Is [child.name(9)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_9) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_9 [] | Section: Fertility |
When did [child.name(9)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_10) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_9 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(9)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_9 [] | Section: Fertility |
When did [child.name(9)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_10 [R42837.00] | Section: Fertility |
CHECK ([child.name(10)])
COMMENT: Check to see if a tenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_10 [] | Section: Fertility |
([[child.statcode(10)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_10
| Q9-44_10 [] | Section: Fertility |
([[child.hhiflag(10)]]=1) | ([[child.hhiflag(10)]]=10)
COMMENT: Does tenth biological child live in household or part-time with other
person?
If Answer = 1 Then Go To Q9-45_10
| Q9-44A_10 [] | Section: Fertility |
([[child.hhiflag(10)]]=9)
COMMENT: Does tenth biological child live in household part-time and part-time
with other parent?
If Answer = 1 Then Go To Q9-47_10
| Q9-45_10 [] | Section: Fertility |
Does [child.name(10)]'s natural [mom/dad] live in this household?
| Q9-46_10 [] | Section: Fertility |
Is [child.name(10)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_10) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_10 [] | Section: Fertility |
When did [child.name(10)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_11) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_10 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(10)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_10 [] | Section: Fertility |
When did [child.name(10)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_11 [] | Section: Fertility |
CHECK ([child.name(11)])
COMMENT: Check to see if a eleventh child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_11 [] | Section: Fertility |
([[child.statcode(11)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_11
| Q9-44_11 [] | Section: Fertility |
([[child.hhiflag(11)]]=1) | ([[child.hhiflag(11)]]=10)
COMMENT: Does eleventh biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_11
| Q9-44A_11 [] | Section: Fertility |
([[child.hhiflag(11)]]=9)
COMMENT: Does eleventh biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_11
| Q9-45_11 [] | Section: Fertility |
Does [child.name(11)]'s natural [mom/dad] live in this household?
| Q9-46_11 [] | Section: Fertility |
Is [child.name(11)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_11) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_11 [] | Section: Fertility |
When did [child.name(11)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_12) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_11 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(11)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_11 [] | Section: Fertility |
When did [child.name(11)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_12 [] | Section: Fertility |
CHECK ([child.name(12)])
COMMENT: Check to see if a twelvth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_12 [] | Section: Fertility |
([[child.statcode(12)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_12
| Q9-44_12 [] | Section: Fertility |
([[child.hhiflag(12)]]=1) | ([[child.hhiflag(12)]]=10)
COMMENT: Does twelvth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_12
| Q9-44A_12 [] | Section: Fertility |
([[child.hhiflag(12)]]=9)
COMMENT: Does twelvth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_12
| Q9-45_12 [] | Section: Fertility |
Does [child.name(12)]'s natural [mom/dad] live in this household?
| Q9-46_12 [] | Section: Fertility |
Is [child.name(12)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_12) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_12 [] | Section: Fertility |
When did [child.name(12)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_13) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_12 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(12)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_12 [] | Section: Fertility |
When did [child.name(12)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_13 [] | Section: Fertility |
CHECK ([child.name(13)])
COMMENT: Check to see if a thirteenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_13 [] | Section: Fertility |
([[child.statcode(13)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_13
| Q9-44_13 [] | Section: Fertility |
([[child.hhiflag(13)]]=1) | ([[child.hhiflag(13)]]=10)
COMMENT: Does thirteenth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_13
| Q9-44A_13 [] | Section: Fertility |
([[child.hhiflag(13)]]=9)
COMMENT: Does thirteenth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_13
| Q9-45_13 [] | Section: Fertility |
Does [child.name(13)]'s natural [mom/dad] live in this household?
| Q9-46_13 [] | Section: Fertility |
Is [child.name(13)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_13) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_13 [] | Section: Fertility |
When did [child.name(13)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_14) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_13 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(13)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_13 [] | Section: Fertility |
When did [child.name(13)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_14 [] | Section: Fertility |
CHECK ([child.name(14)])
COMMENT: Check to see if a fourteenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_14 [] | Section: Fertility |
([[child.statcode(14)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_14
| Q9-44_14 [] | Section: Fertility |
([[child.hhiflag(14)]]=1) | ([[child.hhiflag(14)]]=10)
COMMENT: Does fourteenth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_14
| Q9-44A_14 [] | Section: Fertility |
([[child.hhiflag(14)]]=9)
COMMENT: Does fourteenth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_14
| Q9-45_14 [] | Section: Fertility |
Does [child.name(14)]'s natural [mom/dad] live in this household?
| Q9-46_14 [] | Section: Fertility |
Is [child.name(14)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_14) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_14 [] | Section: Fertility |
When did [child.name(14)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_15) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_14 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(14)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_14 [] | Section: Fertility |
When did [child.name(14)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_15 [] | Section: Fertility |
CHECK ([child.name(15)])
COMMENT: Check to see if a fifteenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_15 [] | Section: Fertility |
([[child.statcode(15)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_15
| Q9-44_15 [] | Section: Fertility |
([[child.hhiflag(15)]]=1) | ([[child.hhiflag(15)]]=10)
COMMENT: Does fifteenth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_15
| Q9-44A_15 [] | Section: Fertility |
([[child.hhiflag(15)]]=9)
COMMENT: Does fifteenth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_15
| Q9-45_15 [] | Section: Fertility |
Does [child.name(15)]'s natural [mom/dad] live in this household?
| Q9-46_15 [] | Section: Fertility |
Is [child.name(15)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_15) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_15 [] | Section: Fertility |
When did [child.name(15)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_16) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_15 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(15)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_15 [] | Section: Fertility |
When did [child.name(15)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_16 [] | Section: Fertility |
CHECK ([child.name(16)])
COMMENT: Check to see if a sixteenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_16 [] | Section: Fertility |
([[child.statcode(16)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_16
| Q9-44_16 [] | Section: Fertility |
([[child.hhiflag(16)]]=1) | ([[child.hhiflag(16)]]=10)
COMMENT: Does sixteenth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_16
| Q9-44A_16 [] | Section: Fertility |
([[child.hhiflag(16)]]=9)
COMMENT: Does sixteenth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_16
| Q9-45_16 [] | Section: Fertility |
Does [child.name(16)]'s natural [mom/dad] live in this household?
| Q9-46_16 [] | Section: Fertility |
Is [child.name(16)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_16) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_16 [] | Section: Fertility |
When did [child.name(16)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_17) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_16 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(16)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_16 [] | Section: Fertility |
When did [child.name(16)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_17 [] | Section: Fertility |
CHECK ([child.name(17)])
COMMENT: Check to see if a seventeenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_17 [] | Section: Fertility |
([[child.statcode(17)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_17
| Q9-44_17 [] | Section: Fertility |
([[child.hhiflag(17)]]=1) | ([[child.hhiflag(17)]]=10)
COMMENT: Does seventeenth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_17
| Q9-44A_17 [] | Section: Fertility |
([[child.hhiflag(17)]]=9)
COMMENT: Does seventeenth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_17
| Q9-45_17 [] | Section: Fertility |
Does [child.name(17)]'s natural [mom/dad] live in this household?
| Q9-46_17 [] | Section: Fertility |
Is [child.name(17)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_17) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_17 [] | Section: Fertility |
When did [child.name(17)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_18) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_17 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(17)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_17 [] | Section: Fertility |
When did [child.name(17)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_18 [] | Section: Fertility |
CHECK ([child.name(18)])
COMMENT: Check to see if a eighteenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_18 [] | Section: Fertility |
([[child.statcode(18)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_18
| Q9-44_18 [] | Section: Fertility |
([[child.hhiflag(18)]]=1) | ([[child.hhiflag(18)]]=10)
COMMENT: Does eighteenth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_18
| Q9-44A_18 [] | Section: Fertility |
([[child.hhiflag(18)]]=9)
COMMENT: Does eighteenth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_18
| Q9-45_18 [] | Section: Fertility |
Does [child.name(18)]'s natural [mom/dad] live in this household?
| Q9-46_18 [] | Section: Fertility |
Is [child.name(18)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_18) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_18 [] | Section: Fertility |
When did [child.name(18)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_19) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_18 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(18)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_18 [] | Section: Fertility |
When did [child.name(18)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_19 [] | Section: Fertility |
CHECK ([child.name(19)])
COMMENT: Check to see if a nineteenth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_19 [] | Section: Fertility |
([[child.statcode(19)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_19
| Q9-44_19 [] | Section: Fertility |
([[child.hhiflag(19)]]=1) | ([[child.hhiflag(19)]]=10)
COMMENT: Does nineteenth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_19
| Q9-44A_19 [] | Section: Fertility |
([[child.hhiflag(19)]]=9)
COMMENT: Does nineteenth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_19
| Q9-45_19 [] | Section: Fertility |
Does [child.name(19)]'s natural [mom/dad] live in this household?
| Q9-46_19 [] | Section: Fertility |
Is [child.name(19)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_19) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_19 [] | Section: Fertility |
When did [child.name(19)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q9-43BC_20) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_19 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(19)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_19 [] | Section: Fertility |
When did [child.name(19)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
| Q9-43BC_20 [] | Section: Fertility |
CHECK ([child.name(20)])
COMMENT: Check to see if a twentieth child is listed.
If Answer = 0 Then Go To Q10-A
| Q9-43C_20 [] | Section: Fertility |
([[child.statcode(20)]] = 99)
COMMENT: Has this child been deleted?
If Answer = 0 Then Go To Q9-44_20
| Q9-44_20 [] | Section: Fertility |
([[child.hhiflag(20)]]=1) | ([[child.hhiflag(20)]]=10)
COMMENT: Does twentieth biological child live in household or part-time with
other person?
If Answer = 1 Then Go To Q9-45_20
| Q9-44A_20 [] | Section: Fertility |
([[child.hhiflag(20)]]=9)
COMMENT: Does twentieth biological child live in household part-time and
part-time with other parent?
If Answer = 1 Then Go To Q9-47_20
| Q9-45_20 [] | Section: Fertility |
Does [child.name(20)]'s natural [mom/dad] live in this household?
| | 1 YES ...(Go To Q10-A) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-46_20 [] | Section: Fertility |
Is [child.name(20)]'s [mom/dad] living?
| | 1 YES ...(Go To Q9-47_20) |
| | 0 NO |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47_20 [] | Section: Fertility |
When did [child.name(20)]'s natural [mom/dad] leave the household?
| | 1 SELECT TO ENTER DATE |
| | 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q10-A) |
| | -2 DK |
| | -1 REFUSAL |
| Q9-47A_20 [] | Section: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR [CHILD.NAME(20)]'S
NATURAL [MOM/DAD] LEFT THE HOUSEHOLD.
| Q9-48_20 [] | Section: Fertility |
When did [child.name(20)]'s natural [mom/dad] die?
(INTERVIEWER: ENTER MONTH AND YEAR.)