NLSY79 Young Adults YAdult Round 24 YA2010
Q12-TIME [] | Section: Section 12: Fertility |
TIME(0)
COMMENT: Start time for fertility section
Q12-INIT1 [] | Section: Section 12: Fertility |
SYMBOL ({COUNT97}=0=INT, {TOTNEW}=0=INT, {YNGSTKID}=""=CHAR, {Q12-22B}=0=INT, {Q12-27A}=0=INT, {TOTBIO3}=0=INT, {^BIOCHILD_MOMDADHH(1)^}=0=INT,
{NEW}=""=CHAR, {PREG1_ILLNESS1_NAME}=""=CHAR)
COMMENT: INITIALIZE SYMBOLS FOR LATER USE IN FERTILITY SECTION
Q12-INIT3 [] | Section: Section 12: Fertility |
SWITCH ({EVERYA}) BEGIN
CASE 1: {OLD_SIN} = "baby born since " + {LINTDATE~X};
CASE 0: {OLD_SIN} = "oldest";
DEFAULT: {OLD_SIN} = "(oldest) baby (born since " + {LINTDATE~X} + ")"; END
COMMENT: TEXT SUBSTITUTION BASED ON WHEN LAST INTERVIEWED
Q12-INIT4 [] | Section: Section 12: Fertility |
{RESP_GENDER}
COMMENT: SKIP BASED ON GENDER OF RESPONDENT
If Answer = 1 Then Go To Q12-INIT4A
If Answer = 2 Then Go To Q12-INIT4B
Q12-INIT4A [] | Section: Section 12: Fertility |
SYMBOL ({MOM_DAD}="MOTHER"=CHAR, {MOM_DADLC}="mother"=CHAR, {OR_YOUR}="YOUR"=CHAR, {SHE_YOU}="SHE"=CHAR, {HERBLANK}="HER"=CHAR,{PARHE_SHE}="she"=CHAR)
COMMENT: INITIALIZE SYMBOLS FOR MALE RESPONDENT
Default Next: | Q12-1 | Type: | Internal Function | | |
Lead-In: | Q12-INIT4 [1:1] | Mask: | 9999 | | |
Q12-INIT4B [] | Section: Section 12: Fertility |
SYMBOL ({MOM_DAD}="FATHER"=CHAR, {MOM_DADLC}="father"=CHAR, {OR_YOUR}="YOU"=CHAR, {SHE_YOU}="YOU"=CHAR, {HERBLANK}=""=CHAR,{PARHE_SHE}="he"=CHAR)
COMMENT: INITIALIZE SYMBOLS FOR FEMALE RESPONDENT
Default Next: | Q12-1 | Type: | Internal Function | | |
Lead-In: | Q12-INIT4 [2:2] | Mask: | 9999 | | |
Q12-INIT4C [] | Section: Section 12: Fertility |
SYMBOL ({MOM_DAD}="(MOTHER OR FATHER)"=CHAR, {MOM_DADLC}="(mother or father)"=CHAR, {OR_YOUR}="(YOU(R))"=CHAR, {SHE_YOU}=""=CHAR, {HERBLANK}=""=CHAR,{PARHE_SHE}="he or she"=CHAR)
COMMENT: INITIALIZE SYMBOLS FOR FEMALE RESPONDENT
Default Next: | Q12-1 | Type: | Internal Function | | |
Lead-In: | Q12-INIT4 [Default] | Mask: | 9999 | | |
Q12-1 [] | Section: Section 12: Fertility |
*************SECTION 12 FERTILITY*************
The next few questions are about fertility. 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.
Q12-1-A [] | Section: Section 12: Fertility |
{RESP_GENDER}==1
COMMENT: IF R IS MALE, SKIP PREGNANCY QUESTIONS
If Answer = 1 Then Go To Q12-1A
Default Next: | Q12-1-B | Type: | Internal Function | | |
Lead-In: | Q12-1 [Default] | Mask: | 99 | | |
Q12-1-B [] | Section: Section 12: Fertility |
{EVERPREG}==1
COMMENT: Machine check: Has R reported being pregnant in previous surveys?
If Answer = 1 Then Go To Q12-1A
Default Next: | Q12-1-C | Type: | Internal Function | | |
Lead-In: | Q12-1-A [Default] | Mask: | 99 | | |
Q12-1-C [] | Section: Section 12: Fertility |
Have you ever been pregnant?
If Answer = -1 Then Go To Q12-171-A
Default Next: | Q12-1-D | Type: | Select One Entry | Save Symbol: | EVERPREG |
Lead-In: | Q12-1-B [Default] | Mask: | AUTO‑SELECTED | | |
Q12-1-D [] | Section: Section 12: Fertility |
How old were you the first time you became pregnant?
ENTER AGE IN YEARS:
If Answer = -1 Then Go To Q12-1A
Default Next: | Q12-1-E | Type: | Numeric Entry | | |
Lead-In: | Q12-1-C [Default] | Mask: | 99 | | |
Hard Min: | 0 | Soft Min: | 10 |
Hard Max: | {yadult_age} | Soft Max: | {yadult_age} |
Q12-1-E [] | Section: Section 12: Fertility |
In what month and year did you get pregnant for the first time?
Default Next: | Q12-1A | Type: | Date Entry | | |
Lead-In: | Q12-1-D [Default] | Mask: | MY | | |
Hard Min: | {birthdate4} | | |
Hard Max: | {curdate4} | | |
Q12-1A [] | Section: Section 12: Fertility |
({EVERYA}==1)
COMMENT: WAS R EVER INTERVIEWED AS YA?
If Answer = 0 Then Go To Q12-4
Q12-2A [] | Section: Section 12: Fertility |
We are first going to VERIFY our records of BIOLOGICAL children that you have had, if any, PRIOR TO {lintdate~X} (the date of your LAST interview).
Q12-4 [] | Section: Section 12: Fertility |
BLANK {*BIOCHILD*}
COMMENT: Blank out the biochild name and bdate variables in case of backing up.
Q12-5A [] | Section: Section 12: Fertility |
RECCOUNT ({*BIOCHILD*})
Default Next: | Q12-5 | Type: | Internal Function | Save Symbol: | TOTBIO |
Lead-In: | Q12-4 [Default] | Mask: | 9999 | | |
Q12-5 [] | Section: Section 12: Fertility |
XFER OUT {*BIOCHILD*} FIELDS NAME={^BIOCHILD_NAME^}, BDATE={^BIOCHILD_BDATE^},
STATCODE={^BIOCHILD_STATCODE^}
COMMENT: Xfer out information and save total number of children.
Default Next: | Q12-5B | Type: | Internal Function | | |
Lead-In: | Q12-5A [Default] | Mask: | 9999 | | |
Q12-5B [] | Section: Section 12: Fertility |
{TOTBIO} > 0
COMMENT: Check if there are any children on the info sheet
If Answer = 0 Then Go To Q12-14BA
Q12-6AA-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-6AA-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: start loop to correct missing names or bdates of biochildren
Q12-6AA-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP1} + 1
Q12-6B [] | Section: Section 12: Fertility |
STRCMP({^BIOCHILD_NAME({Q12-LOOP1})^}, "(MISSING NAME)")
COMMENT: Is the child's name missing?
If Answer = 1 Then Go To Q12-6C
Q12-6C [] | Section: Section 12: 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: {^BIOCHILD_BDATE({Q12-LOOP1})^}
CHILD'S ID NUMBER: {^BIOCHILD.ID({Q12-LOOP1})^}
Default Next: | Q12-6D | Type: | Text Entry | Save Symbol: | ^BIOCHILD_NAME({Q12‑LOOP1})^ |
Lead-In: | Q12-6B [1:1] | Mask: | A25 | | |
Q12-6D [] | Section: Section 12: Fertility |
ISVAREMPTY({^BIOCHILD_BDATE({Q12-LOOP1})^})
COMMENT: Is there child's birthdate recorded?
If Answer = 1 Then Go To Q12-6E
Q12-6E [] | Section: Section 12: Fertility |
INTERVIEWER: THIS CHILD'S BIRTHDATE IS MISSING. ENTER THE CORRECT BIRTHDATE. YOU MUST ENTER A VALID YEAR IN THIS QUESTION. REPORT ANY UNUSUAL ANSWERS IN A COMMENT.
CHILD'S NAME: {^BIOCHILD_NAME({Q12-LOOP1})^}
CHILD'S ID NUMBER: {^BIOCHILD_ID({Q12-LOOP1})^}
Default Next: | Q12-6F-LOOP-END | Type: | Date Entry | Save Symbol: | ^BIOCHILD_BDATE({Q12‑LOOP1})^ |
Lead-In: | Q12-6D [1:1] | Mask: | MDY | | |
Hard Min: | 19600101 | | |
Hard Max: | {lintdate} | | |
Q12-6F-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP1}=={TOTBIO})
COMMENT: loop end to fix names and bdates of biochildren
Default Next: | Q12-7 | Type: | Internal Function | | |
Lead-In: | Q12-6D [Default], Q12-6E [Default] | Mask: | 9999 | | |
Q12-7 [] | Section: Section 12: Fertility |
XFER INTO {*BIOCHILD*} FIELDS NAME={^BIOCHILD_NAME^}, BDATE={^BIOCHILD_BDATE^}
COMMENT: copy child names to roster after any name or bdate corrections
Q12-8A [] | Section: Section 12: Fertility |
Our records from our interview on {lintdate~X} show that you have (had/given birth to) (a child/children) named (READ FULL NAMES OF CHILDREN BELOW) as of {lintdate~X} ... (CLICK "SUBMIT AND CONTINUE" TO CONTINUE)
Default Next: | Q12-8B | Type: | Roster Present Only | | |
Lead-In: | Q12-7 [Default] | | | | |
Q12-8B [] | Section: Section 12: Fertility |
Is that correct?
| 1 YES--INFORMATION CORRECT |
| 0 NO--INFORMATION INCORRECT ...(Go To Q12-10) |
If Answer >= -2 AND Answer <= -1 Then Go To Q12-22AB
Default Next: | Q12-16NB | Type: | Select One Entry | | |
Lead-In: | Q12-8A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-10 [] | Section: Section 12: Fertility |
SYMBOL({DELSTAT}=99=INT, {NOLABEL}=""=CHAR, {DELLABEL}="DELETED"=CHAR)
COMMENT: fixed value which may be used to set the status for deleted children.
Default Next: | Q12-11 | Type: | Internal Function | | |
Lead-In: | Q12-8B [0:0] | Mask: | 9999 | | |
Q12-11 [] | Section: Section 12: Fertility |
INTERVIEWER: DOES R HAVE CHILDREN ON THE BIOLOGICAL CHILD ROSTER THAT SHOULD NOT BE LISTED THERE?
Default Next: | Q12-14AC | Type: | Select One Entry | | |
Lead-In: | Q12-10 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-12A [] | Section: Section 12: Fertility |
XFER OUT {*BIOCHILD*} FIELDS STATCODE={^BIOCHILD_OLDSTAT^}, STATUS={^BIOCHILD_OLDSTATUS^}
COMMENT: Copy child status to save index
Default Next: | Q12-12AA | Type: | Internal Function | | |
Lead-In: | Q12-11 [1:1] | Mask: | 9999 | | |
Q12-12AA [] | Section: Section 12: Fertility |
RECCOUNT ({*BIOCHILD*})
Q12-13AA-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-13AA-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: LOOP Begin to delete biochildren who don't belong on roster
Q12-13AA-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP2} + 1
Q12-13A [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP2})^}
COMMENT: Is this child a new child? If so, skip out.
If Answer = 99 Then Go To Q12-13C
If Answer = 8 Then Go To Q12-13E
If Answer = 5 Then Go To Q12-13E
Q12-13C [] | Section: Section 12: Fertility |
INTERVIEWER: {^BIOCHILD_NAME({Q12-LOOP2})^} IS DELETED. IS THIS CORRECT?
Default Next: | Q12-13F | Type: | Select One Entry | | |
Lead-In: | Q12-13A [99:99] | Mask: | AUTO‑SELECTED | | |
Q12-13D [] | Section: Section 12: Fertility |
INTERVIEWER: DOES {^BIOCHILD_NAME({Q12-LOOP2})^} NEED TO BE DELETED?
Default Next: | Q12-13E | Type: | Select One Entry | | |
Lead-In: | Q12-13A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-13E [] | Section: Section 12: Fertility |
SYMBOL({^BIOCHILD_STATCODE^}={^BIOCHILD_OLDSTAT({Q12-LOOP2})^}=INT, {^BIOCHILD_DELETED({Q12-LOOP2})^}={NOLABEL}=CHAR, {^BIOCHILD_STATUS( {Q12-LOOP2})^}={^BIOCHILD_OLDSTATUS({Q12-LOOP2})^}=CHAR)
COMMENT: Change the child status back to the oldstatus from deleted status.
Q12-13EA [] | Section: Section 12: Fertility |
SYMBOL({^BIOCHILD_STATCODE({Q12-LOOP2})^}=0=INT, {^BIOCHILD_DELETED( {Q12-LOOP2})^}={NOLABEL}=CHAR, {^BIOCHILD_STATUS({Q12-LOOP2})^}=" "=CHAR)
COMMENT: Change the child status back to zero from deleted status.
Q12-13F [] | Section: Section 12: Fertility |
SYMBOL({^BIOCHILD_STATCODE({Q12-LOOP2})^}={DELSTAT}=INT, {^BIOCHILD_DELETED({Q12-LOOP2})^}={DELLABEL}=CHAR, {^BIOCHILD_STATUS({Q12-LOOP2})^}="DELETED"=CHAR)
COMMENT: Change the child status to deleted
Q12-13I-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP2}=={TOTBIO})
COMMENT: Loop end for deleting children currently on biochild roster
Q12-14 [] | Section: Section 12: Fertility |
XFER INTO {*BIOCHILD*} FIELDS STATCODE={^BIOCHILD_STATCODE^}, DELETED={^BIOCHILD_DELETED^}, STATUS={^BIOCHILD_STATUS^}
COMMENT: XFER into biochild roster any deletions
Q12-14AC [] | Section: Section 12: Fertility |
INTERVIEWER: DOES R HAVE ANY CHILDREN WHO WERE BORN BEFORE {lintdate~X} WHO ARE NOT LISTED ON THE BIOLOGICAL CHILD ROSTER, THAT SHOULD BE LISTED THERE?
Default Next: | Q12-16NB | Type: | Select One Entry | | |
Lead-In: | Q12-11 [Default], Q12-14 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-14BA [] | Section: Section 12: Fertility |
({EVERYA}==1)
COMMENT: WAS R EVER INTERVIEWED AS YA?
If Answer = 0 Then Go To Q12-16NB
Default Next: | Q12-14BC | Type: | Internal Function | | |
Lead-In: | Q12-5B [0:0] | Mask: | 99 | | |
Q12-14BC [] | Section: Section 12: Fertility |
Our records show that you had NOT (had/given birth to) any children of your own as of {lintdate~X}. Is that correct?
Default Next: | Q12-20 | Type: | Select One Entry | | |
Lead-In: | Q12-14BA [Default] | Mask: | AUTO‑SELECTED | | |
Q12-15B-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-15B-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: Loop begin to add missing biochildren
Q12-15B-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP3} + 1
Q12-15C [] | Section: Section 12: Fertility |
SWITCH ({Q12-LOOP3}) BEGIN
CASE 1: {Q9_TEXT3} = "first";
DEFAULT: {Q9_TEXT3} = "next"; END
COMMENT: switch for text subs
Q12-16 [] | Section: Section 12: Fertility |
What is the name of the {Q9_TEXT3} child that you have (had/given birth to) as of {lintdate~X} who we do not have listed?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL, LAST NAME.)
Default Next: | Q12-16A | Type: | Text Entry | Save Symbol: | ^MISSBIO_NAME({Q12‑LOOP3})^ |
Lead-In: | Q12-15C [Default] | Mask: | A60 | | |
Q12-16A [] | Section: Section 12: Fertility |
Is {^missbio_name({Q12-LOOP3})^} a boy or a girl?
Default Next: | Q12-16AA | Type: | Select One Entry | Save Symbol: | ^MISSBIO_GENCODE({Q12‑LOOP3})^ |
Lead-In: | Q12-16 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-16AA [] | Section: Section 12: Fertility |
DECODE({^MISSBIO_GENCODE({Q12-LOOP3})^}, {%D1001%}, 1)
COMMENT: Fix numeric code for child's gender
Default Next: | Q12-16B | Type: | Internal Function | Save Symbol: | ^MISSBIO_SEX({Q12‑LOOP3})^ |
Lead-In: | Q12-16A [Default] | Mask: | 9999 | | |
Q12-16B [] | Section: Section 12: Fertility |
When was {^missbio_name({Q12-LOOP3})^} born?
(INTERVIEWER: IN CASE OF INVALID DATE, VERIFY CHILDS BIRTH DATE WITH R. EXPLAIN TO RESPONDENT THAT RIGHT NOW, WE ARE ONLY COLLECTING INFORMATION ABOUT CHILDREN BORN PRIOR TO {lintdate~X}. WE WILL ASK ABOUT CHILDREN BORN SINCE {lintdate~X} IN A FEW MOMENTS.)
(INTERVIEWER: YOU MUST ENTER A VALID YEAR IN THIS QUESTION. REPORT ANY UNUSUAL ANSWERS IN A COMMENT.)
Default Next: | Q12-16C | Type: | Date Entry | Save Symbol: | ^MISSBIO_BIRTH({Q12‑LOOP3})^ |
Lead-In: | Q12-16AA [Default] | Mask: | MDY | | |
Hard Min: | {birthdate} | | |
Hard Max: | {lintdate} | | |
Q12-16C [] | Section: Section 12: Fertility |
SYMBOL({^MISSBIO_STATCODE({Q12-LOOP3})^}=98=INT, {^MISSBIO_FOODQ({Q12-LOOP3})^}=1=INT)
COMMENT: enter the special 'added' code for this child's status.
Default Next: | Q12-16D | Type: | Internal Function | | |
Lead-In: | Q12-16B [Default] | Mask: | 9999 | | |
Q12-16D [] | Section: Section 12: Fertility |
DATE2DAY ({^MISSBIO_BIRTH({Q12-LOOP3})^})
COMMENT: change the birthdate to a day number to compare against the last
interview date.
Default Next: | Q12-16N | Type: | Internal Function | Save Symbol: | ^MISSBIO_BDATEDAY({Q12‑LOOP3})^ |
Lead-In: | Q12-16C [Default] | Mask: | 9999 | | |
Q12-16N [] | Section: Section 12: Fertility |
{TOTBIO}+{Q12-LOOP3}
COMMENT: Set the ID number as the number of those already on the biochild roster plus the number of missing children.
Default Next: | Q12-16L | Type: | Internal Function | Save Symbol: | ^MISSBIO_IDNUM({Q12‑LOOP3})^ |
Lead-In: | Q12-16D [Default] | Mask: | 99 | | |
Q12-16L [] | Section: Section 12: Fertility |
Did you have another child that was born PRIOR to {lintdate~X} who we do not have listed?
Q12-16P-LOOP-END [] | Section: Section 12: Fertility |
UNTIL([Q12-16L({Q12-LOOP3})]==0)
COMMENT: Loop end for entering missing bio children
Default Next: | Q12-16NA | Type: | Internal Function | | |
Lead-In: | Q12-16L [Default] | Mask: | 9999 | | |
Q12-16NA [] | Section: Section 12: Fertility |
XFER INTO {*MISSBIO*} FIELDS NAME={^MISSBIO_NAME^}, ID={^MISSBIO_IDNUM^}, GENDER={^MISSBIO_SEX^}, FOODQ={^MISSBIO_FOODQ^}, BDATE={^MISSBIO_BIRTH^}, STATCODE={^MISSBIO_STATCODE^}, GENCODE={^MISSBIO_GENCODE^}
COMMENT: Copy for missing biological children into MISSBIO Roster.
Q12-16NAB [] | Section: Section 12: Fertility |
CLEAN ROSTER ({*BIOCHILD2*})
COMMENT: Clean BIOCHILD2 Roster.
Q12-16NB [] | Section: Section 12: Fertility |
CLONE ROSTER {*BIOCHILD*} TO {*BIOCHILD2*}
COMMENT: Copy for missing biological children into BIOCHILD Roster.
Q12-16NC [] | Section: Section 12: Fertility |
({EVERYA}==1)
COMMENT: WAS R EVER INTERVIEWED AS YA?
If Answer = 0 Then Go To Q12-22AB
Default Next: | Q12-16O | Type: | Internal Function | | |
Lead-In: | Q12-16NB [Default] | Mask: | 99 | | |
Q12-16O [] | Section: Section 12: Fertility |
APPEND * FROM {*MISSBIO*} INTO {*BIOCHILD2*}
COMMENT: Copy for missing biological children into BIOCHILD2 Roster.
Default Next: | Q12-16S | Type: | Internal Function | | |
Lead-In: | Q12-16NC [Default] | Mask: | 9999 | | |
Q12-16S [] | Section: Section 12: Fertility |
COMPRESS ROSTER {*BIOCHILD2*} ON NAME
COMMENT: create new updated and corrected bio roster
Default Next: | Q12-16T | Type: | Internal Function | | |
Lead-In: | Q12-16O [Default] | Mask: | 9999 | | |
Q12-16T [] | Section: Section 12: Fertility |
XFER OUT {*BIOCHILD2*} FIELDS NAME={^BIOCHILD_NAME^}, ID={^BIOCHILD_ID^}, BDATE={^BIOCHILD_BDATE^}, GENCODE={^BIOCHILD_GENCODE^}, GENDER={^BIOCHILD_GENDER^}
COMMENT: Copy bio child information out of BIOCHILD Roster.
Default Next: | Q12-16TA | Type: | Internal Function | | |
Lead-In: | Q12-16S [Default] | Mask: | 9999 | | |
Q12-16TA [] | Section: Section 12: Fertility |
RECCOUNT ({*BIOCHILD2*})
COMMENT: Copy bio child information out of BIOCHILD Roster.
Default Next: | Q12-18A | Type: | Internal Function | Save Symbol: | TOTBIO2 |
Lead-In: | Q12-16T [Default] | Mask: | 9999 | | |
Q12-18A [] | Section: Section 12: Fertility |
"ALL (OTHER) INFO CORRECT"
COMMENT: Provide choice if all child names, genders and birthdates are correct.
Default Next: | Q12-18B | Type: | Internal Function | Save Symbol: | ^BIOTMP_NAME(1)^ |
Lead-In: | Q12-16TA [Default] | Mask: | A80 | | |
Q12-18B [] | Section: Section 12: Fertility |
CLEAN ROSTER ({*BIOTMP*})
COMMENT: Clean biotmp roster.
Default Next: | Q12-18BB | Type: | Internal Function | | |
Lead-In: | Q12-18A [Default] | Mask: | 9999 | | |
Q12-18BB [] | Section: Section 12: Fertility |
XFER INTO {*BIOTMP*} FIELDS NAME={^BIOTMP_NAME(1)^}
COMMENT: Copy children's information for verification.
Default Next: | Q12-18C | Type: | Internal Function | | |
Lead-In: | Q12-18B [Default] | Mask: | 9999 | | |
Q12-18C [] | Section: Section 12: Fertility |
APPEND * FROM {*BIOCHILD2*} INTO {*BIOTMP*}
Q12-18CB [] | Section: Section 12: Fertility |
XFER OUT {*BIOTMP*} FIELDS NAME={^BIOCHILDCHG_NAME^}, ID={^BIOCHILDCHG_ID^}, BDATE={^BIOCHILDCHG_BDATE^}, GENDER={^BIOCHILDCHG_GENDER^}
COMMENT: Copy all information out of BIOTMP Roster.
Default Next: | Q12-18D | Type: | Internal Function | | |
Lead-In: | Q12-18C [Default] | Mask: | 9999 | | |
Q12-18D [] | Section: Section 12: Fertility |
I'd like to read the information about your children from our records.
Q12-18E-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-18E-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: Start loop to verify final bio Roster.
Q12-18E-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP4} + 1
Q12-19 [] | Section: Section 12: Fertility |
(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, CLICK ON THE BUTTON FOR "ALL (OTHER) INFO CORRECT," THEN CLICK "SUBMIT AND CONTINUE" TO CONTINUE.
IF ANY INFORMATION IS INCORRECT , CLICK ON THE BUTTON NEXT TO THE CHILD'S RECORD, THEN CLICK ON "SUBMIT AND CONTINUE". YOU WILL THEN BE ABLE TO CORRECT INFORMATION ON THE NEXT SCREEN FOR THE CHILD YOU SELECTED.)
If Answer = 1 Then Go To Q12-19JE-LOOP-END
Q12-19C [] | Section: Section 12: Fertility |
(INTERVIEWER: MARK INFORMATION THAT IS INCORRECT. IF NECESSARY PROBE:)
Is {^biochildchg_name({^Q12-19({Q12-LOOP4})^})^}'s name correct?
Is {^biochildchg_name({^Q12-19({Q12-LOOP4})^})^}'s birthdate correct? (BIRTHDATE={^biochildchg_bdate({^Q12-19({Q12-LOOP4})^})~X^} )
Is {^biochildchg_name({^Q12-19({Q12-LOOP4})^})^}'s sex correct? (SEX={^biochildchg_gender({^Q12-19({Q12-LOOP4})^})^})
(MARK ALL THAT APPLY)
| 1 NAME |
| 4 BIRTHDATE |
| 5 SEX |
| 6 OTHER (SPECIFY) |
Default Next: | Q12-19D | Type: | Select All Entry | | |
Lead-In: | Q12-19 [Default] | | | | |
Q12-19D [] | Section: Section 12: Fertility |
INSELECTION([Q12-19C({Q12-LOOP4})],1)
COMMENT: Check if answered name was incorrect.
({Q12-LOOP4})
If Answer = 1 Then Go To Q12-19F
Default Next: | Q12-19G | Type: | Internal Function | | |
Lead-In: | Q12-19C [Default] | Mask: | 9999 | | |
Q12-19F [] | Section: Section 12: Fertility |
What is the correct name and spelling for {^biochildchg_name({^Q12-19({Q12-LOOP4})^})^}?
(INTERVIEWER: RECORD CORRECT NAME AND/OR SPELLING.)
Default Next: | Q12-19FB | Type: | Text Entry | Save Symbol: | ^BIOCHILDCHG_NAME({^Q12‑19({Q12-LOOP4})^})^ |
Lead-In: | Q12-19D [1:1] | Mask: | A50 | | |
Q12-19FB [] | Section: Section 12: Fertility |
XFER INTO {*BIOTMP*} TO {^Q12-19({Q12-LOOP4})^} FIELDS NAME={^BIOCHILDCHG_NAME({^Q12-19({Q12-LOOP4})^})^}
COMMENT: Copy first corrected child name into BIOTMP Roster.
Default Next: | Q12-19G | Type: | Internal Function | | |
Lead-In: | Q12-19F [Default] | Mask: | 9999 | | |
Q12-19G [] | Section: Section 12: Fertility |
INSELECTION([Q12-19C({Q12-LOOP4})],4)
COMMENT: Check if answered birthdate was incorrect.
({Q12-LOOP4})
If Answer = 1 Then Go To Q12-19H
Q12-19H [] | Section: Section 12: Fertility |
What is the correct birthdate for {^biochildchg_name({^Q12-19({Q12-LOOP4})^})^}?
(INTERVIEWER: RECORD CORRECTED BIRTHDATE.)
(INTERVIEWER: YOU MUST ENTER A VALID YEAR IN THIS QUESTION. REPORT ANY UNUSUAL ANSWERS IN A COMMENT.)
Default Next: | Q12-19HB | Type: | Date Entry | Save Symbol: | ^BIOCHILDCHG_BDATE({^Q12‑19({Q12-LOOP4})^})^ |
Lead-In: | Q12-19G [1:1] | Mask: | MDY | | |
Hard Min: | 19870101 | | |
Hard Max: | {lintdate} | | |
Q12-19HB [] | Section: Section 12: Fertility |
XFER INTO {*BIOTMP*} TO {^Q12-19({Q12-LOOP4})^} FIELDS BDATE={^BIOCHILDCHG_BDATE({^Q12-19({Q12-LOOP4})^})^}
COMMENT: Copy corrected child birthdate into BIOTMP Roster.
Default Next: | Q12-19I | Type: | Internal Function | | |
Lead-In: | Q12-19H [Default] | Mask: | 9999 | | |
Q12-19I [] | Section: Section 12: Fertility |
INSELECTION([Q12-19C({Q12-LOOP4})],5)
COMMENT: Check if answered sex was incorrect.
({Q12-LOOP4})
If Answer = 1 Then Go To Q12-19J
Q12-19J [] | Section: Section 12: Fertility |
(INTERVIEWER: IF NOT OBVIOUS, ASK:) What is the correct sex of {^biochildchg_name({^Q12-19({Q12-LOOP4})^})^}?
(INTERVIEWER: RECORD CORRECTED GENDER.)
Default Next: | Q12-19JAB | Type: | Select One Entry | Save Symbol: | ^BIOCHILDCHG_GENCODE({^Q12‑19({Q12-LOOP4})^})^ |
Lead-In: | Q12-19I [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-19JAB [] | Section: Section 12: Fertility |
DECODE ({^BIOCHILDCHG_GENCODE({^Q12-19({Q12-LOOP4})^})^},
{%D1001%}, 1)
COMMENT: Fix numeric code for child's gender
Default Next: | Q12-19JB | Type: | Internal Function | Save Symbol: | ^BIOCHILDCHG_GENDER({^Q12‑19({Q12-LOOP4})^})^ |
Lead-In: | Q12-19J [Default] | Mask: | A80 | | |
Q12-19JB [] | Section: Section 12: Fertility |
XFER INTO {*BIOTMP*} TO {^Q12-19({Q12-LOOP4})^} FIELDS GENDER={^BIOCHILDCHG_GENDER({^Q12-19({Q12-LOOP4})^})^}, GENCODE={^BIOCHILDCHG_GENCODE({^Q12-19({Q12-LOOP4})^})^}
COMMENT: Copy corrected child gender into BIOTMP Roster.
Q12-19JE-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({^Q12-19({Q12-LOOP4})^}==1)
COMMENT: End loop to verify final bio roster
Q12-19JG [] | Section: Section 12: Fertility |
CLONE ROSTER {*BIOTMP*} TO {*BIOCHILD3*}
COMMENT: create new updated and corrected bio roster
Q12-19K [] | Section: Section 12: Fertility |
COMPRESS ROSTER {*BIOCHILD3*} ON BDATE
COMMENT: create new updated and corrected bio roster
Default Next: | Q12-20 | Type: | Internal Function | | |
Lead-In: | Q12-19JG [Default] | Mask: | 9999 | | |
Q12-20 [] | Section: Section 12: Fertility |
INTERVIEWER: BELOW IS THE CORRECTED BIOLOGICAL CHILD ROSTER AS OF {lintdate~X}. REVIEW THE ROSTER TO BE SURE THAT IT IS CORRECT. IF THE ROSTER IS NOT CORRECT, RETURN TO THE PREVIOUS QUESTIONS BY CLICKING ON THE BACK ARROW ICON AND CORRECT AS NEEDED.
IF EVERYTHING IS CORRECT, CLICK "SUBMIT AND CONTINUE" TO GO FORWARD.
Q12-20A [] | Section: Section 12: Fertility |
XFER OUT {*BIOCHILD3*} FIELDS ID={^BIOCHILD_ID^}, NAME={^BIOCHILD_NAME^}, GENDER={^BIOCHILD_GENDER^}, BDATE={^BIOCHILD_BDATE^}, STATCODE={^BIOCHILD_STATCODE^}, GENCODE={^BIOCHILD_GENCODE^}
COMMENT: copy all children from child roster to save indexes
Default Next: | Q12-20AA | Type: | Internal Function | | |
Lead-In: | Q12-20 [Default] | Mask: | 9999 | | |
Q12-20AA [] | Section: Section 12: Fertility |
RECCOUNT ({*BIOCHILD3*})
Default Next: | Q12-22AB | Type: | Internal Function | Save Symbol: | TOTBIO3 |
Lead-In: | Q12-20A [Default] | Mask: | 9999 | | |
Q12-22AB [] | Section: Section 12: Fertility |
({EVERYA}==1)
COMMENT: WAS R EVER INTERVIEWED AS YA?
If Answer = 1 Then Go To Q12-22AD
Q12-22AD [] | Section: Section 12: Fertility |
Now I would like to ask you about any BIOLOGICAL children you have had, if any, SINCE {lintdate~X}, (the date of your LAST interview).
Q12-22B [] | Section: Section 12: Fertility |
Please tell me if you have had any biological children since {lintdate~X}, not counting any babies who were stillborn?
Default Next: | Q12-29C | Type: | Select One Entry | Save Symbol: | Q12‑22B |
Lead-In: | Q12-22AD [Default] | Mask: | AUTO‑SELECTED | | |
Q12-22BA [] | Section: Section 12: Fertility |
How many children have you had since {lintdate~X}? (IF NECESSARY READ: not counting any babies who were stillborn? AND/OR ....or dead at birth?)
If Answer >= -2 AND Answer <= -1 Then Go To Q12-29C
Hard Min: | 1 | Soft Min: | 1 |
Hard Max: | 10 | Soft Max: | 3 |
Q12-27 [] | Section: Section 12: Fertility |
CLONE ROSTER {*Biochild2*} TO {*Biochild3*}
COMMENT: Copy for missing biological children into BIOCHILD Roster.
Default Next: | Q12-27A | Type: | Internal Function | | |
Lead-In: | Q12-22AB [Default] | Mask: | 9999 | | |
Q12-27A [] | Section: Section 12: Fertility |
Please tell me if you have had any biological children?
Default Next: | Q12-29C | Type: | Select One Entry | Save Symbol: | Q12‑27A |
Lead-In: | Q12-27 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-27B [] | Section: Section 12: Fertility |
How many children have you had not counting any babies who were dead at birth?
If Answer >= -2 AND Answer <= -1 Then Go To Q12-29C
Hard Min: | 1 | Soft Min: | 1 |
Hard Max: | 10 | Soft Max: | 5 |
Q12-23-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-23-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: Begin Loop for adding new bio children.
Q12-23-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP11} + 1
Q12-24 [] | Section: Section 12: Fertility |
SWITCH ({Q12-LOOP11}) BEGIN
CASE 1: {Q9_TEXT11} = "first";
DEFAULT: {Q9_TEXT11} = "next"; END
COMMENT: Switch for Text sub
Q12-28 [] | Section: Section 12: Fertility |
What did you name your {Q9_TEXT11} {old_sin}?
(INTERVIEWER: ENTER FIRST NAME, MIDDLE INITIAL AND LAST NAME.)
Default Next: | Q12-28A | Type: | Text Entry | Save Symbol: | ^NEWBIO_NAME({Q12‑LOOP11})^ |
Lead-In: | Q12-24 [Default] | Mask: | A38 | | |
Q12-28A [] | Section: Section 12: Fertility |
Was the baby a boy or a girl?
Default Next: | Q12-28AA | Type: | Select One Entry | Save Symbol: | ^NEWBIO_GENCODE({Q12‑LOOP11})^ |
Lead-In: | Q12-28 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-28AA [] | Section: Section 12: Fertility |
DECODE({^NEWBIO_GENCODE({Q12-LOOP11})^}, {%D1001%}, 1)
COMMENT: Fix numeric code for child's gender
Default Next: | Q12-28B | Type: | Internal Function | Save Symbol: | ^NEWBIO_SEX({Q12‑LOOP11})^ |
Lead-In: | Q12-28A [Default] | Mask: | 9999 | | |
Q12-28B [] | Section: Section 12: Fertility |
When was your child born?
(INTERVIEWER: YOU MUST ENTER A VALID YEAR IN THIS QUESTION. REPORT ANY UNUSUAL ANSWERS IN A COMMENT.)
Default Next: | Q12-28BA | Type: | Date Entry | Save Symbol: | ^NEWBIO_BIRTH({Q12‑LOOP11})^ |
Lead-In: | Q12-28AA [Default] | Mask: | MDY | | |
Hard Min: | 19870101 | | |
Hard Max: | {curdate} | | |
Q12-28BA [] | Section: Section 12: Fertility |
{^NEWBIO_BIRTH({Q12-LOOP11})^}
COMMENT: Enter child's birth date as minimum for date of death.
Default Next: | Q12-28C | Type: | Internal Function | Save Symbol: | ^NDIEMIN({Q12‑LOOP11})^ |
Lead-In: | Q12-28B [Default] | Mask: | MDY | | |
Q12-28C [] | Section: Section 12: Fertility |
SYMBOL ({^NEWBIO_STATCODE({Q12-LOOP11})^}=97=INT, {^NEWBIO_FOODQ({Q12-LOOP11})^}=1=INT)
COMMENT: enter the status code of 97, denoting a new child.
Default Next: | Q12-28E | Type: | Internal Function | | |
Lead-In: | Q12-28BA [Default] | Mask: | 9999 | | |
Q12-28E [] | Section: Section 12: Fertility |
{TOTBIO3} + {Q12-LOOP11}
COMMENT: enter the new child's idnum.
Default Next: | Q12-28T-LOOP-END | Type: | Internal Function | Save Symbol: | ^NEWBIO_IDNUM({Q12‑LOOP11})^ |
Lead-In: | Q12-28C [Default] | Mask: | 99 | | |
Q12-28T-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP11}=={TOTNEW})
COMMENT: loop end about new bio children
Default Next: | Q12-29B | Type: | Internal Function | | |
Lead-In: | Q12-28E [Default] | Mask: | 9999 | | |
Q12-29B [] | Section: Section 12: Fertility |
XFER INTO {*NEWBIO*} FIELDS NAME={^NEWBIO_NAME^}, ID={^NEWBIO_IDNUM^} ,GENDER={^NEWBIO_SEX^}, BDATE={^NEWBIO_BIRTH^}, STATCODE={^NEWBIO_STATCODE^}, FOODQ={^NEWBIO_FOODQ^}, GENCODE={^NEWBIO_GENCODE^}
COMMENT: Copy for new biological children into NEWBIO Roster.
Q12-29BA [] | Section: Section 12: Fertility |
XFER OUT {*NEWBIO*} FIELDS ID={^NEWBIO_ID^}
COMMENT: transfer out the new child's hhiflag in roster.
Default Next: | Q12-29C | Type: | Internal Function | | |
Lead-In: | Q12-29B [Default] | Mask: | 9999 | | |
Q12-29C [] | Section: Section 12: Fertility |
CLEAN ROSTER ({*BIOCHILD4*})
COMMENT: Clean Biochild4 roster
Q12-29G [] | Section: Section 12: Fertility |
CLONE ROSTER {*BIOCHILD3*} TO {*BIOCHILD4*}
COMMENT: Copy Biochild roster onto new roster for appending
Default Next: | Q12-29GB | Type: | Internal Function | | |
Lead-In: | Q12-29C [Default] | Mask: | 9999 | | |
Q12-29GB [] | Section: Section 12: Fertility |
APPEND * FROM {*NEWBIO*} INTO {*BIOCHILD4*}
COMMENT: Append new bio children to biochild roster
Default Next: | Q12-29GC | Type: | Internal Function | | |
Lead-In: | Q12-29G [Default] | Mask: | 9999 | | |
Q12-29GC [] | Section: Section 12: Fertility |
XFER OUT {*BIOCHILD4*} FIELDS NAME={^BIOCHILD_NAME^}, ID={^BIOCHILD_ID^}, GENDER={^BIOCHILD_GENDER^}, BDATE={^BIOCHILD_BDATE^}, FOODQ={^BIOCHILD_FOODQ^}, STATCODE={^BIOCHILD_STATCODE^}, STATUS={^BIOCHILD_STATUS^}, HHIFLAG={^BIOCHILD_HHIFLAG^}, GENCODE={^BIOCHILD_GENCODE^},
BIRTHRESQ={^BIOCHILD_BIRTHRESQ^},
MATLVQ={^BIOCHILD_MATLVQ^}
COMMENT: Get current number of bio children on roster
Q12-29GCA [] | Section: Section 12: Fertility |
RECCOUNT ({*BIOCHILD4*})
Default Next: | Q12-29GD | Type: | Internal Function | Save Symbol: | TOTBIO4 |
Lead-In: | Q12-29GC [Default] | Mask: | 9999 | | |
Q12-29GD [] | Section: Section 12: Fertility |
{TOTNEW} > 1
COMMENT: Are there at least two kids?
If Answer = 1 Then Go To Q12-29H
Q12-29H [] | Section: Section 12: Fertility |
SORT {*BIOCHILD4*} ON BDATE /A
COMMENT: Sort BIOCHILD roster by birthdate to put children in order from
oldest to youngest to check for twins/tripletts/etc.
Q12-29HB-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-29HB-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: Start loop to check for twins/triplets/etc.
Q12-29HB-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP15} + 1
Q12-29I [] | Section: Section 12: Fertility |
(INTERVIEWER: CHECK (AGAIN) FOR CHILDREN WITH THE SAME BIRTHDATE. FOR EACH PAIR OR GROUP OF NON-DELETED CHILDREN WITH THE SAME BIRTHDATE, ASK:)
Is it correct that (READ NAMES OF CHILDREN WITH SAME BIRTHDATES) are (twins/triplets/etc.)?
(ENTER R'S RESPONSE ON NEXT SCREEN. IF NO MORE CHILDREN HAVE SAME BIRTHDATE, ENTER NO ON NEXT SCREEN.)
Q12-29J [] | Section: Section 12: Fertility |
INTERVIEWER: ARE THERE ANY TWINS/TRIPLETS/ETC. LISTED ON THE ROSTER OF BIOLOGICAL CHILDREN ON PREVIOUS SCREEN? ENTER R'S RESPONSE BELOW.
| 0 NO (MORE) TWINS/TRIPLETS/ETC. ON CHILD ROSTER ...(Go To Q12-29QAA-LOOP-END) |
| 1 ONE SET OF TWINS ON CHILD ROSTER ...(Go To Q12-29L) |
| 2 ONE SET OF TRIPLETS ON CHILD ROSTER ...(Go To Q12-29O) |
| 3 INCORRECT TWINS/TRIPLETS/ETC. ON CHILD ROSTER |
Default Next: | Q12-29K | Type: | Select One Entry | | |
Lead-In: | Q12-29I [Default] | Mask: | AUTO‑SELECTED | | |
Q12-29K [] | Section: Section 12: Fertility |
INTERVIEWER: VERIFY THE BIRTHDATE INFORMATION FOR THE CHILDREN INCORRECTLY LISTED AS TWINS/TRIPLETS/ETC. CLICK ON "MODIFY ROW" AS NECESSARY TO CORRECT CHILD INFORMATION. IF RESPONDENT CONFIRMS BIRTHDATES LISTED, EXPLAIN IN AN INTERVIEWER COMMENT.
Q12-29L [] | Section: Section 12: Fertility |
(INTERVIEWER: TO VERIFY, SELECT THE NAME OF THE FIRST TWIN CHILD IDENTIFIED ON THE CHILD ROSTER BELOW AND ASK:)
Are (CHILD NAME 1) and (CHILD NAME 2) identical twins or are they fraternal twins?
(CLICK ON "SUBMIT AND CONTINUE" AND ENTER ANSWER ON NEXT SCREEN. IF THEY ARE OF DIFFERENT SEXES, THEY ARE FRATERNAL TWINS.)
Q12-29M [] | Section: Section 12: Fertility |
(Are (CHILD NAME 1) and (CHILD NAME 2) identical twins or are they fraternal twins?)
(INTERVIEWER: IF TWINS NOT THE SAME SEX, THEY ARE FRATERNAL.)
If Answer = -1 Then Go To Q12-29QAA-LOOP-END
Default Next: | Q12-29N | Type: | Select One Entry | | |
Lead-In: | Q12-29L [Default] | Mask: | AUTO‑SELECTED | | |
Q12-29N [] | Section: Section 12: Fertility |
Are they (REPEAT CHILDREN'S NAMES IF NECESSARY) often mistaken for each other, or are they different enough to tell apart?
| 1 Often mistaken for one another |
| 2 Different enough to tell apart |
Q12-29O [] | Section: Section 12: Fertility |
(INTERVIEWER: TO VERIFY, SELECT THE NAME OF THE FIRST TRIPLET IDENTIFIED ON THE CHILD ROSTER BELOW AND ASK:)
Are (CHILD NAME 1), (CHILD NAME 2) and (CHILD NAME 3) identical triplets, are they fraternal triplets or is there a combination?
(CLICK "SUBMIT AND CONTINUE" AND ENTER RESPONSE ON NEXT SCREEN)
Q12-29P [] | Section: Section 12: Fertility |
(Are (CHILD NAME 1), (CHILD NAME 2) and (CHILD NAME 3) identical triplets or are they fraternal triplets?)
If Answer = -1 Then Go To Q12-29QAA-LOOP-END
Default Next: | Q12-29Q | Type: | Select One Entry | | |
Lead-In: | Q12-29O [Default] | Mask: | AUTO‑SELECTED | | |
Q12-29Q [] | Section: Section 12: Fertility |
Are they (REPEAT CHILDREN'S NAMES IF NECESSARY) often mistaken for each other, or are they different enough to tell apart?
| 1 Often mistaken for one another |
| 2 Different enough to tell apart |
Q12-29QAA-LOOP-END [] | Section: Section 12: Fertility |
UNTIL([Q12-29J({Q12-LOOP15})]==0)
COMMENT: End loop when no more twins,triplets,etc..
Q12-29QA [] | Section: Section 12: Fertility |
XFER OUT {*BIOCHILD4*} WHERE STATCODE!=99 FIELDS NAME={^SBIOCHILD_NAME^}, ID={^SBIOCHILD_ID^}, GENDER={^SBIOCHILD_GENDER^}, BDATE={^SBIOCHILD_BDATE^}, STATCODE={^SBIOCHILD_STATCODE^}, STATUS={^SBIOCHILD_STATUS^}, HHIFLAG={^SBIOCHILD_HHIFLAG^}, GENCODE={^SBIOCHILD_GENCODE^}
COMMENT: COPY BDAY-SORTED BIO INFO FROM BIOCHILD4 ROSTER
Q12-29QAA [] | Section: Section 12: Fertility |
RECCOUNT ({*BIOCHILD4*})
Default Next: | Q12-29QB | Type: | Internal Function | Save Symbol: | STOTBIO4 |
Lead-In: | Q12-29QA [Default] | Mask: | 9999 | | |
Q12-29QB [] | Section: Section 12: Fertility |
{STOTBIO4} > 0
COMMENT: Is there at least one child on BIOCHILD roster not deleted?
If Answer = 1 Then Go To Q12-29QC
Default Next: | Q12-29R | Type: | Internal Function | Save Symbol: | TB4GTZ |
Lead-In: | Q12-29QAA [Default] | Mask: | 99 | | |
Q12-29QC [] | Section: Section 12: Fertility |
SYMBOL({OLDESTKID}={^SBIOCHILD_NAME({TB4GTZ})^}=CHAR, {OLDESTKIDBDATE}={^SBIOCHILD_BDATE({TB4GTZ})^}=DATE, {YNGSTKID}={^SBIOCHILD_NAME({STOTBIO4})^}=CHAR, {YNGSTKIDBDATE}={^SBIOCHILD_BDATE({STOTBIO4})^}=DATE)
COMMENT: Fix name and birthdate of oldest and youngest child.
Q12-29R [] | Section: Section 12: Fertility |
SORT {*BIOCHILD4*} ON ID /A
COMMENT: Sort BIOCHILD roster by id to put children in order from first reported to last reported.
Q12-29RB [] | Section: Section 12: Fertility |
{TOTBIO4} > 0
COMMENT: Is there at least one child on BIOCHILD roster?
If Answer = 1 Then Go To Q12-29SA-LOOP-INIT
Default Next: | Q12-62 | Type: | Internal Function | Save Symbol: | TB4GTZ |
Lead-In: | Q12-29R [Default] | Mask: | 99 | | |
Q12-29SA-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-29SA-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: Start loop for future text substitutions
Q12-29SA-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP12} + 1
Q12-29SA1 [] | Section: Section 12: Fertility |
SWITCH ({^BIOCHILD_GENCODE({Q12-LOOP12})^}) BEGIN
CASE 1: {^BIO_HESHE({Q12-LOOP12})^} = "he";
CASE 2: {^BIO_HESHE({Q12-LOOP12})^} = "she";
DEFAULT: {^BIO_HESHE({Q12-LOOP12})^} = "(he/she)"; END
COMMENT: Text subs based on child's gender.
Q12-29SA2 [] | Section: Section 12: Fertility |
SWITCH ({^BIOCHILD_GENCODE({Q12-LOOP12})^}) BEGIN
CASE 1: {^BIO_HIMHER({Q12-LOOP12})^} = "him";
CASE 2: {^BIO_HIMHER({Q12-LOOP12})^} = "her";
DEFAULT: {^BIO_HIMHER({Q12-LOOP12})^} = "(him/her)"; END
COMMENT: Text substitutions based on child's gender.
Q12-29SA3 [] | Section: Section 12: Fertility |
SWITCH ({^BIOCHILD_GENCODE({Q12-LOOP12})^}) BEGIN
CASE 1: {^BIO_HISHER({Q12-LOOP12})^} = "his";
CASE 2: {^BIO_HISHER({Q12-LOOP12})^} = "her";
DEFAULT: {^BIO_HISHER({Q12-LOOP12})^} = "(his/her)"; END
Q12-29X-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP12}=={TOTBIO4})
COMMENT: Start loop for future text substitutions
Q12-30-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-30-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
Q12-30-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP14} + 1
Q12-30A [] | Section: Section 12: Fertility |
{^BIOCHILD_ID({Q12-LOOP14})^}
COMMENT: fixed question- child's idnumber.
Q12-30B [] | Section: Section 12: Fertility |
{^BIOCHILD_NAME({Q12-LOOP14})^}
COMMENT: fixed answer question- child's name.
Q12-30BAAA [] | Section: Section 12: Fertility |
{^BIOCHILD_GENCODE({Q12-LOOP14})^}
COMMENT: fixed answer question- child's name.
Q12-30BAA [] | Section: Section 12: Fertility |
SWITCH ({^BIOCHILD_GENCODE({Q12-LOOP14})^}) BEGIN
CASE 1: {BIOCHILD_HIS_HER} = "his";
CASE 2: {BIOCHILD_HIS_HER} = "her";
DEFAULT : {BIOCHILD_HIS_HER} = "his or her"; END
COMMENT: Switch based on gender to ask about other parent
Q12-30BAB [] | Section: Section 12: Fertility |
SWITCH ({^BIOCHILD_GENCODE({Q12-LOOP14})^}) BEGIN
CASE 1: {BIOCHILD_HE_SHE} = "he";
CASE 2: {BIOCHILD_HE_SHE} = "she";
DEFAULT : {BIOCHILD_HE_SHE} = "he or she"; END
COMMENT: Switch based on gender to ask about other parent
Q12-30BAC [] | Section: Section 12: Fertility |
1
COMMENT: Set other bio parent deceased flag to zero
Default Next: | Q12-30BACA | Type: | Internal Function | Save Symbol: | ^BIOCHILD_MOMDAD_DEAD({Q12‑LOOP14})^ |
Lead-In: | Q12-30BAB [Default] | Mask: | 99 | | |
Q12-30BACA [] | Section: Section 12: Fertility |
99
COMMENT: Set visitation flag to 99
Default Next: | Q12-30BA | Type: | Internal Function | Save Symbol: | ^BIOCHILD_MOMDAD_VISIT({Q12‑LOOP14})^ |
Lead-In: | Q12-30BAC [Default] | Mask: | 99 | | |
Q12-30BA [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP14})^}
COMMENT: Check the status of the child. if deleted skip to the next child. If new or added, ask residence at birth sequence.
If Answer = 99 Then Go To Q12-30C
If Answer >= 97 AND Answer <= 98 Then Go To Q12-30BB
Q12-30BAD [] | Section: Section 12: Fertility |
{^BIOCHILD_BIRTHRESQ({Q12-LOOP14})^}
COMMENT: Has residence at birth sequence already been completed?
If Answer = 1 Then Go To Q12-30C
Q12-30BB [] | Section: Section 12: Fertility |
At the time {^BIOCHILD_NAME({Q12-LOOP14})^} was born, what was your relationship to {^BIOCHILD_NAME({Q12-LOOP14})^}'s biological {MOM_DADLC}? Were you...
| 1 Living together but not married |
| 2 Married and living together |
| 3 Married and living apart |
| 4 Legally separated or divorced |
| 5 Dating regularly |
| 6 Dating occasionally |
| 7 Not dating |
| 8 Something else? (SPECIFY) |
Q12-30-BC [] | Section: Section 12: Fertility |
Did {^BIOCHILD_NAME({Q12-LOOP14})^} live with you immediately after {BIOCHILD_HIS_HER} birth?
Default Next: | Q12-30C | Type: | Select One Entry | | |
Lead-In: | Q12-30BB [Default] | Mask: | AUTO‑SELECTED | | |
Q12-30C [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP14})^}
COMMENT: Check the status of the child. if deceased or deleted, or adopted out skip to the next child. If the child is added, skip to appropriate question
If Answer = 5 Then Go To Q12-30FA
If Answer = 99 Then Go To Q12-30H
If Answer = 8 Then Go To Q12-30F
Q12-30D [] | Section: Section 12: Fertility |
Where does {^BIOCHILD_NAME({Q12-LOOP14})^} usually live?
(INTERVIEWER: CODE WITHOUT READING CATEGORIES)
| 1 IN THIS HOUSEHOLD |
| 2 WITH (HIS/HER) (FATHER/MOTHER) ...(Go To Q12-30D-AA) |
| 3 WITH OTHER RELATIVES (SPECIFY) ...(Go To Q12-30D-AA) |
| 4 WITH FOSTER CARE ...(Go To Q12-30D-AA) |
| 5 WITH ADOPTIVE PARENTS ...(Go To Q12-30D-AA) |
| 6 LONG TERM CARE INSTITUTION ...(Go To Q12-30D-AA) |
| 7 AWAY AT SCHOOL ...(Go To Q12-30D-AA) |
| 8 DECEASED ...(Go To Q12-30D-AA) |
| 9 PART-TIME WITH R, PART-TIME WITH OTHER PARENT ...(Go To Q12-30D-AA) |
| 10 PART-TIME WITH R, PART-TIME WITH OTHER PERSON ...(Go To Q12-30D-AA) |
| 11 OTHER (SPECIFY) ...(Go To Q12-30D-AA) |
If Answer >= -2 AND Answer <= -1 Then Go To Q12-30D-AA
Default Next: | Q12-30D-A | Type: | Select One Entry | Save Symbol: | ^BIOCHILD_HHIFLAG({Q12‑LOOP14})^ |
Lead-In: | Q12-30C [Default] | Mask: | AUTO‑SELECTED | | |
Q12-30D-AA [] | Section: Section 12: Fertility |
0
COMMENT: Set other bio parent in HH flag to zero
Default Next: | Q12-30D-A | Type: | Internal Function | Save Symbol: | ^BIOCHILD_MOMDADHH({Q12‑LOOP14})^ |
Lead-In: | Q12-30D [2:11], Q12-30D [-2:-1] | Mask: | 99 | | |
Q12-30D-A [] | Section: Section 12: Fertility |
GETSUBDATE({^BIOCHILD_BDATE({Q12-LOOP14})^}, "MMYYYY", "CHAR")
COMMENT: Enter child's birth date as minimum for date of death in MMYYYY format.
Default Next: | Q12-30D-B | Type: | Internal Function | Save Symbol: | ^DIEMIN({Q12‑LOOP14})^ |
Lead-In: | Q12-30D [Default], Q12-30D-AA [Default] | Mask: | MY | | |
Q12-30D-B [] | Section: Section 12: Fertility |
{^BIOCHILD_HHIFLAG({Q12-LOOP14})^}
COMMENT: Enter code for hhiflag.
If Answer = 5 Then Go To Q12-43D
If Answer = 11 Then Go To Q12-43D
If Answer = 8 Then Go To Q12-30E
If Answer >= 6 AND Answer <= 7 Then Go To Q12-43D
If Answer >= 2 AND Answer <= 4 Then Go To Q12-43D
Q12-30E [] | Section: Section 12: Fertility |
When did {^BIOCHILD_NAME({Q12-LOOP14})^} die?
Hard Min: | {^diemin({Q12‑LOOP14})^} | | |
Hard Max: | {curdate4} | | |
Q12-30F [] | Section: Section 12: Fertility |
SYMBOL({^BIOCHILD_HHIFLAG({Q12-LOOP14})^}=8=INT,{^BIOCHILD_MOMDADHH({Q12-LOOP14})^}=0=INT)
COMMENT: Set HHIFLAG to '08' if child is preprinted deceased.
Default Next: | Q12-43D | Type: | Internal Function | | |
Lead-In: | Q12-30C [8:8] | Mask: | 9999 | | |
Q12-30FA [] | Section: Section 12: Fertility |
SYMBOL({^BIOCHILD_HHIFLAG({Q12-LOOP14})^}=5=INT,{^BIOCHILD_MOMDADHH({Q12-LOOP14})^}=0=INT)
COMMENT: Set HHIFLAG to '05' if child is preprinted ADOPTED OUT.
Default Next: | Q12-43D | Type: | Internal Function | | |
Lead-In: | Q12-30C [5:5] | Mask: | 9999 | | |
Q12-30H [] | Section: Section 12: Fertility |
SYMBOL({^BIOCHILD_HHIFLAG({Q12-LOOP14})^}=0=INT,{^BIOCHILD_MOMDADHH({Q12-LOOP14})^}=0=INT)
COMMENT: Set HHIFLAG to 0 if this is a deleted child.
Default Next: | Q12-59A | Type: | Internal Function | | |
Lead-In: | Q12-30C [99:99] | Mask: | 9999 | | |
Q12-43D [] | Section: Section 12: Fertility |
AGE ({CURDATE}, {^BIOCHILD_BDATE({Q12-LOOP14})^} ,"YR")
COMMENT: Calculate age of this child.
Q12-43E [] | Section: Section 12: Fertility |
GETSUBDATE({^biochild_bdate({Q12-LOOP14})^}, "YR", "INT")
COMMENT: Calculate birthyear of this child.
Default Next: | Q12-44 | Type: | Internal Function | Save Symbol: | ^BIOCHILD_BIRTHYR({Q12‑LOOP14})^ |
Lead-In: | Q12-43D [Default] | Mask: | 9999 | | |
Q12-44 [] | Section: Section 12: Fertility |
{^BIOCHILD_HHIFLAG({Q12-LOOP14})^}
COMMENT: Does biological child live in household or with another person part time?
If Answer = 8 Then Go To Q12-60-LOOP-END
If Answer = 9 Then Go To Q12-47
If Answer >= 10 AND Answer <= 11 Then Go To Q12-44B
If Answer = 1 Then Go To Q12-44B
If Answer = 5 Then Go To Q12-60-LOOP-END
If Answer >= 3 AND Answer <= 4 Then Go To Q12-44B
If Answer >= 6 AND Answer <= 7 Then Go To Q12-44B
Default Next: | Q12-53 | Type: | Internal Function | | |
Lead-In: | Q12-43E [Default] | Mask: | 99 | | |
Q12-44B [] | Section: Section 12: Fertility |
SWITCH ({RESP_GENDER}) BEGIN
CASE 1: {MOM_DAD} = "mother";
CASE 2: {MOM_DAD} = "father";
DEFAULT : {MOM_DAD} = "(mother/father)"; END
COMMENT: Switch based on gender to ask about other parent
Q12-45 [] | Section: Section 12: Fertility |
Does {^BIOCHILD_NAME({Q12-LOOP14})^}'s natural {mom_dad} live in this household?
Default Next: | Q12-46 | Type: | Select One Entry | Save Symbol: | ^BIOCHILD_MOMDADHH({Q12‑LOOP14})^ |
Lead-In: | Q12-44B [Default] | Mask: | AUTO‑SELECTED | | |
Q12-45A [] | Section: Section 12: Fertility |
{^BIOCHILD_HHIFLAG({Q12-LOOP14})^}
COMMENT: Does biological child live in household or with another person part time?
If Answer = 1 Then Go To Q12-59A
If Answer = 10 Then Go To Q12-59A
Default Next: | Q12-53 | Type: | Internal Function | | |
Lead-In: | Q12-45 [1:1] | Mask: | 99 | | |
Q12-46 [] | Section: Section 12: Fertility |
Is {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} living?
If Answer >= -2 AND Answer <= -1 Then Go To Q12-47
Default Next: | Q12-48 | Type: | Select One Entry | Save Symbol: | ^BIOCHILD_MOMDAD_DEAD({Q12‑LOOP14})^ |
Lead-In: | Q12-45 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-47 [] | Section: Section 12: Fertility |
When did {^BIOCHILD_NAME({Q12-LOOP14})^}'s natural {mom_dad} leave the household?
| 1 SELECT TO ENTER DATE |
| 2 NATURAL (MOTHER/FATHER) NEVER LIVED IN THIS HOUSEHOLD ...(Go To Q12-47B) |
If Answer >= -2 AND Answer <= -1 Then Go To Q12-47B
Q12-47A [] | Section: Section 12: Fertility |
INTERVIEWER: ENTER MONTH AND YEAR {^BIOCHILD_NAME({Q12-LOOP14})^}'s NATURAL {MOM_DAD} LEFT THE HOUSEHOLD.
Default Next: | Q12-47B | Type: | Date Entry | | |
Lead-In: | Q12-47 [Default] | Mask: | MY | | |
Hard Min: | 198701 | | |
Hard Max: | {curdate4} | | |
Q12-47B [] | Section: Section 12: Fertility |
{^BIOCHILD_HHIFLAG({Q12-LOOP14})^}
COMMENT: Does biological child live in household or with another person part time?
If Answer = 1 Then Go To Q12-50
If Answer = 10 Then Go To Q12-50
Q12-48 [] | Section: Section 12: Fertility |
When did {^BIOCHILD_NAME({Q12-LOOP14})^}'s natural {mom_dad} die?
(INTERVIEWER: ENTER MONTH AND YEAR.)
Default Next: | Q12-48A | Type: | Date Entry | | |
Lead-In: | Q12-46 [Default] | Mask: | MY | | |
Hard Min: | 197001 | | |
Hard Max: | {curdate4} | | |
Q12-48A [] | Section: Section 12: Fertility |
{^BIOCHILD_HHIFLAG({Q12-LOOP14})^}
COMMENT: Does biological child live in household or with another person part time?
If Answer = 1 Then Go To Q12-60-LOOP-END
If Answer = 10 Then Go To Q12-60-LOOP-END
Default Next: | Q12-53 | Type: | Internal Function | | |
Lead-In: | Q12-48 [Default] | Mask: | 99 | | |
Q12-50 [] | Section: Section 12: Fertility |
About how many miles from you does {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} live? Is it...
| 1 Within 1 mile |
| 2 1-10 miles |
| 3 11-100 miles |
| 4 101-200 miles |
| 5 More than 200 miles |
Q12-51 [] | Section: Section 12: Fertility |
In the past 12 months, about how often has {^BIOCHILD_NAME({Q12-LOOP14})^} seen {^bio_hisher({Q12-LOOP14})^} {mom_dad}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
(IF SEPARATION IS MORE RECENT THAN PAST12 MONTHS, ASK:) Since {^biochild_name({Q12-LOOP14})^} has been separated from{^bio_hisher({Q12-LOOP14})^} {mom_dad}, about how often has {^biochild_name({Q12-LOOP14})^} seen {^bio_hisher({Q12-LOOP14})^} {mom_dad}?
| 1 Almost every day |
| 2 2-5 times a week |
| 3 About once a week |
| 4 1-3 times a month |
| 5 7-11 times in past 12 months |
| 6 2-6 times in past 12 months |
| 7 Once in past 12 months |
| 0 Never ...(Go To Q12-52A) |
If Answer >= -2 AND Answer <= -1 Then Go To Q12-52A
Default Next: | Q12-52 | Type: | Select One Entry | | |
Lead-In: | Q12-50 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-52 [] | Section: Section 12: Fertility |
How long do these visits usually last?
(INTERVIEWER: ENTER NUMBER OF DAYS. IF LESS THAN 1 DAY, ENTER '0'.)
Default Next: | Q12-52A | Type: | Numeric Entry | | |
Lead-In: | Q12-51 [Default] | Mask: | 999 | | |
Q12-52A [] | Section: Section 12: Fertility |
Does {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} contribute money for the child's upbringing?
If Answer >= -2 AND Answer <= -1 Then Go To Q12-59A
Q12-52B [] | Section: Section 12: Fertility |
Does {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} do this on a regular basis or once in a while?
| 1 Regular |
| 2 Once in a while |
Default Next: | Q12-52C | Type: | Select One Entry | | |
Lead-In: | Q12-52A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-52C [] | Section: Section 12: Fertility |
How much does {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} give?
(INTERVIEWER: NEXT QUESTION ASKS FOR UNIT)
(ENTER DOLLAR AMOUNT:)
Default Next: | Q12-52D | Type: | Numeric Entry | | |
Lead-In: | Q12-52B [Default] | Mask: | 99,999,999.99 | | |
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 999999.99 | Soft Max: | 999999.99 |
Q12-52D [] | Section: Section 12: Fertility |
Is that per week, per month or per year?
| 4 Per Week |
| 1 Per month |
| 2 Per year |
| 3 OTHER (SPECIFY) |
Default Next: | Q12-59A | Type: | Select One Entry | | |
Lead-In: | Q12-52C [Default] | Mask: | AUTO‑SELECTED | | |
Q12-53 [] | Section: Section 12: Fertility |
About how many miles from you does {^BIOCHILD_NAME({Q12-LOOP14})^} live? Is it....
| 1 Within 1 mile |
| 2 1-10 miles |
| 3 11-100 miles |
| 4 101-200 miles |
| 5 More than 200 miles |
Q12-54 [] | Section: Section 12: Fertility |
In the past 12 months, about how often have you seen {^BIOCHILD_NAME({Q12-LOOP14})^}? (IF SEPARATION IS MORE RECENT THAN PAST 12 MONTHS, ASK:) Since {^biochild_name({Q12-LOOP14})^} has not been living with you, about how often have you seen {^biochild_name({Q12-LOOP14})^}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 1 Almost every day |
| 2 2-5 times a week |
| 3 About once a week |
| 4 1-3 times a month |
| 5 7-11 times in past 12 months |
| 6 2-6 times in past 12 months |
| 7 Once in past 12 months |
| 0 Never ...(Go To Q12-55-0CA) |
Default Next: | Q12-55 | Type: | Select One Entry | | |
Lead-In: | Q12-53 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-55 [] | Section: Section 12: Fertility |
How long do these visits usually last?
(INTERVIEWER: ENTER NUMBER OF DAYS. IF LESS THAN 1 DAY, ENTER '0'.)
Q12-55-0A [] | Section: Section 12: Fertility |
{^BIOCHILD_AGE({Q12-LOOP14})^}
If Answer >= 0 AND Answer <= 2 Then Go To Q12-55-0B
If Answer >= 3 AND Answer <= 9 Then Go To Q12-55-0BA
Default Next: | Q12-55A | Type: | Internal Function | | |
Lead-In: | Q12-55 [Default] | Mask: | 99 | | |
Q12-55-0B [] | Section: Section 12: Fertility |
How often do you bathe or dress {^BIOCHILD_NAME({Q12-LOOP14})^}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 6 Every day |
| 5 About 3 times a week |
| 4 Once a week |
| 3 Several times a month |
| 2 Several times a year |
| 1 Never |
Q12-55-0BA [] | Section: Section 12: Fertility |
{^BIOCHILD_AGE({Q12-LOOP14})^}
COMMENT: Machine Check: Branch on age of child
If Answer >= 0 AND Answer <= 5 Then Go To Q12-55-0BB
If Answer >= 6 AND Answer <= 9 Then Go To Q12-55-0BC
Q12-55-0BB [] | Section: Section 12: Fertility |
"play together with"
Default Next: | Q12-55-0C | Type: | Internal Function | Save Symbol: | PLAY_SUB |
Lead-In: | Q12-55-0BA [0:5] | Mask: | A80 | | |
Q12-55-0BC [] | Section: Section 12: Fertility |
"play together with games or toys with"
Default Next: | Q12-55-0C | Type: | Internal Function | Save Symbol: | PLAY_SUB |
Lead-In: | Q12-55-0BA [6:9] | Mask: | A80 | | |
Q12-55-0C [] | Section: Section 12: Fertility |
How often do you {PLAY_SUB} {^BIOCHILD_NAME({Q12-LOOP14})^}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 6 Every day |
| 5 About 3 times a week |
| 4 Once a week |
| 3 Several times a month |
| 2 Several times a year |
| 1 Never |
Q12-55-0CA [] | Section: Section 12: Fertility |
{^BIOCHILD_AGE({Q12-LOOP14})^}>=3
If Answer = 1 Then Go To Q12-55-0D
Q12-55-0D [] | Section: Section 12: Fertility |
How often in the past year have you had contact with {^BIOCHILD_NAME({Q12-LOOP14})^}, either by card, letter, e-mail message, or phone call?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 1 Not at all |
| 2 About once a year |
| 3 Several times a year |
| 4 About once a month |
| 5 Two or three times a month |
| 6 Once a week |
| 7 Several times a week |
| 8 Every day |
Q12-55A [] | Section: Section 12: Fertility |
Are you contributing money for the child's upbringing now?
Q12-55B [] | Section: Section 12: Fertility |
Do you do this on a regular basis or once in a while?
| 1 Regular |
| 2 Once in a while |
Default Next: | Q12-55C | Type: | Select One Entry | | |
Lead-In: | Q12-55A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-55C [] | Section: Section 12: Fertility |
How much do you give?
(INTERVIEWER: NEXT QUESTION ASKS FOR UNIT)
(ENTER DOLLAR AMOUNT:)
Default Next: | Q12-55D | Type: | Numeric Entry | | |
Lead-In: | Q12-55B [Default] | Mask: | 99,999,999.99 | | |
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 999999.99 | Soft Max: | 999999.99 |
Q12-55D [] | Section: Section 12: Fertility |
Is that per week, per month or per year?
| 4 Per Week |
| 1 Per month |
| 2 Per year |
| 3 OTHER (SPECIFY) |
Default Next: | Q12-56 | Type: | Select One Entry | | |
Lead-In: | Q12-55C [Default] | Mask: | AUTO‑SELECTED | | |
Q12-56 [] | Section: Section 12: Fertility |
When did {^BIOCHILD_NAME({Q12-LOOP14})^} last live with you?
| 1 SELECT TO ENTER DATE ...(Go To Q12-57) |
| 0 NEVER LIVED WITH R |
Q12-57 [] | Section: Section 12: Fertility |
(When did {^BIOCHILD_NAME({Q12-LOOP14})^} last live with you?)
(ENTER DATE)
Default Next: | Q12-58 | Type: | Date Entry | | |
Lead-In: | Q12-56 [1:1] | Mask: | MY | | |
Hard Min: | {^diemin({Q12‑LOOP14})^} | | |
Hard Max: | {curdate4} | | |
Q12-58 [] | Section: Section 12: Fertility |
(Were/Was) there any period(s) of more than three consecutive months when {^biochild_name({Q12-LOOP14})^} did not live with you before that time?
| 1 Yes |
| 0 No |
| 2 CHILD IS LESS THAN THREE MONTHS OLD |
Default Next: | Q12-59A | Type: | Select One Entry | | |
Lead-In: | Q12-57 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-59A [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP14})^}
COMMENT: Check the status of the child. if deceased, deleted, adopted out, or in foster care, skip to the next child.
If Answer >= 4 AND Answer <= 5 Then Go To Q12-60-LOOP-END
If Answer = 99 Then Go To Q12-60-LOOP-END
If Answer = 8 Then Go To Q12-60-LOOP-END
Q12-59A-A [] | Section: Section 12: Fertility |
{^BIOCHILD_MOMDAD_VISIT({Q12-LOOP14})^}==0
COMMENT: Did R rport never seeing this child?
If Answer = 1 Then Go To Q12-59AA
Q12-59A-B [] | Section: Section 12: Fertility |
How tall is {^biochild_name({Q12-LOOP14})^}?
| 1 SELECT TO ENTER IN FEET AND INCHES ...(Go To Q12-59A-C) |
| 2 SELECT TO ENTER INCHES ONLY (ESPECIALLY INFANTS) ...(Go To Q12-59A-E) |
Q12-59A-C [] | Section: Section 12: Fertility |
(How tall is {^biochild_name({Q12-LOOP14})^}?)
INTERVIEWER: YOU HAVE CHOSEN TO ENTER HEIGHT IN FEET AND INCHES. IF THIS IS INCORRECT, PLEASE BACK UP AND RE-SELECT.
Q12-59A-D [] | Section: Section 12: Fertility |
Q12-59A-E [] | Section: Section 12: Fertility |
(How tall is {^biochild_name({Q12-LOOP14})^}?)
INTERVIEWER: YOU HAVE CHOSEN TO ENTER HEIGHT IN INCHES ONLY. IF THIS IS INCORRECT, PLEASE BACK UP AND RE-SELECT.
Q12-59A-F [] | Section: Section 12: Fertility |
How much does {^biochild_name({Q12-LOOP14})^} weigh?
| 1 SELECT TO ENTER WEIGHT IN POUNDS ONLY ...(Go To Q12-59A-G) |
| 2 SELECT TO ENTER WEIGHT IN POUNDS AND OUNCES (INFANTS) ...(Go To Q12-59A-H) |
Q12-59A-G [] | Section: Section 12: Fertility |
(How much does {^biochild_name({Q12-LOOP14})^} weigh?)
INTERVIEWER: YOU SELECTED TO ENTER WEIGHT IN POUNDS ONLY. IF THIS IS INCORRECT, PLEASE BACK UP AND RE-SELECT.
Q12-59A-H [] | Section: Section 12: Fertility |
(How much does {^biochild_name({Q12-LOOP14})^} weigh?)
INTERVIEWER: YOU SELECTED TO ENTER WEIGHT IN POUNDS AND OUNCES. IF THIS IS INCORRECT, PLEASE BACK UP AND RE-SELECT.
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 50 | Soft Max: | 20 |
Q12-59A-I [] | Section: Section 12: Fertility |
Q12-59AA [] | Section: Section 12: Fertility |
{^BIOCHILD_MOMDAD_DEAD({Q12-LOOP14})^}
COMMENT: Machine Check: Did R indicate that the other biological parent of this child is deceased?
If Answer = 1 Then Go To Q12-59B
Q12-59B [] | Section: Section 12: Fertility |
How much influence does {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dadlc} have in making major decisions about such things as education, religion and health care? Does {PARHE_SHE} have none, a little, some, pretty much, or a great deal of influence?
| 0 NONE |
| 1 A LITTLE |
| 2 SOME |
| 3 PRETTY MUCH |
| 4 A GREAT DEAL |
| 5 IF VOLUNTEERED: NO CONTACT SO NO INFLUENCE |
Default Next: | Q12-59C | Type: | Select One Entry | | |
Lead-In: | Q12-59AA [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-59C [] | Section: Section 12: Fertility |
How much influence do you have in making major decisions concerning {^BIOCHILD_NAME({Q12-LOOP14})^} about such things as education, religion and health care? Do you have none, a little, some, pretty much, or a great deal of influence?
| 0 NONE |
| 1 A LITTLE |
| 2 SOME |
| 3 PRETTY MUCH |
| 4 A GREAT DEAL |
| 5 IF VOLUNTEERED: NO CONTACT SO NO INFLUENCE |
Default Next: | Q12-59D | Type: | Select One Entry | | |
Lead-In: | Q12-59B [Default] | Mask: | AUTO‑SELECTED | | |
Q12-59D [] | Section: Section 12: Fertility |
How often do you talk about {^BIOCHILD_NAME({Q12-LOOP14})^} with {^bio_hisher({Q12-LOOP14})^} {mom_dad}?
INTERVIWER: READ CATEGORIES ONLY IF NECESSARY
| 1 Not at all |
| 2 About once a year |
| 3 Several times a year |
| 4 1 to 3 times a month |
| 5 About once a week |
| 6 2 to 3 times a week |
| 7 4 to 5 times a week |
| 8 Almost every day |
Default Next: | Q12-59E | Type: | Select One Entry | | |
Lead-In: | Q12-59C [Default] | Mask: | AUTO‑SELECTED | | |
Q12-59E [] | Section: Section 12: Fertility |
How much help do you get from {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} with raising {^bio_himher({Q12-LOOP14})^}? Would you say...
| 0 NONE |
| 1 A LITTLE |
| 2 SOME |
| 3 PRETTY MUCH |
| 4 A GREAT DEAL |
Default Next: | Q12-59F | Type: | Select One Entry | | |
Lead-In: | Q12-59D [Default] | Mask: | AUTO‑SELECTED | | |
Q12-59F [] | Section: Section 12: Fertility |
How much conflict do you and {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} have about how {BIOCHILD_HE_SHE} is raised?
| 0 NONE |
| 1 A LITTLE |
| 2 SOME |
| 3 PRETTY MUCH |
| 4 A GREAT DEAL |
Default Next: | Q12-59G | Type: | Select One Entry | | |
Lead-In: | Q12-59E [Default] | Mask: | AUTO‑SELECTED | | |
Q12-59G [] | Section: Section 12: Fertility |
How much conflict do you and {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} have about how money is spent on {^BIOCHILD_NAME({Q12-LOOP14})^}?
| 0 NONE |
| 1 A LITTLE |
| 2 SOME |
| 3 PRETTY MUCH |
| 4 A GREAT DEAL |
Default Next: | Q12-59H | Type: | Select One Entry | | |
Lead-In: | Q12-59F [Default] | Mask: | AUTO‑SELECTED | | |
Q12-59H [] | Section: Section 12: Fertility |
On a scale of zero to 100, where zero is no agreement and 100 is complete agreement, what percent of the time do you and {^BIOCHILD_NAME({Q12-LOOP14})^}'s {mom_dad} agree on decisions about {^BIOCHILD_NAME({Q12-LOOP14})^}?
Q12-60-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP14}=={TOTBIO4})
COMMENT: end loop.
Q12-60B [] | Section: Section 12: Fertility |
XFER INTO {*BIOCHILD4*} FIELDS STATCODE={^BIOCHILD_STATCODE^}, HHIFLAG={^BIOCHILD_HHIFLAG^},
AGE={^BIOCHILD_AGE^}
COMMENT: enter the child's age, statcode and hhiflag in the roster.
Q12-60C [] | Section: Section 12: Fertility |
CLEAN ROSTER ({*PREGROSTER*})
COMMENT: CLEAN KIDSINHH ROSTER BEFORE RELOADING
Default Next: | Q12-60D | Type: | Internal Function | | |
Lead-In: | Q12-60B [Default] | Mask: | 9999 | | |
Q12-60D [] | Section: Section 12: Fertility |
{TOTNEW}>=1
If Answer = 1 Then Go To Q12-60E-LOOP-INIT
Default Next: | Q12-62 | Type: | Internal Function | | |
Lead-In: | Q12-60C [Default] | Mask: | 99 | | |
Q12-60E-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-60E-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
Q12-60E-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP19} + 1
Q12-60F [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP19})^}
If Answer = 97 Then Go To Q12-60G
Q12-60G [] | Section: Section 12: Fertility |
XFER INTO {*PREGROSTER*} TO {Q12-LOOP19} FIELDS NAME={^BIOCHILD_NAME({Q12-LOOP19})^}, ID={^BIOCHILD_ID({Q12-LOOP19})^}, GENDER={^BIOCHILD_GENDER({Q12-LOOP19})^}, BDATE={^BIOCHILD_BDATE({Q12-LOOP19})^}, STATCODE={^BIOCHILD_STATCODE({Q12-LOOP19})^}, STATUS={^BIOCHILD_STATUS({Q12-LOOP19})^}, HHIFLAG={^BIOCHILD_HHIFLAG({Q12-LOOP19})^}, GENCODE={^BIOCHILD_GENCODE({Q12-LOOP19})^}
Q12-60E-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP19}=={TOTBIO4})
COMMENT: end loop.
Q12-60H [] | Section: Section 12: Fertility |
XFER OUT {*PREGROSTER*} FIELDS NAME={^PREGROSTER_NAME^}, ID={^PREGROSTER_ID^}, GENDER={^PREGROSTER_GENDER^}, BDATE={^PREGROSTER_BDATE^}, STATCODE={^PREGROSTER_STATCODE^}, STATUS={^PREGROSTER_STATUS^}, HHIFLAG={^PREGROSTER_HHIFLAG^}, GENCODE={^PREGROSTER_GENCODE^}
Q12-62 [] | Section: Section 12: Fertility |
COUNTROSTER ({*BIOCHILD4*}, "NICHD", "97")
COMMENT: NUMBER OF OCCURRENCES OF 97 CODE IN NICHD VARIABLE
Q12-62A [] | Section: Section 12: Fertility |
SWITCH ({TOTBIO4}) BEGIN
CASE 1: {CHILD_CHILDREN} = "child";
DEFAULT: {CHILD_CHILDREN} = "children"; END
COMMENT: TEXT SUBSTITUTION BASED ON NUMBER OF CHILDREN REPORTED
Default Next: | Q12-62B | Type: | Internal Function | | |
Lead-In: | Q12-62 [Default] | Mask: | 9999 | | |
Q12-62B [] | Section: Section 12: Fertility |
SWITCH ({RESP_GENDER}) BEGIN
CASE 2: {WHO_PREGNANT} = "your";
DEFAULT: {WHO_PREGNANT} = "the"; END
COMMENT: TEXT SUBSTITUTION BASED ON RESPONDENT GENDER
Default Next: | Q12-62C | Type: | Internal Function | | |
Lead-In: | Q12-62A [Default] | Mask: | 9999 | | |
Q12-62C [] | Section: Section 12: Fertility |
SWITCH ({RESP_GENDER}) BEGIN
CASE 2: {MOTHER_FATHER} = "father";
DEFAULT: {MOTHER_FATHER} = "mother"; END
COMMENT: TEXT SUBSTITUTION BASED ON RESPONDENT GENDER
Default Next: | Q12-62D | Type: | Internal Function | | |
Lead-In: | Q12-62B [Default] | Mask: | 9999 | | |
Q12-62D [] | Section: Section 12: Fertility |
COUNT ({^BIOCHILD_MOMDADHH^},1, {TOTBIO4} ,"1")
COMMENT: Are there any kids where the other bio parent lives in the HH?
Default Next: | Q12-62F | Type: | Internal Function | Save Symbol: | KIDSTOGETHER |
Lead-In: | Q12-62C [Default] | Mask: | 9999 | | |
Q12-62F [] | Section: Section 12: Fertility |
{MARCODE}
COMMENT: Machine check: value of marital status
If Answer = 1 Then Go To Q12-62G
If Answer = 7 Then Go To Q12-62G
Default Next: | Q12-72 | Type: | Internal Function | | |
Lead-In: | Q12-62D [Default] | Mask: | 99 | | |
Q12-62G [] | Section: Section 12: Fertility |
{NUMNONBIO}==0 && {KIDSTOGETHER}==0
COMMENT: Machine Check: Are there no non-bio children in HH and no children in common?
If Answer = 1 Then Go To Q12-62H
Q12-62H [] | Section: Section 12: Fertility |
"Does"
COMMENT: text fill for plural
Default Next: | Q12-62HA | Type: | Internal Function | Save Symbol: | OTHERKIDSFILL |
Lead-In: | Q12-62G [1:1] | Mask: | A80 | | |
Q12-62HA [] | Section: Section 12: Fertility |
""
Default Next: | Q12-63 | Type: | Internal Function | Save Symbol: | OTHER_NONE |
Lead-In: | Q12-62H [Default] | Mask: | A80 | | |
Q12-62I [] | Section: Section 12: Fertility |
{NUMNONBIO}==0 && {KIDSTOGETHER}>=1
COMMENT: MACHINE CHECK:R HAS NO NONBIO CHILDREN BUT KIDS IN COMMON
If Answer = 1 Then Go To Q12-62J
Default Next: | Q12-62K | Type: | Internal Function | | |
Lead-In: | Q12-62G [Default] | Mask: | 99 | | |
Q12-62J [] | Section: Section 12: Fertility |
"Other than the children you and your "+{husband_wife}+" have, does"
Default Next: | Q12-62JA | Type: | Internal Function | Save Symbol: | OTHERKIDSFILL |
Lead-In: | Q12-62I [1:1] | Mask: | A80 | | |
Q12-62JA [] | Section: Section 12: Fertility |
"other"
Default Next: | Q12-63 | Type: | Internal Function | Save Symbol: | OTHER_NONE |
Lead-In: | Q12-62J [Default] | Mask: | A80 | | |
Q12-62K [] | Section: Section 12: Fertility |
{NUMNONBIO}>=1 && {KIDSTOGETHER}>=1
COMMENT: MACHINE CHECK: R HAS NONBIO CHILDREN PLUS KIDS IN COMMON
If Answer = 1 Then Go To Q12-62L
Default Next: | Q12-62M | Type: | Internal Function | | |
Lead-In: | Q12-62I [Default] | Mask: | 99 | | |
Q12-62L [] | Section: Section 12: Fertility |
"Other than the children you and your "+{husband_wife}+" have and "+{his_her}+" children living in your household, does"
Default Next: | Q12-62LA | Type: | Internal Function | Save Symbol: | OTHERKIDSFILL |
Lead-In: | Q12-62K [1:1] | Mask: | A80 | | |
Q12-62LA [] | Section: Section 12: Fertility |
"other"
Default Next: | Q12-63 | Type: | Internal Function | Save Symbol: | OTHER_NONE |
Lead-In: | Q12-62L [Default] | Mask: | A80 | | |
Q12-62M [] | Section: Section 12: Fertility |
{NUMNONBIO}>=1 && {KIDSTOGETHER}==0
COMMENT: MACHINE CHECK:R HAS NONBIO CHILDREN BUT NO KIDS IN COMMON
If Answer = 1 Then Go To Q12-62N
Default Next: | Q12-72 | Type: | Internal Function | | |
Lead-In: | Q12-62K [Default] | Mask: | 99 | | |
Q12-62N [] | Section: Section 12: Fertility |
"Other than "+{his_her}+" children living in your household, does"
Default Next: | Q12-62NA | Type: | Internal Function | Save Symbol: | OTHERKIDSFILL |
Lead-In: | Q12-62M [1:1] | Mask: | A80 | | |
Q12-62NA [] | Section: Section 12: Fertility |
"other"
Default Next: | Q12-63 | Type: | Internal Function | Save Symbol: | OTHER_NONE |
Lead-In: | Q12-62N [Default] | Mask: | A80 | | |
Q12-63 [] | Section: Section 12: Fertility |
{OTHERKIDSFILL} your {husband_wife} have any children from previous relationships?
Q12-64 [] | Section: Section 12: Fertility |
How many {other_none} children does your {husband_wife} have?
If Answer >= -2 AND Answer <= 0 Then Go To Q12-72
Default Next: | Q12-65 | Type: | Numeric Entry | | |
Lead-In: | Q12-63 [1:1] | Mask: | 99 | | |
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 20 | Soft Max: | 6 |
Q12-65 [] | Section: Section 12: Fertility |
What are their ages?
(INTERVIEWER: PLEASE SELECT ALL THAT APPLY.)
| 0 LESS THAN ONE YEAR OLD |
| 1 1 YEAR OLD |
| 2 2 YEARS OLD |
| 3 3 YEARS OLD |
| 4 4 YEARS OLD |
| 5 5 YEARS OLD |
| 6 6 YEARS OLD |
| 7 7 YEARS OLD |
| 8 8 YEARS OLD |
| 9 9 YEARS OLD |
| 10 10 YEARS OLD |
| 11 11 YEARS OLD |
| 12 12 YEARS OLD |
| 13 13 YEARS OLD |
| 14 14 YEARS OLD |
| 15 15 YEARS OLD |
| 16 16 YEARS OLD |
| 17 17 YEARS OLD |
| 18 18 YEARS OLD |
| 19 MORE THAN 18 YEARS OLD |
Default Next: | Q12-72 | Type: | Select All Entry | | |
Lead-In: | Q12-64 [Default] | | | | |
Q12-72 [] | Section: Section 12: Fertility |
{TOTBIO4}
COMMENT: Branch on number of children R has ever had
If Answer = 1 Then Go To Q12-72A1
If Answer = 0 Then Go To Q12-170
Q12-72A1 [] | Section: Section 12: Fertility |
(({^BIOCHILD_HHIFLAG(1)^} == 8) || ({^BIOCHILD_HHIFLAG(1)^} == 5) || ({^BIOCHILD_STATCODE(1)^} == 99))
COMMENT: R's with only one child branched here -- is this child deceased, adopted out or deleted?
If Answer = 1 Then Go To Q12-73
Q12-72A2A [] | Section: Section 12: Fertility |
Please rank the following three factors from the most important to the least important in the job of being a parent:
...providing emotional support, providing financial support, and taking care of every day needs.
Which of these is most important?
Which is next most Important?
Which is third most important?
(INTERVIEWER: CODE CAREFULLY TO ENSURE RANK ORDERING IS REFLECTED IN ANSWERS. )
| - PROVIDING EMOTIONAL SUPPORT |
| - PROVIDING FINANCIAL SUPPORT |
| - TAKING CARE OF EVERYDAY NEEDS |
| 1 MOST IMPORTANT |
| 2 SECOND MOST IMPORTANT |
| 3 THIRD MOST IMPORTANT |
Q12-72D [] | Section: Section 12: Fertility |
Now, please tell me whether you consider each of the following statements as very important, somewhat important, or not important to your job of being a parent.
Giving my child's {mother_father} encouragement and emotional support. Is that .......
| 1 Very Important |
| 2 Somewhat Important |
| 3 Not important |
Default Next: | Q12-72E | Type: | Select One Entry | | |
Lead-In: | Q12-72A2A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-72E [] | Section: Section 12: Fertility |
(Please tell me whether you consider each of the following statements as very important, somewhat important, or not important to your job of being a parent.)
Giving my child moral and ethical guidance when appropriate. Is that .......
| 1 Very Important |
| 2 Somewhat Important |
| 3 Not important |
Default Next: | Q12-72G | Type: | Select One Entry | | |
Lead-In: | Q12-72D [Default] | Mask: | AUTO‑SELECTED | | |
Q12-72G [] | Section: Section 12: Fertility |
Some parents spend time teaching their children new skills while other parents believe children learn best on their own. Which of the following best describes your attitude?
| 1 Parents should always spend time teaching their children |
| 2 Parents should usually spend time teaching their children |
| 3 Parents should usually allow their children to learn on their own |
| 4 Parents should always allow their children to learn on their own |
Default Next: | Q12-73 | Type: | Select One Entry | | |
Lead-In: | Q12-72E [Default] | Mask: | AUTO‑SELECTED | | |
Q12-73 [] | Section: Section 12: Fertility |
{TOTNEW} >= 1
COMMENT: Has R had any live births since 2004 or prior interview?
If Answer = 1 Then Go To Q12-73Z-LOOP-INIT
Q12-73Z-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-73Z-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
Q12-73Z-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP16} + 1
Q12-73ZB [] | Section: Section 12: Fertility |
SWITCH ({Q12-LOOP16}) BEGIN
CASE 1: {Q12-LOOP16_TEXT} = "first";
CASE 2: {Q12-LOOP16_TEXT} = "second";
DEFAULT: {Q12-LOOP16_TEXT} = "next"; END
Q12-73ZC [] | Section: Section 12: Fertility |
{Q12-LOOP16} == 1
COMMENT: IS THIS THE FIRST TIME THROUGH THE LOOP?
If Answer = 0 Then Go To Q12-73ZE
Q12-73ZD [] | Section: Section 12: Fertility |
SYMBOL ({LASTLOOP}={Q12-LOOP16}=INT, {^MULTBIRTH({Q12-LOOP16})^}=0=INT, {^Q12-121({Q12-LOOP16})^}=0=INT, {^Q12-74AA({Q12-LOOP16})^}=99=INT)
COMMENT: STAMP VALUES FOR FIRST TIME LOOP
Q12-73ZD-1 [] | Section: Section 12: Fertility |
({EVERYA}==1)
COMMENT: Machine check Has R ever been interviewed as a YA?
Default Next: | Q12-73ZD1 | Type: | Internal Function | Save Symbol: | WASINT |
Lead-In: | Q12-73ZD [Default] | Mask: | 99 | | |
Q12-73ZD1 [] | Section: Section 12: Fertility |
SWITCH ({WASINT}) BEGIN
CASE 0: {^PREG_TEXT1({Q12-LOOP16})^} = "that led to the birth of your " + {CHILD_CHILDREN};
CASE 1: {^PREG_TEXT1({Q12-LOOP16})^} = "since " + {LINTDATE~X} + " which ended in (a) live birth(s)"; END
COMMENT: SET VALUE FOR PREG_TEXT1()
Q12-73ZD2 [] | Section: Section 12: Fertility |
SWITCH ({WASINT}) BEGIN
CASE 0: {^PREG_TEXT2({Q12-LOOP16})^} = " ";
CASE 1: {^PREG_TEXT2({Q12-LOOP16})^} = "born since " + {LINTDATE~X}; END
COMMENT: SET VALUE FOR PREG_TEXT2()
Default Next: | Q12-74 | Type: | Internal Function | | |
Lead-In: | Q12-73ZD1 [Default] | Mask: | 9999 | | |
Q12-73ZE [] | Section: Section 12: Fertility |
SYMBOL ({LASTLOOP}={Q12-LOOP16} - 1=INT, {^MULTBIRTH({Q12-LOOP16})^}=0=INT, {^Q12-121({Q12-LOOP16})^}=0=INT, {^Q12-74AA({Q12-LOOP16})^}=99=INT)
COMMENT: STAMP VALUES FOR MULTIPLE TIMES THROUGH THE LOOP
Q12-73ZE1 [] | Section: Section 12: Fertility |
SWITCH ({WASINT}) BEGIN
CASE 0: {^PREG_TEXT1({Q12-LOOP16})^} = "that led to the birth of your next child";
CASE 1: {^PREG_TEXT1({Q12-LOOP16})^} = "since " + {LINTDATE~X} + " which ended in (a) live birth(s)"; END
COMMENT: SET VALUE FOR PREG_TEXT()
Q12-73ZE2 [] | Section: Section 12: Fertility |
SWITCH ({WASINT}) BEGIN
CASE 0: {^PREG_TEXT2({Q12-LOOP16})^} = " ";
CASE 1: {^PREG_TEXT2({Q12-LOOP16})^} = "BORN SINCE " + {LINTDATE~X}; END
COMMENT: SET VALUE FOR PREG_TEXT()
Default Next: | Q12-74 | Type: | Internal Function | | |
Lead-In: | Q12-73ZE1 [Default] | Mask: | 9999 | | |
Q12-74 [] | Section: Section 12: Fertility |
Now I'd like to ask you some questions about {who_pregnant} {Q12-loop16_text} pregnancy(ies) {^preg_text1({Q12-LOOP16})^}.
(INTERVIEWER: BELOW IS A LIST OF CHILDREN BORN SINCE THE DATE OF LAST INTERVIEW. PREGNANCY QUESTIONS WILL BE ASKED ABOUT EACH CHILD IN THE ORDER IN WHICH THEY ARE LISTED. CLICK ON "SUBMIT AND CONTINUE" TO CONTINUE.)
Q12-74AAA [] | Section: Section 12: Fertility |
{^PREGROSTER_ID({Q12-LOOP16})^}
COMMENT: ID OF CHILD IN THIS PREGNANCY LOOP
Default Next: | Q12-74ABB | Type: | Internal Function | | |
Lead-In: | Q12-74 [Default] | Mask: | 99 | | |
Q12-74ABB [] | Section: Section 12: Fertility |
INTERVIEWER:
THE NEXT SERIES OF QUESTIONS ARE ABOUT THE PREGNANCY RESULTING IN THE BIRTH OF
{^PREGROSTER_NAME({Q12-LOOP16})^}.
Q12-74A1 [] | Section: Section 12: Fertility |
{Q12-LOOP16} == 1
COMMENT: Is this the first time through the pregnancy loop?
If Answer = 0 Then Go To Q12-74A2
Q12-74A2 [] | Section: Section 12: Fertility |
{^MULTBIRTH({LASTLOOP})^} >= 1
COMMENT: WAS THIS A MULTIPLE BIRTH - REPORTED IN LAST LOOP?
If Answer = 0 Then Go To Q12-74B
Q12-74B [] | Section: Section 12: Fertility |
INTERVIEWER: DID THIS PREGNANCY (WITH {^PREGROSTER_NAME({Q12-LOOP16})^}) RESULT IN THE BIRTH OF MORE THAN ONE CHILD? USE THE BACK ARROW TO CHECK THE ROSTER IF NECESSARY.
Default Next: | Q12-76B | Type: | Select One Entry | Save Symbol: | ^MULTBIRTH({Q12‑LOOP16})^ |
Lead-In: | Q12-74A2 [0:0], Q12-74A1 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-76B [] | Section: Section 12: Fertility |
SWITCH ({^PREGROSTER_GENCODE({Q12-LOOP16})^}) BEGIN
CASE 1: {PREG1_HESHE} = "he";
CASE 2: {PREG1_HESHE} = "she";
DEFAULT: {PREG1_HESHE} = "(he/she)"; END
COMMENT: Text subs based on child's gender.
Q12-76C [] | Section: Section 12: Fertility |
SWITCH ({^PREGROSTER_GENCODE({Q12-LOOP16})^}) BEGIN
CASE 1: {PREG1_HIMHER} = "him";
CASE 2: {PREG1_HIMHER} = "her";
DEFAULT: {PREG1_HIMHER} = "(him/her)"; END
COMMENT: Text substitutions based on child's gender.
Default Next: | Q12-76D | Type: | Internal Function | | |
Lead-In: | Q12-76B [Default] | Mask: | 9999 | | |
Q12-76D [] | Section: Section 12: Fertility |
SWITCH ({^PREGROSTER_GENCODE({Q12-LOOP16})^}) BEGIN
CASE 1: {PREG1_HISHER} = "his";
CASE 2: {PREG1_HISHER} = "her";
DEFAULT: {PREG1_HISHER} = "(his/her)"; END
Default Next: | Q12-76E | Type: | Internal Function | | |
Lead-In: | Q12-76C [Default] | Mask: | 9999 | | |
Q12-76E [] | Section: Section 12: Fertility |
{Q12-LOOP16} == 1
COMMENT: IS THIS THE FIRST TIME THROUGH THE LOOP?
If Answer = 0 Then Go To Q12-76F
Default Next: | Q12-76G | Type: | Internal Function | | |
Lead-In: | Q12-76D [Default] | Mask: | 99 | | |
Q12-76F [] | Section: Section 12: Fertility |
{^MULTBIRTH({LASTLOOP})^} >= 1
COMMENT: WAS THIS REPORTED AS A MULTIPLE BIRTH IN LAST LOOP?
If Answer = 1 Then Go To Q12-76F1
Default Next: | Q12-76G | Type: | Internal Function | | |
Lead-In: | Q12-76E [0:0] | Mask: | 99 | | |
Q12-76F1 [] | Section: Section 12: Fertility |
{RESP_GENDER}
COMMENT: SKIP ACCORDING TO RESPONDENT GENDER - MULTIPLE BIRTH
If Answer = 1 Then Go To Q12-157BB
Q12-76G [] | Section: Section 12: Fertility |
{RESP_GENDER}
COMMENT: SKIP ACCORDING TO RESPONDENT GENDER
If Answer = 1 Then Go To Q12M-78
Q12F-77 [] | Section: Section 12: Fertility |
When did you become pregnant with {^PREGROSTER_NAME({Q12-LOOP16})^}? In what month and year?
Hard Min: | 198701 | | |
Hard Max: | {curdate4} | | |
Q12F-78 [] | Section: Section 12: Fertility |
Just before you became pregnant with {^PREGROSTER_NAME({Q12-LOOP16})^}, did you or your partner use any methods to keep from getting pregnant?
Default Next: | Q12F-79 | Type: | Select One Entry | | |
Lead-In: | Q12F-77 [Default] | Mask: | AUTO‑SELECTED | | |
Q12F-79 [] | Section: Section 12: Fertility |
Had you stopped all methods before you became pregnant?
Default Next: | Q12F-81 | Type: | Select One Entry | | |
Lead-In: | Q12F-78 [Default] | Mask: | AUTO‑SELECTED | | |
Q12F-79A [] | Section: Section 12: Fertility |
SWITCH ([Q12F-78({Q12-LOOP16})]) BEGIN
CASE 0: {NOT_STOPPED} = "were not";
DEFAULT: {NOT_STOPPED} = " "; END
COMMENT: TEXT SUBSTITUTION BASED ON RESPONSE TO Q12F-78.
Default Next: | Q12F-80 | Type: | Internal Function | | |
Lead-In: | Q12F-78 [0:0] | Mask: | 9999 | | |
Q12F-79B [] | Section: Section 12: Fertility |
SWITCH ([Q12F-79({Q12-LOOP16})]) BEGIN
CASE 1: {NOT_STOPPED} = "stopped";
DEFAULT: {NOT_STOPPED} = " "; END
COMMENT: TEXT SUBSTITUTION BASED ON RESPONSE TO Q12F-79.
Default Next: | Q12F-80 | Type: | Internal Function | | |
Lead-In: | Q12F-79 [1:1] | Mask: | 9999 | | |
Q12F-80 [] | Section: Section 12: Fertility |
Was the reason you {not_stopped} using any methods because you yourself wanted to become pregnant?
Q12F-81 [] | Section: Section 12: Fertility |
Just before you became pregnant that time, did you want to become pregnant when you did?
(IF NO, PROBE:) Did you want (a/another) baby but not at that time, or did you want (none/no more) at all?
| 1 Yes |
| 2 Didn't matter |
| 3 No--not at that time |
| 4 No--(none/no more) at all |
Q12F-82 [] | Section: Section 12: Fertility |
And what about your spouse or partner when you became pregnant that time -- did he want you to have (a/another) baby?
(IF NO, PROBE:) Did he want you to have (a/another) baby but not at that time, or did he want you to have (none/no more) at all?
| 1 Yes |
| 2 Didn't matter |
| 3 No--not at that time |
| 4 No--(none/no more) at all |
Q12M-78 [] | Section: Section 12: Fertility |
Just before {^PREGROSTER_NAME({Q12-LOOP16})^}'s mother became pregnant with {^PREGROSTER_NAME({Q12-LOOP16})^}, did you or she use any methods to keep from getting pregnant?
Default Next: | Q12M-79 | Type: | Select One Entry | | |
Lead-In: | Q12-76G [1:1] | Mask: | AUTO‑SELECTED | | |
Q12M-79 [] | Section: Section 12: Fertility |
Had you stopped all methods before {^PREGROSTER_NAME({Q12-LOOP16})^}'s mother became pregnant?
Default Next: | Q12M-81 | Type: | Select One Entry | | |
Lead-In: | Q12M-78 [Default] | Mask: | AUTO‑SELECTED | | |
Q12M-79A [] | Section: Section 12: Fertility |
SWITCH ([Q12M-78({Q12-LOOP16})]) BEGIN
CASE 0: {NOT_STOPPED} = "were not";
DEFAULT: {NOT_STOPPED} = " "; END
COMMENT: TEXT SUBSTITUTION BASED ON RESPONSE TO Q12F-78.
Default Next: | Q12M-80 | Type: | Internal Function | | |
Lead-In: | Q12M-78 [0:0] | Mask: | 9999 | | |
Q12M-79B [] | Section: Section 12: Fertility |
SWITCH ([Q12M-79({Q12-LOOP16})]) BEGIN
CASE 1: {NOT_STOPPED} = "stopped";
DEFAULT: {NOT_STOPPED} = " "; END
COMMENT: TEXT SUBSTITUTION BASED ON RESPONSE TO Q12M--79.
Default Next: | Q12M-80 | Type: | Internal Function | | |
Lead-In: | Q12M-79 [1:1] | Mask: | 9999 | | |
Q12M-80 [] | Section: Section 12: Fertility |
Was the reason you {not_stopped} using any methods because you yourself wanted {^PREGROSTER_NAME({Q12-LOOP16})^}'s mother to become pregnant?
Q12M-81 [] | Section: Section 12: Fertility |
Just before {^PREGROSTER_NAME({Q12-LOOP16})^}'s mother became pregnant that time, did you want her to become pregnant when she did?
(IF NO, PROBE:) Did you want (a/another) baby but not at that time, or did you want (none/no more) at all?
| 1 Yes |
| 2 Didn't matter |
| 3 No--not at that time |
| 4 No--(none/no more) at all |
Q12M-82 [] | Section: Section 12: Fertility |
And what about {^PREGROSTER_NAME({Q12-LOOP16})^}'s mother when she became pregnant that time -- did she want to have (a/another) baby?
(IF NO, PROBE:) Did she want to have (a/another) baby but not at that time, or did she want to have (none/no more) at all?
| 1 Yes |
| 2 Didn't matter |
| 3 No--not at that time |
| 4 No--(none/no more) at all |
Q12-83 [] | Section: Section 12: Fertility |
During your pregnancy with {^PREGROSTER_NAME({Q12-LOOP16})^}, did you make any visits to a doctor or nurse for prenatal care, that is, to be examined or talk about your pregnancy?
Default Next: | Q12-85 | Type: | Select One Entry | | |
Lead-In: | Q12F-82 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-84 [] | Section: Section 12: Fertility |
When did you first visit a doctor or nurse for prenatal care -- during which month of your pregnancy?
(ENTER MONTH NUMBER)
Default Next: | Q12-85 | Type: | Numeric Entry | | |
Lead-In: | Q12-83 [1:1] | Mask: | 99 | | |
Q12-85 [] | Section: Section 12: Fertility |
Did you drink any alcoholic beverages, including beer, wine, or liquor, during the 12 months before {^PREGROSTER_NAME({Q12-LOOP16})^} was born?
Default Next: | Q12-87 | Type: | Select One Entry | | |
Lead-In: | Q12-83 [Default], Q12-84 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-86 [] | Section: Section 12: Fertility |
How often did you usually drink alcoholic beverages after you found out that you were pregnant?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY) Did you drink...
| 7 Every day |
| 6 Nearly every day |
| 5 3 or 4 days a week |
| 4 1 or 2 days a week |
| 3 3 or 4 days a month |
| 2 About once a month |
| 1 Less than once a month |
| 0 Never |
Default Next: | Q12-87 | Type: | Select One Entry | | |
Lead-In: | Q12-85 [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-87 [] | Section: Section 12: Fertility |
Did you smoke tobacco cigarettes at all during the 12 months before {^PREGROSTER_NAME({Q12-LOOP16})^} was born?
Default Next: | Q12-105 | Type: | Select One Entry | | |
Lead-In: | Q12-85 [Default], Q12-86 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-88 [] | Section: Section 12: Fertility |
On the average, how many cigarettes did you smoke after you found out you were pregnant? Did you smoke 2 or more packs a day? Did you smoke 1 pack or more but less than 2 packs a day, or less than 1 pack a day?
| 3 2 or more packs a day |
| 2 1 or more but less than 2 |
| 1 Less than 1 pack a day |
| 0 (IF VOLUNTEERED:) DID NOT SMOKE DURING THAT PERIOD |
Default Next: | Q12-105 | Type: | Select One Entry | | |
Lead-In: | Q12-87 [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-105 [] | Section: Section 12: Fertility |
Based on either your last menstrual period date or your doctor's or clinic's information, was {^PREGROSTER_NAME({Q12-LOOP16})^} born within one week of the expected (due) date?
Default Next: | Q12-107 | Type: | Select One Entry | | |
Lead-In: | Q12-87 [Default], Q12-88 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-106A [] | Section: Section 12: Fertility |
Was the baby born early or late?
Default Next: | Q12-106AA | Type: | Select One Entry | Save Symbol: | ^Q12‑106AN({Q12-LOOP16})^ |
Lead-In: | Q12-105 [0:0] | Mask: | AUTO‑SELECTED | | |
Q12-106AA [] | Section: Section 12: Fertility |
DECODE({^Q12-106AN({Q12-LOOP16})^}, {%D0288%},1)
Default Next: | Q12-106B | Type: | Internal Function | Save Symbol: | Q12‑106A |
Lead-In: | Q12-106A [Default] | Mask: | A10 | | |
Q12-106B [] | Section: Section 12: Fertility |
How many weeks {q12-106a} was the baby?
(IF "1 1/2 WEEKS" ROUND UP TO "2".)
Q12-107 [] | Section: Section 12: Fertility |
Was a cesarean section done? (IF NECESSARY, PROBE:) Was the baby delivered by an incision in your abdomen?
Q12-108 [] | Section: Section 12: Fertility |
Was this your first cesarean section, or did you have one before?
| 1 First cesarean |
| 0 Had cesarean(s) before |
Default Next: | Q12-118A | Type: | Select One Entry | | |
Lead-In: | Q12-107 [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-118A [] | Section: Section 12: Fertility |
How much did {^PREGROSTER_NAME({Q12-LOOP16})^} weigh at birth?
(ENTER NUMBER OF POUNDS AND OUNCES AND CLICK "SUBMIT AND CONTINUE".)
Hard Min: | 0 | Soft Min: | 3 |
Hard Max: | 15 | Soft Max: | 10 |
Q12-118B [] | Section: Section 12: Fertility |
Default Next: | Q12-118C | Type: | Numeric Entry | Save Symbol: | ^PREGBABY_OUNCES({Q12‑LOOP16})^ |
Lead-In: | Q12-118A [Default] | Mask: | 99 | | |
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 15 | Soft Max: | 15 |
Q12-118C [] | Section: Section 12: Fertility |
({^pregbaby_pounds({q12-loop16})^} == -1 || {^pregbaby_pounds({q12-loop16})^}== -2 || {^pregbaby_ounces({q12-loop16})^} == -1 || {^pregbaby_ounces({q12-loop16})^}==-2)
COMMENT: If birth weight missing, go to estimate
If Answer = 1 Then Go To Q12-118D
Q12-118D [] | Section: Section 12: Fertility |
Did {^PREGROSTER_NAME({Q12-LOOP16})^} weigh more than 5 1/2 pounds or less?
Default Next: | Q12-118E | Type: | Select One Entry | | |
Lead-In: | Q12-118C [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-118E [] | Section: Section 12: Fertility |
{RESP_GENDER}
COMMENT: Is R male?
If Answer = 1 Then Go To Q12-157BB
Q12-119 [] | Section: Section 12: Fertility |
What was {^PREGROSTER_NAME({Q12-LOOP16})^}'s length at birth?
(ENTER INCHES)
If Answer >= -2 AND Answer <= -1 Then Go To Q12-120
Hard Min: | 2 | Soft Min: | 12 |
Hard Max: | 36 | Soft Max: | 25 |
Q12-119A [] | Section: Section 12: Fertility |
INTERVIEWER: DID R INDICATE THAT THE LENGTH OF THE BABY WAS AN ESTIMATE?
Default Next: | Q12-120 | Type: | Select One Entry | | |
Lead-In: | Q12-119 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-120 [] | Section: Section 12: Fertility |
How long did your baby stay in the hospital?
| 1 SELECT TO ENTER NUMBER OF DAYS |
| 0 BABY/RESPONDENT DID NOT STAY IN HOSPITAL ...(Go To Q12-123) |
Q12-120A [] | Section: Section 12: Fertility |
(How long did your baby stay in the hospital?)
(ENTER NUMBER OF DAYS)
Default Next: | Q12-121 | Type: | Numeric Entry | | |
Lead-In: | Q12-120 [Default] | Mask: | 999 | | |
Q12-121 [] | Section: Section 12: Fertility |
Did you leave the hospital at the same time as your baby or did you leave earlier or later?
| 1 Same time |
| 2 Earlier ...(Go To Q12-122A) |
| 3 Later ...(Go To Q12-122B) |
| 4 BABY STILL IN HOSPITAL ...(Go To Q12-158B) |
| 5 BABY DIED IN HOSPITAL ...(Go To Q12-158B) |
| 6 BABY ADOPTED OUT IN HOSPITAL ...(Go To Q12-158B) |
Default Next: | Q12-123 | Type: | Select One Entry | Save Symbol: | ^Q12‑121({Q12-LOOP16})^ |
Lead-In: | Q12-120A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-122A [] | Section: Section 12: Fertility |
How many days earlier?
Q12-122B [] | Section: Section 12: Fertility |
How many days later?
Q12-123 [] | Section: Section 12: Fertility |
In {^PREGROSTER_NAME({Q12-LOOP16})^}'s first year, did you take {preg1_himher} to a clinic, hospital, or doctor because {preg1_heshe} was sick or injured?
(IF BABY "ADOPTED OUT"/"DECEASED" AND R IS RELUCTANT, SAY:) We appreciate how difficult this is, but {^PREGROSTER_NAME({Q12-LOOP16})^}'s experiences are important in helping us understand the health of other children like {preg1_himher}.
Q12-124 [] | Section: Section 12: Fertility |
When you took {^PREGROSTER_NAME({Q12-LOOP16})^} to a clinic, hospital, or doctor the first time because {preg1_heshe} was sick or injured, what was the nature of {preg1_hisher} illness or injury?
(INTERVIEWER: RECORD VERBATIM. CLICK "SUBMIT AND CONTINUE" TO CONTINUE FOR CODING OF ILLNESS OR INJURY DESCRIBED HERE.)
Q12-124A [] | Section: Section 12: Fertility |
(INTERVIEWER: CODE WITHOUT READING CATEGORIES.
CODE FOR MAIN ILLNESS OR INJURY.
IF MORE THAN ONE ILLNESS OR INJURY MENTIONED, PROBE:)
What was the main illness or injury?
| 1 FEVER |
| 2 COLD |
| 3 SORE THROAT |
| 4 PNEUMONIA |
| 5 EAR INFECTION |
| 6 VOMITING, DIARRHEA, OR DEHYDRATION |
| 7 RASH |
| 15 BROKEN BONE |
| 16 BURN |
| 8 OTHER ACCIDENT OR POISONING |
| 9 CONVULSIONS |
| 10 JAUNDICE |
| 11 FEEDING PROBLEMS (FOOD ALLERGY, FORMULA TOLERANCE, ETC.) |
| 12 MENINGITIS |
| 13 ASTHMA OR BRONCHITIS |
| 14 OTHER (SPECIFY) |
| 0 NONE |
Default Next: | Q12-124B | Type: | Select One Entry | Save Symbol: | PREG1_ILLNESS1 |
Lead-In: | Q12-124 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-124B [] | Section: Section 12: Fertility |
DECODE ({PREG1_ILLNESS1},{%D0620%},1)
Default Next: | Q12-126 | Type: | Internal Function | Save Symbol: | PREG1_ILLNESS1_NAME |
Lead-In: | Q12-124A [Default] | Mask: | 99 | | |
Q12-126 [] | Section: Section 12: Fertility |
How many months old was {^PREGROSTER_NAME({Q12-LOOP16})^} when you took {preg1_himher} to a clinic, hospital or doctor the first time for (this) {PREG1_ILLNESS1_NAME}?
(INTERVIEWER: 1 DAY TO 4 WKS = 1 MONTH. MORE THAN 4 WEEKS -- DIVIDE BY 4 AND ROUND UP. EX: 35 WEEKS = 9 MONTHS.)
Default Next: | Q12-127 | Type: | Numeric Entry | Save Symbol: | ILLMIN1 |
Lead-In: | Q12-124B [Default] | Mask: | 99 | | |
Q12-127 [] | Section: Section 12: Fertility |
In {^PREGROSTER_NAME({Q12-LOOP16})^}'s first year, altogether how many visits were made to a clinic, hospital, or doctor because {preg1_heshe} had (that) {PREG1_ILLNESS1_NAME}?
If Answer = 1 Then Go To Q12-129
Default Next: | Q12-128 | Type: | Numeric Entry | | |
Lead-In: | Q12-126 [Default] | Mask: | 99 | | |
Q12-128 [] | Section: Section 12: Fertility |
In {^PREGROSTER_NAME({Q12-LOOP16})^}'s first year, how many months old was {preg1_heshe} the last time you took {preg1_himher} to a clinic or doctor for (that) {PREG1_ILLNESS1_NAME}?
Default Next: | Q12-129 | Type: | Numeric Entry | | |
Lead-In: | Q12-127 [Default] | Mask: | 99 | | |
Q12-129 [] | Section: Section 12: Fertility |
In {^PREGROSTER_NAME({Q12-LOOP16})^}'s first year, when you took {preg1_himher} to a clinic, hospital, or doctor because {preg1_heshe} had (that) {PREG1_ILLNESS1_NAME}, where did you take {preg1_himher}?
(INTERVIEWER: READ CATEGORIES ONLY IF NECESSARY)
| 1 Private doctor's office |
| 2 Public clinic |
| 3 Private clinic |
| 4 Health maintenance organization (HMO) |
| 5 Hospital clinic, walk-in clinic |
| 6 Community health center |
| 7 Emergency room out-patient |
| 8 Other (SPECIFY) |
| 9 Hospital admission |
Q12-130B [] | Section: Section 12: Fertility |
INSELECTION([Q12-129({Q12-LOOP16})],9)
COMMENT: Was child from first pregnancy admitted to hospital for first illness in first year of life?
If Answer = 1 Then Go To Q12-131
Default Next: | Q12-143 | Type: | Internal Function | | |
Lead-In: | Q12-129 [Default] | Mask: | 9999 | | |
Q12-131 [] | Section: Section 12: Fertility |
When {^PREGROSTER_NAME({Q12-LOOP16})^} was admitted to the hospital, was surgery necessary?
Default Next: | Q12-132 | Type: | Select One Entry | | |
Lead-In: | Q12-130B [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-132 [] | Section: Section 12: Fertility |
Did you have to take time off from work?
Default Next: | Q12-143 | Type: | Select One Entry | | |
Lead-In: | Q12-131 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-143 [] | Section: Section 12: Fertility |
Now we are going to discuss well baby care.
In {^PREGROSTER_NAME({Q12-LOOP16})^}'s first year, did you take {preg1_himher} to a clinic or doctor for well baby care when {preg1_heshe} was not sick?
| 1 Yes ...(Go To Q12-144) |
| 0 No |
| 2 BABY DIED IN FIRST YEAR |
| 3 BABY ADOPTED OUT IN FIRST YEAR |
Q12-144 [] | Section: Section 12: Fertility |
How many months old was {^PREGROSTER_NAME({Q12-LOOP16})^} when you took {preg1_himher} to a clinic or doctor for well baby care the first time?.....
(INTERVIEWER: ENCOURAGE THE RESPONDENT TO ESTIMATE MONTHS OF AGE IF AT ALL POSSIBLE.)
| 1 SELECT TO ENTER MONTHS ...(Go To Q12-144A) |
| 2 TOOK CHILD TO WELL CARE, BUT DOES NOT KNOW ANY MONTHS OF AGE |
Default Next: | Q12-157BB | Type: | Select One Entry | | |
Lead-In: | Q12-143 [1:1] | Mask: | AUTO‑SELECTED | | |
Q12-144A [] | Section: Section 12: Fertility |
(How many months old was {^PREGROSTER_NAME({Q12-LOOP16})^} when you took {preg1_himher} to a clinic or doctor for well baby care the first time?.....)
How old was {preg1_heshe} the next time?
(INTERVIEWER: CONTINUE TO ASK UNTIL THE LAST TIME IS CODED.)
(MARK ALL THAT APPLY)
| 1 1 month old |
| 2 2 months old |
| 3 3 months old |
| 4 4 months old |
| 5 5 months old |
| 6 6 months old |
| 7 7 months old |
| 8 8 months old |
| 9 9 months old |
| 10 10 months old |
| 11 11 months old |
| 12 12 months old |
Q12-157BB [] | Section: Section 12: Fertility |
{^PREGROSTER_HHIFLAG({Q12-LOOP16})^}==5 || {^PREGROSTER_HHIFLAG({Q12-LOOP16})^}==8
COMMENT: IS CHILD ADOPTED OUT OR DECEASED?
If Answer = 1 Then Go To Q12-158B
Q12-157C [] | Section: Section 12: Fertility |
Now, we have a few questions about health care plans. First, is {^PREGROSTER_NAME({Q12-LOOP16})^}'s health insurance provided either by an employer, the military, a student plan or by an individual plan that pays part or all of a hospital bill?
(PROBE IF NECESSARY) Examples of health and hospitalization insurance plan include Blue Cross, Blue Shield, HMO.
(INTERVIEWER: THIS DOES NOT INCLUDE PUBLIC ASSISTANCE HEALTH CARE PROGRAMS.)
Default Next: | Q12-157D | Type: | Select One Entry | | |
Lead-In: | Q12-157BB [Default] | Mask: | AUTO‑SELECTED | | |
Q12-157D [] | Section: Section 12: Fertility |
What is the source of {^PREGROSTER_NAME({Q12-LOOP16})^}'s health plan? Is it your own policy bought directly from a medical insurance company, your parent's policy, an employer policy, or something else?
| 1 Your Parent's policy |
| 2 Your or your spouse/partner's policy bought directly from insurance company |
| 3 Your employer's policy |
| 4 Your spouse/partner's employer policy |
| 6 Military health insurance |
| 7 Student insurance through school, college or university |
| 8 Other relative's policy |
| 5 Other (SPECIFY) |
Default Next: | Q12-157E | Type: | Select One Entry | | |
Lead-In: | Q12-157C [Default] | Mask: | AUTO‑SELECTED | | |
Q12-157E [] | Section: Section 12: Fertility |
There is a national program called Medicaid (Medi-Cal/Medical Assistance/Welfare/Medical Services) that pays for health care for persons in need. Is {^PREGROSTER_NAME({Q12-LOOP16})^}'s health care now covered by Medicaid or one of these public assistance health care programs?
Q12-158B [] | Section: Section 12: Fertility |
{TOTNEW} >= 2
COMMENT: Did R report at least 2 new children since last interview?
If Answer = 0 Then Go To Q12-158D-LOOP-END
Q12-158C [] | Section: Section 12: Fertility |
{^MULTBIRTH({Q12-LOOP16})^} >= 1
COMMENT: Did this pregnancy result in a multiple birth?
Q12-158D-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP16} == {TOTNEW})
COMMENT:
END LOOP WHEN ALL CHILDREN CHECKED FOR NEW STATUS
Q12-158E [] | Section: Section 12: Fertility |
{RESP_GENDER}
COMMENT: IS THE RESPONDENT A MALE OR FEMALE?
If Answer = 1 Then Go To Q12-170
Q12-159A [] | Section: Section 12: Fertility |
COUNTROSTER ({*BIOCHILD4*}, "FOODQ", "1")
COMMENT: Find if any child's foodq=1
Default Next: | Q12-159A1 | Type: | Internal Function | Save Symbol: | FOODQ1 |
Lead-In: | Q12-158E [Default] | Mask: | 9999 | | |
Q12-159A1 [] | Section: Section 12: Fertility |
COUNTROSTER ({*BIOCHILD4*}, "FOODQ", "2")
COMMENT: Find if any child's foodq=2
Default Next: | Q12-159B | Type: | Internal Function | Save Symbol: | FOODQ2 |
Lead-In: | Q12-159A [Default] | Mask: | 9999 | | |
Q12-159B [] | Section: Section 12: Fertility |
({FOODQ1}>0) || ({FOODQ2}>0) || ({TOTNEW} > 0)
COMMENT: Are there any new children to ask feeding questions for?
If Answer = 1 Then Go To Q12-160-LOOP-INIT
Q12-159C [] | Section: Section 12: Fertility |
{Q12-22B}==1 || {Q12-27A}==1
COMMENT: R HAVE ANY CHILDREN OR ANY NEW CHILDREN SINCE DLI?
If Answer = 1 Then Go To Q12-160-LOOP-INIT
Q12-160-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-160-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: Begin loop about feeding
Q12-160-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP18} + 1
Q12-160A [] | Section: Section 12: Fertility |
SYMBOL ({^Q12-164({Q12-LOOP18} )^}=96=INT, {^Q12-166({Q12-LOOP18})^}=96=INT, {^Q12-167({Q12-LOOP18})^}=96=INT)
COMMENT: Start loop?
Q12-161 [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP18})^} == 99
COMMENT: Has this child been deleted?
If Answer = 1 Then Go To Q12-165BB-LOOP-END
Default Next: | Q12-162 | Type: | Internal Function | | |
Lead-In: | Q12-160A [Default] | Mask: | 99 | | |
Q12-162 [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP18})^} == 97||{^BIOCHILD_FOODQ({Q12-LOOP18})^} == 1
COMMENT: Is this child either new (since last interview) or needing first breastfeeding question asked??
If Answer = 1 Then Go To Q12-164
Default Next: | Q12-162A | Type: | Internal Function | | |
Lead-In: | Q12-161 [Default] | Mask: | 99 | | |
Q12-162A [] | Section: Section 12: Fertility |
{^BIOCHILD_FOODQ({Q12-LOOP18})^} == 2
COMMENT: Does second breastfeeding question need to be asked about this child?
If Answer = 1 Then Go To Q12-165
Q12-164 [] | Section: Section 12: Fertility |
When {^biochild_name({Q12-LOOP18})^} was an infant, did you breast feed {^bio_himher({Q12-LOOP18})^} at all?
(IF BABY "ADOPTED OUT"/"DECEASED" AND R IS RELUCTANT, SAY:) We appreciate how difficult this is, but {^biochild_name({Q12-LOOP18})^}'s experiences are important in helping us understand the health of other children like {^bio_himher({Q12-LOOP18})^}.
| 1 Yes ...(Go To Q12-165) |
| 0 No |
| 2 BABY DIED IN HOSPITAL |
| 3 BABY ADOPTED OUT IN HOSPITAL |
Q12-165 [] | Section: Section 12: Fertility |
How many weeks old was {^biochild_name({Q12-LOOP18})^} when you quit breast feeding {^bio_himher({Q12-LOOP18})^} altogether?
(INTERVIEWER: DETERMINE WHETHER R IS ANSWERING IN WEEKS OR MONTHS OLD, AND SELECT THE APPROPRIATE ANSWER BELOW.)
| 1 SELECT TO ENTER NUMBER OF WEEKS OLD ...(Go To Q12-165A) |
| 2 SELECT TO ENTER NUMBER OF MONTHS OLD ...(Go To Q12-165B) |
| 0 STILL BREAST FEEDING |
Q12-165A [] | Section: Section 12: Fertility |
(How many weeks old was {^biochild_name({Q12-LOOP18})^} when you quit breast feeding {^bio_himher({Q12-LOOP18})^} altogether?)
(INTERVIEWER: R HAS ANSWERED IN NUMBER OF WEEKS.)
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 156 | Soft Max: | 75 |
Q12-165B [] | Section: Section 12: Fertility |
(How many months old was {^biochild_name({Q12-LOOP18})^} when you quit breast feeding {^bio_himher({Q12-LOOP18})^} altogether?)
(INTERVIEWER: R HAS ANSWERED IN NUMBER OF MONTHS. PLEASE ENTER ONLY FULL OR HALF MONTHS.)
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 36 | Soft Max: | 18 |
Q12-165BB-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP18}=={TOTBIO4})
COMMENT: End loop about feeding
Q12-ML-JUMP [] | Section: Section 12: Fertility |
{RESP_GENDER}==2 && {TOTBIO4}>0
COMMENT: Machine Check: Is R female with at least one biological child?
If Answer = 1 Then Go To Q12-ML-LOOP-INIT
Q12-ML-LOOP-INIT [] | Section: Section 12: Fertility |
0
Q12-ML-LOOP-BEGIN [] | Section: Section 12: Fertility |
REPEAT
COMMENT: Begin loop about maternity leave
Q12-ML-LOOP-INCREMENT [] | Section: Section 12: Fertility |
{Q12-LOOP19} + 1
Q12-ML-LOOP-JUMP1 [] | Section: Section 12: Fertility |
{^BIOCHILD_STATCODE({Q12-LOOP19})^}
COMMENT: Check the status of the child. if deleted skip to the next child. If new or added, begin maternity leave sequence.
If Answer = 99 Then Go To Q12-ML-LOOP-END
If Answer >= 97 AND Answer <= 98 Then Go To Q12-ML1
Q12-ML-LOOP-JUMP2 [] | Section: Section 12: Fertility |
{^BIOCHILD_MATLVQ({Q12-LOOP19})^}
COMMENT: Does R need to answer any maternity leave questions about this child?
If Answer = 1 Then Go To Q12-ML1
If Answer = 2 Then Go To Q12-ML4C
Q12-ML1 [] | Section: Section 12: Fertility |
We are interested in the employment experiences of women around the births of their children.
Did you work for pay at any time while you were pregnant with {^biochild_name({Q12-LOOP19})^}?
Q12-ML1A [] | Section: Section 12: Fertility |
How many hours per week did you work for pay at the beginning of your pregnancy?
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 168 | Soft Max: | 50 |
Q12-ML2 [] | Section: Section 12: Fertility |
During the time you worked for pay while pregnant with {^biochild_name({Q12-LOOP19})^}, did you continue to work your usual number of hours or did you reduce your work hours?
| 1 WORKED USUAL HOURS |
| 2 REDUCED HOURS ...(Go To Q12-ML2A) |
Default Next: | Q12-ML3 | Type: | Select One Entry | | |
Lead-In: | Q12-ML1A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-ML2A [] | Section: Section 12: Fertility |
How many months along were you in the pregnancy when you reduced your work hours?
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 9 | Soft Max: | 9 |
Q12-ML3 [] | Section: Section 12: Fertility |
Did you continue working until {^biochild_name({Q12-LOOP19})^} was born, or did you stop working earlier than that, even if you were still being paid?
| 1 WORKED UNTIL BABY WAS BORN |
| 2 LEFT WORK BEFORE BABY WAS BORN ...(Go To Q12-ML3A) |
Q12-ML3A [] | Section: Section 12: Fertility |
How many months along were you in the pregnancy when you stopped working?
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 9 | Soft Max: | 9 |
Q12-ML4 [] | Section: Section 12: Fertility |
Did you take any maternity leave, either paid or unpaid, when {^biochild_name({Q12-LOOP19})^} was born?
| 1 YES, PAID LEAVE |
| 2 YES, UNPAID LEAVE |
| 4 YES, COMBINATION OF PAID AND UNPAID |
| 3 NO |
Q12-ML4A [] | Section: Section 12: Fertility |
SWITCH ({^WORKPREG({Q12-LOOP19})^}) BEGIN
CASE 1: {RETURN_WORK} = "return to work";
CASE 0: {RETURN_WORK} = "work for pay";
DEFAULT: {RETURN_WORK} = "work for pay";END
COMMENT: TEXT SUBSTITUTION
Q12-ML4B [] | Section: Section 12: Fertility |
SWITCH ({^WORKPREG({Q12-LOOP19})^}) BEGIN
CASE 1: {RETURNED_BEGAN} = "returned to work";
CASE 0: {RETURNED_BEGAN} = "began to work for pay";
DEFAULT: {RETURNED_BEGAN} = "began to work for pay";END
COMMENT: TEXT SUBSTITUTION
Default Next: | Q12-ML5 | Type: | Internal Function | | |
Lead-In: | Q12-ML4A [Default] | Mask: | 9999 | | |
Q12-ML4C [] | Section: Section 12: Fertility |
SYMBOL({RETURN_WORK} = "work for pay"=CHAR, {RETURNED_BEGAN} = "began to work for pay"=CHAR)
COMMENT: fixed value which may be used to set the status for deleted children.
Q12-ML5 [] | Section: Section 12: Fertility |
Did you {RETURN_WORK} at some point after {^biochild_name({Q12-LOOP19})^} was born?
Q12-ML6 [] | Section: Section 12: Fertility |
How old was {^biochild_name({Q12-LOOP19})^} when you {RETURNED_BEGAN}?
| 1 SELECT TO ENTER WEEKS ...(Go To Q12-ML6A) |
| 2 SELECT TO ENTER MONTHS ...(Go To Q12-ML6B) |
| 3 SELECT TO ENTER YEARS ...(Go To Q12-ML6C) |
Q12-ML6A [] | Section: Section 12: Fertility |
ENTER NUMBER OF WEEKS:
Hard Min: | 0 | Soft Min: | 6 |
Hard Max: | 99 | Soft Max: | 52 |
Q12-ML6B [] | Section: Section 12: Fertility |
ENTER NUMBER OF MONTHS:
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 99 | Soft Max: | 24 |
Q12-ML6C [] | Section: Section 12: Fertility |
ENTER NUMBER OF YEARS:
Hard Min: | 0 | Soft Min: | 1 |
Hard Max: | 99 | Soft Max: | 10 |
Q12-ML-LOOP-END [] | Section: Section 12: Fertility |
UNTIL({Q12-LOOP19}=={TOTBIO4})
COMMENT: End loop about maternity leave
Q12-170 [] | Section: Section 12: Fertility |
{RESP_GENDER}
COMMENT: IF R IS MALE, SKIP PREGNANCY QUESTIONS
If Answer = 1 Then Go To Q12-171A
Q12-171 [] | Section: Section 12: Fertility |
Are you currently pregnant?
Default Next: | Q12-171A | Type: | Select One Entry | Save Symbol: | ISPREGNANT |
Lead-In: | Q12-170 [Default] | Mask: | AUTO‑SELECTED | | |
Q12-171-A [] | Section: Section 12: Fertility |
0
COMMENT: INITIALIZE SYMBOLS FOR LATER USE IN FERTILITY SECTION
Default Next: | Q12-171A | Type: | Internal Function | Save Symbol: | TOTBIO4 |
Lead-In: | Q12-1-C [0:0], Q12-1-C [-1:-1] | Mask: | 9999 | | |
Q12-171A [] | Section: Section 12: Fertility |
SWITCH ({TOTBIO4}) BEGIN
CASE 0: {MOREKIDS} = " ";
DEFAULT: {MOREKIDS} = "more"; END
COMMENT: TEXT SUBSTITUTION
Q12-172 [] | Section: Section 12: Fertility |
Altogether, how many {morekids} children do you EXPECT to have?
(INCLUDE ANY CURRENT PREGNANCY OF RESPONDENT OR {spouse_partner}.)
| 1 SELECT TO ENTER NUMBER OF CHILDREN |
| 2 NONE ...(Go To Q12-176) |
If Answer = -2 Then Go To Q12-176
If Answer = -1 Then Go To Q12-176
Default Next: | Q12-174 | Type: | Select One Entry | | |
Lead-In: | Q12-171A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-174 [] | Section: Section 12: Fertility |
(Altogether, how many {morekids} children do you EXPECT to have?)
ENTER NUMBER OF CHILDREN:
If Answer = 0 Then Go To Q12-176
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 10 | Soft Max: | 10 |
Q12-174A [] | Section: Section 12: Fertility |
SWITCH ({TOTBIO4}) BEGIN
CASE 0: {FIRST_NEXT} = "first";
DEFAULT: {FIRST_NEXT} = "next";END
COMMENT: TEXT SUBSTITUTION
Default Next: | Q12-175 | Type: | Internal Function | | |
Lead-In: | Q12-174 [Default] | Mask: | 9999 | | |
Q12-175 [] | Section: Section 12: Fertility |
In how many months or years do you expect to have your {first_next} child?
(INTERVIEWER: ENTER MONTHS OR YEARS BELOW.
CLICK "SUBMIT AND CONTINUE" TO ENTER LENGTH OF TIME.)
If Answer = -2 Then Go To Q12-176
If Answer = -1 Then Go To Q12-176
Default Next: | Q12-175B | Type: | Select One Entry | | |
Lead-In: | Q12-174A [Default] | Mask: | AUTO‑SELECTED | | |
Q12-175A [] | Section: Section 12: Fertility |
(In how many months do you expect to have your {first_next} child?)
(ENTER NUMBER OF MONTHS.)
Q12-175B [] | Section: Section 12: Fertility |
(In how many years do you expect to have your {first_next} child?)
(ENTER NUMBER OF YEARS.)
Default Next: | Q12-176 | Type: | Numeric Entry | | |
Lead-In: | Q12-175 [Default] | Mask: | 99 | | |
Hard Min: | 0 | Soft Min: | 0 |
Hard Max: | 30 | Soft Max: | 20 |
Q12-176 [] | Section: Section 12: Fertility |
Please tell me whether you strongly disagree, disagree, agree, or strongly agree with the following statement:
It would be okay for me to have children within a cohabiting relationship.
(INTERVIEWER, IF NECESSARY, CLARIFY: "By a cohabiting relationship, we mean living with a partner (you know, like a boyfriend or a girlfriend) to whom you are not married.")
| 1 Strongly Disagree |
| 2 Disagree |
| 3 Agree |
| 4 Strongly Agree |