Changeset 26945 in main
- Timestamp:
- 03/09/23 13:55:48 (3 weeks ago)
- Location:
- adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/BirthPopCnty.xml
r26755 r26945 19 19 <PARAMETER> 20 20 <NAME>config</NAME> 21 <VALUE>c:\ibisq\qModules3\birth\BirthCo.cfg</VALUE> <!-- BirthCo.cfg created 7/28/08 because using GeoCntyOnly instead of GeoCnty dimension file -->21 <VALUE>c:\ibisq\qModules3\birth\BirthCo.cfg</VALUE> 22 22 </PARAMETER> 23 23 <PARAMETER> … … 26 26 <PARAMETER> 27 27 <NAME>test</NAME> <VALUE>0</VALUE> 28 </PARAMETER>29 <PARAMETER>30 <NAME>data_where</NAME>31 <VALUE>dnjcnty=1</VALUE>32 28 </PARAMETER> 33 29 <PARAMETER> … … 50 46 <TITLE>Birth Rate for the State and Counties</TITLE> 51 47 <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION> 52 <MEASURE_TITLE_OVERRIDE>Birth Rate per 1,000 </MEASURE_TITLE_OVERRIDE>48 <MEASURE_TITLE_OVERRIDE>Birth Rate per 1,000 Population</MEASURE_TITLE_OVERRIDE> 53 49 <MEASURE_NAME>RateBirth1K</MEASURE_NAME> 54 50 <DATASET_ANCILLARY_VALUES> … … 65 61 <DATASET_ANCILLARY_VALUE> 66 62 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 67 <ANCILLARY_VALUE_LABEL> Estimated Number of Men and Women in the Population</ANCILLARY_VALUE_LABEL>63 <ANCILLARY_VALUE_LABEL>Population Count Estimate</ANCILLARY_VALUE_LABEL> 68 64 </DATASET_ANCILLARY_VALUE> 69 65 </DATASET_ANCILLARY_VALUES> … … 73 69 <VALUE>BirthRate.def</VALUE> 74 70 </PARAMETER> 75 <!--PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> 76 <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER--> 77 </PARAMETERS> 78 <CRITERIA> 79 <EXCLUDE> 80 <SECTION_NAMES> 81 <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME> 82 <SECTION_NAME>GeoMap</SECTION_NAME> 83 </SECTION_NAMES> 84 <SELECTIONS> 85 <SELECTION> 86 <NAME>GeoDist_exclude</NAME> 87 <VALUE>all</VALUE> 88 </SELECTION> 89 <SELECTION> 90 <NAME>GeoMuni_exclude</NAME> 91 <VALUE>all</VALUE> 92 </SELECTION> 93 </SELECTIONS> 94 <DIMENSION_NAMES> 95 <DIMENSION_NAME>MomAgeGrpNoProxy</DIMENSION_NAME> 96 </DIMENSION_NAMES> 97 <CHART_NAMES> 98 <CHART_NAME>Pie</CHART_NAME> 99 </CHART_NAMES> 100 </EXCLUDE> 71 </PARAMETERS> 72 <CRITERIA> 73 <EXCLUDE/> 101 74 </CRITERIA> 102 75 <DATA_SOURCE_NAMES> … … 116 89 <TITLE>Fertility Rate</TITLE> 117 90 <DESCRIPTION>Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate)</DESCRIPTION> 118 <MEASURE_TITLE_OVERRIDE>Fertility Rate per 1,000 </MEASURE_TITLE_OVERRIDE>91 <MEASURE_TITLE_OVERRIDE>Fertility Rate per 1,000 Female Population</MEASURE_TITLE_OVERRIDE> 119 92 <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME> 120 93 <DATASET_ANCILLARY_VALUES> … … 127 100 <DATASET_ANCILLARY_VALUE> 128 101 <ANCILLARY_VALUE_NAME>Numerator</ANCILLARY_VALUE_NAME> 129 <ANCILLARY_VALUE_LABEL>Number of Live Births to Women in the Specified Age Range</ANCILLARY_VALUE_LABEL> 130 </DATASET_ANCILLARY_VALUE> 131 <DATASET_ANCILLARY_VALUE> 132 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 133 <ANCILLARY_VALUE_LABEL>Estimated Number of Women in the Specified Age Range</ANCILLARY_VALUE_LABEL> 134 </DATASET_ANCILLARY_VALUE> 135 </DATASET_ANCILLARY_VALUES> 136 <PARAMETERS> 137 <PARAMETER> 138 <NAME>func</NAME> 139 <VALUE>FertRate.def</VALUE> 140 </PARAMETER> 141 <!--PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> 142 <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER--> 143 <PARAMETER> 144 <NAME>pop_where</NAME> <!-- year limits added by MLB 8/28/08 because otherwise it pulls in the entire population file --> 145 <!--VALUE>2<=magegrp<=8 and sex=2</VALUE--> <!-- magegrp 2-8 is ages 15-44 --> 146 </PARAMETER> 147 </PARAMETERS> 148 <CRITERIA> 149 <EXCLUDE> 150 <SECTION_NAMES> 151 <SECTION_NAME>GeoMap</SECTION_NAME> 152 </SECTION_NAMES> 153 <SELECTIONS> 154 <SELECTION> 155 <NAME>GeoDist_exclude</NAME> 156 <VALUE>all</VALUE> 157 </SELECTION> 158 <SELECTION> 159 <NAME>GeoMuni_exclude</NAME> 160 <VALUE>all</VALUE> 161 </SELECTION> 162 </SELECTIONS> 163 <CHART_NAMES> 164 <CHART_NAME>Pie</CHART_NAME> 165 </CHART_NAMES> 166 </EXCLUDE> 102 <ANCILLARY_VALUE_LABEL>Number of Live Births</ANCILLARY_VALUE_LABEL> 103 </DATASET_ANCILLARY_VALUE> 104 <DATASET_ANCILLARY_VALUE> 105 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 106 <ANCILLARY_VALUE_LABEL>Population Count Estimate of Females</ANCILLARY_VALUE_LABEL> 107 </DATASET_ANCILLARY_VALUE> 108 </DATASET_ANCILLARY_VALUES> 109 <PARAMETERS> 110 <PARAMETER> 111 <NAME>func</NAME> 112 <VALUE>BirthRate.def</VALUE> 113 </PARAMETER> 114 <PARAMETER> 115 <NAME>pop_where</NAME> 116 <VALUE>sex=2</VALUE> 117 </PARAMETER> 118 </PARAMETERS> 119 <CRITERIA> 120 <EXCLUDE/> 167 121 </CRITERIA> 168 122 <DATA_SOURCE_NAMES> … … 181 135 <NAME>GeneralFertRate</NAME> 182 136 <TITLE>General Fertility Rate</TITLE> 183 <DESCRIPTION>Live Births per 1,000 Women of Child-bearing Age (Female Population Age 15-44)</DESCRIPTION>184 <MEASURE_TITLE_OVERRIDE>General Fertility Rate per 1,000 </MEASURE_TITLE_OVERRIDE>137 <DESCRIPTION>Live Births per 1,000 Females Aged 15-44</DESCRIPTION> 138 <MEASURE_TITLE_OVERRIDE>General Fertility Rate per 1,000 Females Aged 15-44</MEASURE_TITLE_OVERRIDE> 185 139 <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME> 186 140 <DATASET_ANCILLARY_VALUES> … … 197 151 <DATASET_ANCILLARY_VALUE> 198 152 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 199 <ANCILLARY_VALUE_LABEL>Estimated Number of Women Aged 15-44 in the Population</ANCILLARY_VALUE_LABEL> 200 </DATASET_ANCILLARY_VALUE> 201 </DATASET_ANCILLARY_VALUES> 202 <PARAMETERS> 203 <PARAMETER> 204 <NAME>func</NAME> 205 <VALUE>GeneralFertRate.def</VALUE> 206 </PARAMETER> 207 <!--PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> 208 <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER--> 209 <PARAMETER> 210 <NAME>pop_where</NAME> <!-- year limits added by MLB 8/28/08 because otherwise it pulls in the entire population file --> 153 <ANCILLARY_VALUE_LABEL>Population Count Estimate of Females Aged 15-44</ANCILLARY_VALUE_LABEL> 154 </DATASET_ANCILLARY_VALUE> 155 </DATASET_ANCILLARY_VALUES> 156 <PARAMETERS> 157 <PARAMETER> 158 <NAME>func</NAME> 159 <VALUE>BirthRate.def</VALUE> 160 </PARAMETER> 161 <PARAMETER> 162 <NAME>pop_where</NAME> 211 163 <VALUE>2<=magegrp<=8 and sex=2</VALUE> <!-- magegrp 2-8 is ages 15-44 --> 212 164 </PARAMETER> 213 165 </PARAMETERS> 214 166 <CRITERIA> 215 <EXCLUDE> 216 <SECTION_NAMES> 217 <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME> 218 <SECTION_NAME>GeoMap</SECTION_NAME> 219 </SECTION_NAMES> 220 <SELECTIONS> 221 <SELECTION> 222 <NAME>GeoDist_exclude</NAME> 223 <VALUE>all</VALUE> 224 </SELECTION> 225 <SELECTION> 226 <NAME>GeoMuni_exclude</NAME> 227 <VALUE>all</VALUE> 228 </SELECTION> 229 </SELECTIONS> 230 <CHART_NAMES> 231 <CHART_NAME>Pie</CHART_NAME> 232 </CHART_NAMES> 233 <DIMENSION_NAMES> 234 <DIMENSION_NAME>MomAgeGrpNoProxy</DIMENSION_NAME> 235 </DIMENSION_NAMES> 236 </EXCLUDE> 167 <EXCLUDE/> 237 168 </CRITERIA> 238 169 <DATA_SOURCE_NAMES> … … 251 182 <NAME>TotalFertRate</NAME> 252 183 <TITLE>Total Fertility Rate</TITLE> 253 <DESCRIPTION>The average number of children that would be born alive to a woman during her lifetime if she were to pass through the age-specific fertility rates ofa given year</DESCRIPTION>254 <MEASURE_TITLE_OVERRIDE>Total Fertility Rate per 1,000 </MEASURE_TITLE_OVERRIDE>184 <DESCRIPTION>The estimated number of births that a hypothetical group of 1,000 women would have over their lifetimes, based on age-specific birth rates in a given year</DESCRIPTION> 185 <MEASURE_TITLE_OVERRIDE>Total Fertility Rate per 1,000 Females Aged 10-49</MEASURE_TITLE_OVERRIDE> 255 186 <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME> 256 187 <DATASET_ANCILLARY_VALUES> … … 263 194 <DATASET_ANCILLARY_VALUE> 264 195 <ANCILLARY_VALUE_NAME>Numerator</ANCILLARY_VALUE_NAME> 265 <ANCILLARY_VALUE_LABEL> Expected Number of Live Births at Current Fertility Rates</ANCILLARY_VALUE_LABEL>266 </DATASET_ANCILLARY_VALUE> 267 <DATASET_ANCILLARY_VALUE> 268 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 269 <ANCILLARY_VALUE_LABEL> Estimated Number of Women Aged 15-44 in the Population</ANCILLARY_VALUE_LABEL>196 <ANCILLARY_VALUE_LABEL>Number of Live Births</ANCILLARY_VALUE_LABEL> 197 </DATASET_ANCILLARY_VALUE> 198 <DATASET_ANCILLARY_VALUE> 199 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 200 <ANCILLARY_VALUE_LABEL>Population Count Estimate of Females Aged 10-49</ANCILLARY_VALUE_LABEL> 270 201 </DATASET_ANCILLARY_VALUE> 271 202 </DATASET_ANCILLARY_VALUES> … … 275 206 <VALUE>TotalFertRate.def</VALUE> 276 207 </PARAMETER> 277 <!--PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> 278 <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER--> 279 <PARAMETER> 280 <NAME>data_where</NAME> 281 <VALUE>2<=magegrp<=8</VALUE> <!-- magegrp 2-8 is ages 15-44 --> 282 </PARAMETER> 283 <PARAMETER> 284 <NAME>pop_where</NAME> <!-- year limits added by MLB 8/28/08 because otherwise it pulls in the entire population file --> 285 <VALUE>2<=magegrp<=8 and sex=2</VALUE> <!-- magegrp 2-8 is ages 15-44 --> 286 </PARAMETER> 287 </PARAMETERS> 288 <CRITERIA> 289 <EXCLUDE> 290 <SECTION_NAMES> 291 <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME> 292 <SECTION_NAME>GeoMap</SECTION_NAME> 293 </SECTION_NAMES> 294 <SELECTIONS> 295 <SELECTION> 296 <NAME>GeoDist_exclude</NAME> 297 <VALUE>all</VALUE> 298 </SELECTION> 299 <SELECTION> 300 <NAME>GeoMuni_exclude</NAME> 301 <VALUE>all</VALUE> 302 </SELECTION> 303 </SELECTIONS> 304 <DIMENSION_NAMES> 305 <DIMENSION_NAME>MomAgeGrpNoProxy</DIMENSION_NAME> 306 </DIMENSION_NAMES> 307 <CHART_NAMES> 308 <CHART_NAME>Pie</CHART_NAME> 309 </CHART_NAMES> 310 </EXCLUDE> 208 <PARAMETER> 209 <NAME>pop_where</NAME> 210 <VALUE>1<=magegrp<=9 and sex=2</VALUE> <!-- magegrp 1-9 is ages 10-49 to match NCHS's calculation of TFR --> 211 </PARAMETER> 212 </PARAMETERS> 213 <CRITERIA> 214 <EXCLUDE/> 311 215 </CRITERIA> 312 216 <DATA_SOURCE_NAMES> … … 330 234 <SECTIONS> 331 235 <ibis:include href="section/Year2020.xml"/> 332 <ibis:include href="section/AgeGrpNoProxy.xml" /> <!-- fertility rates -->236 <ibis:include href="section/AgeGrpNoProxy.xml" configuration-name-list="FertRate"/> 333 237 <ibis:include href="section/RaceEth.xml"/> 334 <ibis:include href="section/GeoCoOnly.xml"/> <!-- added 5/30/08 by MLB because only using county, not muni or LHD --> 335 <!-- <ibis:include href="section/Geo.xml"/> commented out 5/30/08 by MLB because replaced by GeoCoOnly.xml --> 238 <ibis:include href="section/GeoCoOnly.xml"/> 336 239 </SECTIONS> 337 240 </CRITERIA> … … 343 246 <ibis:include href="dimension/YearGrp5.xml"/--> 344 247 345 <ibis:include href="dimension/MomAgeGrpNoProxy.xml" /> <!-- fertility rates -->346 347 <ibis:include href="dimension/RaceEthProxy.xml"/> <!-- added 5/28/08 by MLB -->248 <ibis:include href="dimension/MomAgeGrpNoProxy.xml" configuration-name-list="FertRate"/> 249 250 <ibis:include href="dimension/RaceEthProxy.xml"/> 348 251 <ibis:include href="dimension/MomRace.xml"/> 349 252 <ibis:include href="dimension/MomHisp.xml"/> … … 351 254 352 255 <ibis:include href="dimension/GeoProxy.xml"/> 353 <!--ibis:include href="dimension/GeoCntyOnly.xml"/--> <!--replaces GeoCnty.xml because that mentioned the PROXY-->354 256 <ibis:include href="dimension/GeoCnty.xml"/> 355 <!--<ibis:include href="dimension/GeoMuni.xml"/> muni rates are in BirthPopMuni.xml -->356 257 </DIMENSIONS> 258 259 <ibis:include href="data_viz/chartsNoPie.xml"/> 260 <ibis:include href="data_viz/maps.xml"/> 357 261 </QUERY_MODULE> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/BirthPopCntyBR.xml
r26755 r26945 27 27 <NAME>test</NAME> <VALUE>0</VALUE> 28 28 </PARAMETER> 29 < PARAMETER>29 <!--PARAMETER> 30 30 <NAME>data_where</NAME> 31 31 <VALUE>dnjcnty=1</VALUE> 32 </PARAMETER >32 </PARAMETER--> 33 33 <PARAMETER> 34 34 <NAME>data_where</NAME> … … 54 54 <TITLE>Birth Rate for the State and Counties</TITLE> 55 55 <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION> 56 <MEASURE_TITLE_OVERRIDE>Birth Rate per 1,000 </MEASURE_TITLE_OVERRIDE>56 <MEASURE_TITLE_OVERRIDE>Birth Rate per 1,000 Population</MEASURE_TITLE_OVERRIDE> 57 57 <MEASURE_NAME>RateBirth1K</MEASURE_NAME> 58 58 <DATASET_ANCILLARY_VALUES> … … 69 69 <DATASET_ANCILLARY_VALUE> 70 70 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 71 <ANCILLARY_VALUE_LABEL> Estimated Number of Men and Women in the Population</ANCILLARY_VALUE_LABEL>71 <ANCILLARY_VALUE_LABEL>Population Count Estimate</ANCILLARY_VALUE_LABEL> 72 72 </DATASET_ANCILLARY_VALUE> 73 73 </DATASET_ANCILLARY_VALUES> … … 81 81 </PARAMETERS> 82 82 <CRITERIA> 83 < EXCLUDE>83 <!--EXCLUDE> 84 84 <SECTION_NAMES> 85 85 <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME> … … 102 102 <CHART_NAME>Pie</CHART_NAME> 103 103 </CHART_NAMES> 104 </EXCLUDE >104 </EXCLUDE--> 105 105 </CRITERIA> 106 106 <DATA_SOURCE_NAMES> … … 119 119 <TITLE>Fertility Rate</TITLE> 120 120 <DESCRIPTION>Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate)</DESCRIPTION> 121 <MEASURE_TITLE_OVERRIDE>Fertility Rate per 1,000 </MEASURE_TITLE_OVERRIDE>121 <MEASURE_TITLE_OVERRIDE>Fertility Rate per 1,000 Female Population</MEASURE_TITLE_OVERRIDE> 122 122 <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME> 123 123 <DATASET_ANCILLARY_VALUES> … … 130 130 <DATASET_ANCILLARY_VALUE> 131 131 <ANCILLARY_VALUE_NAME>Numerator</ANCILLARY_VALUE_NAME> 132 <ANCILLARY_VALUE_LABEL>Number of Live Births to Women in the Specified Age Range</ANCILLARY_VALUE_LABEL>132 <ANCILLARY_VALUE_LABEL>Number of Live Births</ANCILLARY_VALUE_LABEL> 133 133 </DATASET_ANCILLARY_VALUE> 134 134 <DATASET_ANCILLARY_VALUE> 135 135 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 136 <ANCILLARY_VALUE_LABEL> Estimated Number of Women in the Specified Age Range</ANCILLARY_VALUE_LABEL>136 <ANCILLARY_VALUE_LABEL>Population Count Estimate of Females</ANCILLARY_VALUE_LABEL> 137 137 </DATASET_ANCILLARY_VALUE> 138 138 </DATASET_ANCILLARY_VALUES> … … 140 140 <PARAMETER> 141 141 <NAME>func</NAME> 142 <VALUE> FertRate.def</VALUE>142 <VALUE>BirthRate.def</VALUE> 143 143 </PARAMETER> 144 144 <!--PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> 145 145 <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER--> 146 146 <PARAMETER> 147 <NAME>pop_where</NAME> <!-- year limits added by MLB 8/28/08 because otherwise it pulls in the entire population file -->147 <NAME>pop_where</NAME> 148 148 <!--VALUE>2<=magegrp<=8 and sex=2</VALUE--> <!-- magegrp 2-8 is ages 15-44 --> 149 <VALUE>sex=2</VALUE> 149 150 </PARAMETER> 150 151 </PARAMETERS> 151 152 <CRITERIA> 152 < EXCLUDE>153 <!--EXCLUDE> 153 154 <SECTION_NAMES> 154 155 <SECTION_NAME>GeoMap</SECTION_NAME> … … 167 168 <CHART_NAME>Pie</CHART_NAME> 168 169 </CHART_NAMES> 169 </EXCLUDE >170 </EXCLUDE--> 170 171 </CRITERIA> 171 172 <DATA_SOURCE_NAMES> … … 183 184 <NAME>GeneralFertRate</NAME> 184 185 <TITLE>General Fertility Rate</TITLE> 185 <DESCRIPTION>Live Births per 1,000 Women of Child-bearing Age (Female Population Age 15-44)</DESCRIPTION>186 <MEASURE_TITLE_OVERRIDE>General Fertility Rate per 1,000 </MEASURE_TITLE_OVERRIDE>186 <DESCRIPTION>Live Births per 1,000 Females Aged 15-44</DESCRIPTION> 187 <MEASURE_TITLE_OVERRIDE>General Fertility Rate per 1,000 Females Aged 15-44</MEASURE_TITLE_OVERRIDE> 187 188 <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME> 188 189 <DATASET_ANCILLARY_VALUES> … … 199 200 <DATASET_ANCILLARY_VALUE> 200 201 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 201 <ANCILLARY_VALUE_LABEL> Estimated Number of Women Aged 15-44 in the Population</ANCILLARY_VALUE_LABEL>202 <ANCILLARY_VALUE_LABEL>Population Count Estimate of Females Aged 15-44</ANCILLARY_VALUE_LABEL> 202 203 </DATASET_ANCILLARY_VALUE> 203 204 </DATASET_ANCILLARY_VALUES> … … 205 206 <PARAMETER> 206 207 <NAME>func</NAME> 207 <VALUE> GeneralFertRate.def</VALUE>208 <VALUE>BirthRate.def</VALUE> 208 209 </PARAMETER> 209 210 <!--PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER> 210 211 <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER--> 211 212 <PARAMETER> 212 <NAME>pop_where</NAME> <!-- year limits added by MLB 8/28/08 because otherwise it pulls in the entire population file -->213 <NAME>pop_where</NAME> 213 214 <VALUE>2<=magegrp<=8 and sex=2</VALUE> <!-- magegrp 2-8 is ages 15-44 --> 214 215 </PARAMETER> 215 216 </PARAMETERS> 216 217 <CRITERIA> 217 < EXCLUDE>218 <!--EXCLUDE> 218 219 <SECTION_NAMES> 219 220 <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME> … … 236 237 <DIMENSION_NAME>MomAgeGrpNoProxy</DIMENSION_NAME> 237 238 </DIMENSION_NAMES> 238 </EXCLUDE >239 </EXCLUDE--> 239 240 </CRITERIA> 240 241 <DATA_SOURCE_NAMES> … … 252 253 <NAME>TotalFertRate</NAME> 253 254 <TITLE>Total Fertility Rate</TITLE> 254 <DESCRIPTION>The average number of children that would be born alive to a woman during her lifetime if she were to pass through the age-specific fertility rates ofa given year</DESCRIPTION>255 <MEASURE_TITLE_OVERRIDE>Total Fertility Rate per 1,000 </MEASURE_TITLE_OVERRIDE>255 <DESCRIPTION>The estimated number of births that a hypothetical group of 1,000 women would have over their lifetimes, based on age-specific birth rates in a given year</DESCRIPTION> 256 <MEASURE_TITLE_OVERRIDE>Total Fertility Rate per 1,000 Females Aged 10-49</MEASURE_TITLE_OVERRIDE> 256 257 <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME> 257 258 <DATASET_ANCILLARY_VALUES> … … 264 265 <DATASET_ANCILLARY_VALUE> 265 266 <ANCILLARY_VALUE_NAME>Numerator</ANCILLARY_VALUE_NAME> 266 <ANCILLARY_VALUE_LABEL> Expected Number of Live Births at Current Fertility Rates</ANCILLARY_VALUE_LABEL>267 <ANCILLARY_VALUE_LABEL>Number of Live Births</ANCILLARY_VALUE_LABEL> 267 268 </DATASET_ANCILLARY_VALUE> 268 269 <DATASET_ANCILLARY_VALUE> 269 270 <ANCILLARY_VALUE_NAME>Denominator</ANCILLARY_VALUE_NAME> 270 <ANCILLARY_VALUE_LABEL> Estimated Number of Women Aged 15-44 in the Population</ANCILLARY_VALUE_LABEL>271 <ANCILLARY_VALUE_LABEL>Population Count Estimate of Females Aged 10-49</ANCILLARY_VALUE_LABEL> 271 272 </DATASET_ANCILLARY_VALUE> 272 273 </DATASET_ANCILLARY_VALUES> … … 279 280 <PARAMETER> <NAME>small_pop</NAME> <VALUE>20</VALUE> </PARAMETER--> 280 281 <PARAMETER> 281 <NAME>data_where</NAME> 282 <VALUE>2<=magegrp<=8</VALUE> <!-- magegrp 2-8 is ages 15-44 --> 283 </PARAMETER> 284 <PARAMETER> 285 <NAME>pop_where</NAME> <!-- year limits added by MLB 8/28/08 because otherwise it pulls in the entire population file --> 286 <VALUE>2<=magegrp<=8 and sex=2</VALUE> <!-- magegrp 2-8 is ages 15-44 --> 282 <NAME>pop_where</NAME> 283 <VALUE>1<=magegrp<=9 and sex=2</VALUE> <!-- magegrp 1-9 is ages 10-49 to match NCHS's calculation of TFR --> 287 284 </PARAMETER> 288 285 </PARAMETERS> 289 286 <CRITERIA> 290 < EXCLUDE>287 <!--EXCLUDE> 291 288 <SECTION_NAMES> 292 289 <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME> … … 309 306 <CHART_NAME>Pie</CHART_NAME> 310 307 </CHART_NAMES> 311 </EXCLUDE >308 </EXCLUDE--> 312 309 </CRITERIA> 313 310 <DATA_SOURCE_NAMES> … … 330 327 <SECTIONS> 331 328 <ibis:include href="section/YearBR.xml"/> 332 <ibis:include href="section/AgeGrpNoProxy.xml" /> <!-- fertility rates -->329 <ibis:include href="section/AgeGrpNoProxy.xml" configuration-name-list="FertRate"/> 333 330 <ibis:include href="section/RaceEthBridged.xml"/> 334 <ibis:include href="section/GeoCoOnly.xml"/> <!-- added 5/30/08 by MLB because only using county, not muni or LHD -->331 <ibis:include href="section/GeoCoOnly.xml"/> 335 332 </SECTIONS> 336 333 </CRITERIA> … … 342 339 <ibis:include href="dimension/YearGrp5BR.xml"/> 343 340 344 <ibis:include href="dimension/MomAgeGrpNoProxy.xml" /> <!-- fertility rates -->345 346 <ibis:include href="dimension/RaceEthProxy.xml"/> <!-- added 5/28/08 by MLB -->341 <ibis:include href="dimension/MomAgeGrpNoProxy.xml" configuration-name-list="FertRate"/> 342 343 <ibis:include href="dimension/RaceEthProxy.xml"/> 347 344 <ibis:include href="dimension/MomBrRace.xml"/> 348 345 <ibis:include href="dimension/MomHisp.xml"/> … … 354 351 <!--<ibis:include href="dimension/GeoMuni.xml"/> muni rates are in BirthPopMuni.xml --> 355 352 </DIMENSIONS> 353 354 <ibis:include href="data_viz/chartsNoPie.xml"/> 355 <ibis:include href="data_viz/maps.xml"/> 356 356 </QUERY_MODULE> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/BirthPopMuni.xml
r26755 r26945 27 27 <NAME>test</NAME> <VALUE>0</VALUE> 28 28 </PARAMETER> 29 < PARAMETER>29 <!--PARAMETER> 30 30 <NAME>data_where</NAME> 31 31 <VALUE>dnjcnty=1</VALUE> 32 </PARAMETER >32 </PARAMETER--> 33 33 </PARAMETERS> 34 34 … … 47 47 <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION> 48 48 <!--DEFAULT_MAP_NAME>None</DEFAULT_MAP_NAME--> <!-- This makes map display default to "No Map." --> 49 <MEASURE_TITLE_OVERRIDE>Birth Rate per 1,000 </MEASURE_TITLE_OVERRIDE>49 <MEASURE_TITLE_OVERRIDE>Birth Rate per 1,000 Population</MEASURE_TITLE_OVERRIDE> 50 50 <MEASURE_NAME>RateBirth1K</MEASURE_NAME> 51 51 <DATASET_ANCILLARY_VALUES> … … 68 68 <PARAMETER> 69 69 <NAME>func</NAME> 70 <VALUE>BirthRate Muni.def</VALUE>70 <VALUE>BirthRate.def</VALUE> 71 71 </PARAMETER> 72 72 <!--PARAMETER> <NAME>small_num</NAME> <VALUE>20</VALUE> </PARAMETER--> … … 77 77 <ALL_FLAG/--> <!-- This removes the Map option from the query builder screen. --> 78 78 <!--/MAP_NAMES--> 79 < CHART_NAMES>79 <!--CHART_NAMES> 80 80 <CHART_NAME>Pie</CHART_NAME> 81 </CHART_NAMES >81 </CHART_NAMES--> 82 82 </EXCLUDE> 83 83 </CRITERIA> … … 116 116 <ibis:include href="dimension/GeoMuni.xml"/> 117 117 </DIMENSIONS> 118 119 <ibis:include href="data_viz/chartsNoPie.xml"/> 120 <ibis:include href="data_viz/maps.xml"/> 118 121 </QUERY_MODULE> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/BirthSelection.xml
r26550 r26945 37 37 <SELECTIONS> 38 38 <SELECTION> 39 <TITLE>Birth Rate - Statewide and Counties -2020-2021</TITLE>39 <TITLE>Birth Rate - Statewide and Counties: 2020-2021</TITLE> 40 40 <LOCAL_URL>query/builder/birth/BirthPopCnty/BirthRate.html</LOCAL_URL> 41 41 <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION> 42 42 </SELECTION> 43 43 <SELECTION> 44 <TITLE>Birth Rate - Statewide and Counties -1990-2019</TITLE>44 <TITLE>Birth Rate - Statewide and Counties: 1990-2019</TITLE> 45 45 <LOCAL_URL>query/builder/birth/BirthPopCntyBR/BirthRate.html</LOCAL_URL> 46 46 <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION> … … 54 54 </SELECTION> 55 55 <SELECTION> 56 <TITLE>Adolescent Birth Rates: 2020-2021</TITLE> 57 <DESCRIPTION>Live births to adolescents by age, race/ethnicity, and county, uses population counts in denominator.</DESCRIPTION> 58 <ibis:include href="help/AdolBirthRate.xml"/> 59 <SELECTIONS> 60 <TITLE>Select an age group</TITLE> 61 <SELECTION> 62 <TITLE>Adolescent Births, Ages 10-14</TITLE> 63 <LOCAL_URL>query/builder/birth/AdolBirth10_14Cnty/AdolBirth.html</LOCAL_URL> 64 <DESCRIPTION>Live Births per 1,000 Females Aged 10-14 in the Population</DESCRIPTION> 65 </SELECTION> 66 <SELECTION> 67 <TITLE>Adolescent Births, Ages 15-17</TITLE> 68 <LOCAL_URL>query/builder/birth/AdolBirth15_17Cnty/AdolBirth.html</LOCAL_URL> 69 <DESCRIPTION>Live Births per 1,000 Females Aged 15-17 in the Population</DESCRIPTION> 70 </SELECTION> 71 <SELECTION> 72 <TITLE>Adolescent Births, Ages 18-19</TITLE> 73 <LOCAL_URL>query/builder/birth/AdolBirth18_19Cnty/AdolBirth.html</LOCAL_URL> 74 <DESCRIPTION>Live Births per 1,000 Females Aged 18-19 in the Population</DESCRIPTION> 56 <TITLE>Fertility Rate</TITLE> 57 <DESCRIPTION></DESCRIPTION> 58 <ibis:include href="help/FertRate.xml"/> 59 <SELECTIONS> 60 <SELECTION> 61 <TITLE>Fertility Rate: 2020-2021</TITLE> 62 <LOCAL_URL>query/builder/birth/BirthPopCnty/FertRate.html</LOCAL_URL> 63 <DESCRIPTION>Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate)</DESCRIPTION> 64 </SELECTION> 65 <SELECTION> 66 <TITLE>Fertility Rate: 1990-2019</TITLE> 67 <LOCAL_URL>query/builder/birth/BirthPopCntyBR/FertRate.html</LOCAL_URL> 68 <DESCRIPTION>Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate)</DESCRIPTION> 75 69 </SELECTION> 76 70 </SELECTIONS> 77 71 </SELECTION> 78 72 <SELECTION> 79 <TITLE>Adolescent Birth Rates: 1990-2019</TITLE> 80 <DESCRIPTION>Live births to adolescents by age, race/ethnicity, and county, uses population counts in denominator.</DESCRIPTION> 81 <ibis:include href="help/AdolBirthRate.xml"/> 82 <SELECTIONS> 83 <TITLE>Select an age group</TITLE> 84 <SELECTION> 85 <TITLE>Adolescent Births, Ages 10-14</TITLE> 86 <LOCAL_URL>query/builder/birth/AdolBirth10_14CoBR/AdolBirth.html</LOCAL_URL> 87 <DESCRIPTION>Live Births per 1,000 Females Aged 10-14 in the Population</DESCRIPTION> 88 </SELECTION> 89 <SELECTION> 90 <TITLE>Adolescent Births, Ages 15-17</TITLE> 91 <LOCAL_URL>query/builder/birth/AdolBirth15_17CoBR/AdolBirth.html</LOCAL_URL> 92 <DESCRIPTION>Live Births per 1,000 Females Aged 15-17 in the Population</DESCRIPTION> 93 </SELECTION> 94 <SELECTION> 95 <TITLE>Adolescent Births, Ages 18-19</TITLE> 96 <LOCAL_URL>query/builder/birth/AdolBirth18_19CoBR/AdolBirth.html</LOCAL_URL> 97 <DESCRIPTION>Live Births per 1,000 Females Aged 18-19 in the Population</DESCRIPTION> 73 <TITLE>General Fertility Rate</TITLE> 74 <DESCRIPTION></DESCRIPTION> 75 <ibis:include href="help/GeneralFertRate.xml"/> 76 <SELECTIONS> 77 <SELECTION> 78 <TITLE>General Fertility Rate: 2020-2021</TITLE> 79 <LOCAL_URL>query/builder/birth/BirthPopCnty/GeneralFertRate.html</LOCAL_URL> 80 <DESCRIPTION>Live Births per 1,000 Women of Childbearing Age (Female Population Age 15-44)</DESCRIPTION> 81 </SELECTION> 82 <SELECTION> 83 <TITLE>General Fertility Rate: 1990-2019</TITLE> 84 <LOCAL_URL>query/builder/birth/BirthPopCntyBR/GeneralFertRate.html</LOCAL_URL> 85 <DESCRIPTION>Live Births per 1,000 Women of Childbearing Age (Female Population Age 15-44)</DESCRIPTION> 98 86 </SELECTION> 99 87 </SELECTIONS> 100 88 </SELECTION> 101 89 <SELECTION> 102 <TITLE> Fertility Rates: 2020-2021</TITLE>90 <TITLE>Total Fertility Rate</TITLE> 103 91 <DESCRIPTION></DESCRIPTION> 104 <SELECTIONS> 105 <SELECTION> 106 <TITLE>Fertility Rate</TITLE> 107 <LOCAL_URL>query/builder/birth/BirthPopCnty/FertRate.html</LOCAL_URL> 108 <DESCRIPTION>Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate)</DESCRIPTION> 109 <ibis:include href="help/FertRate.xml"/> 110 </SELECTION> 111 <SELECTION> 112 <TITLE>General Fertility Rate</TITLE> 113 <LOCAL_URL>query/builder/birth/BirthPopCnty/GeneralFertRate.html</LOCAL_URL> 114 <DESCRIPTION>Live Births per 1,000 Women of Childbearing Age (Female Population Age 15-44)</DESCRIPTION> 115 <ibis:include href="help/GeneralFertRate.xml"/> 116 </SELECTION> 117 <SELECTION> 118 <TITLE>Total Fertility Rate</TITLE> 92 <ibis:include href="help/TotalFertRate.xml"/> 93 <SELECTIONS> 94 <SELECTION> 95 <TITLE>Total Fertility Rate: 2020-2021</TITLE> 119 96 <LOCAL_URL>query/builder/birth/BirthPopCnty/TotalFertRate.html</LOCAL_URL> 120 97 <DESCRIPTION>The average number of children that would be born alive to 1,000 woman during their lifetime if they were to pass through the age-specific fertility rates of a given year</DESCRIPTION> 121 <ibis:include href="help/TotalFertRate.xml"/> 122 </SELECTION> 123 </SELECTIONS> 124 </SELECTION> 125 <SELECTION> 126 <TITLE>Fertility Rates: 1990-2019</TITLE> 127 <DESCRIPTION></DESCRIPTION> 128 <SELECTIONS> 129 <SELECTION> 130 <TITLE>Fertility Rate</TITLE> 131 <LOCAL_URL>query/builder/birth/BirthPopCntyBR/FertRate.html</LOCAL_URL> 132 <DESCRIPTION>Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate)</DESCRIPTION> 133 <ibis:include href="help/FertRate.xml"/> 134 </SELECTION> 135 <SELECTION> 136 <TITLE>General Fertility Rate</TITLE> 137 <LOCAL_URL>query/builder/birth/BirthPopCntyBR/GeneralFertRate.html</LOCAL_URL> 138 <DESCRIPTION>Live Births per 1,000 Women of Childbearing Age (Female Population Age 15-44)</DESCRIPTION> 139 <ibis:include href="help/GeneralFertRate.xml"/> 140 </SELECTION> 141 <SELECTION> 142 <TITLE>Total Fertility Rate</TITLE> 98 </SELECTION> 99 <SELECTION> 100 <TITLE>Total Fertility Rate: 1990-2019</TITLE> 143 101 <LOCAL_URL>query/builder/birth/BirthPopCntyBR/TotalFertRate.html</LOCAL_URL> 144 102 <DESCRIPTION>The average number of children that would be born alive to 1,000 woman during their lifetime if they were to pass through the age-specific fertility rates of a given year</DESCRIPTION> 145 <ibis:include href="help/TotalFertRate.xml"/>146 103 </SELECTION> 147 104 </SELECTIONS> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/data_issue/BirthPreEBC.xml
r21634 r26945 6 6 <TEXT>Reporting of some items was incomplete or not collected at all in the early 1990s, 7 7 therefore all data for those items are shown as Unknown in those years. 8 <br/><br/>8 [[br]][[br]] 9 9 2014 and 2015 were transitional years in New Jersey birth data collection as the old Electronic Birth Certificate (EBC) system was retired and the new Vital Information Platform (VIP) was rolled out in hospitals across the state over a one year period from July 2014 through June 2015. Several birth certificate items are collected differently in the VIP than they were in the EBC and are not directly comparable between the old and the new, therefore all data for those items that were collected through the VIP are shown as Unknown in those years.</TEXT> 10 10 </DATA_ISSUE> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/dimension/MomRE.xml
r26684 r26945 4 4 <NAME>MomRE</NAME> 5 5 <TITLE>Race/ethnicity combined</TITLE> <!-- defines what is in parentheses on section bar since R/E is default. Also defines col/row header.--> 6 <PROXY_DIMENSION_NAME>RaceEthProxy</PROXY_DIMENSION_NAME> <!-- added 5/28/08 by MLB -->6 <PROXY_DIMENSION_NAME>RaceEthProxy</PROXY_DIMENSION_NAME> 7 7 <VALUES> 8 8 <VALUE>1<TITLE>White, non-Hispanic</TITLE><SORT_ORDER>1</SORT_ORDER></VALUE> … … 10 10 <VALUE>3<TITLE>Hispanic (of any race)</TITLE><SORT_ORDER>3</SORT_ORDER></VALUE> 11 11 <VALUE>4<TITLE>Asian, non-Hispanic</TITLE><SORT_ORDER>4</SORT_ORDER></VALUE> 12 <VALUE>5<TITLE>Native Hawaiian/Pacific Islander, non-Hispanic *</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER>5</SORT_ORDER></VALUE>13 <VALUE>6<TITLE>American Indian/Alaska Native, non-Hispanic *</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER>6</SORT_ORDER></VALUE>14 <VALUE>7<TITLE>Other Single Race, non-Hispanic *</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER></SORT_ORDER>7</VALUE>15 <VALUE>8<TITLE>Two or More Races, non-Hispanic *</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER></SORT_ORDER>8</VALUE>16 <VALUE>9<TITLE>Unknown</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER> </SORT_ORDER>9</VALUE>12 <VALUE>5<TITLE>Native Hawaiian/Pacific Islander, non-Hispanic</TITLE><SORT_ORDER>5</SORT_ORDER></VALUE> 13 <VALUE>6<TITLE>American Indian/Alaska Native, non-Hispanic</TITLE><SORT_ORDER>6</SORT_ORDER></VALUE> 14 <VALUE>7<TITLE>Other Single Race, non-Hispanic</TITLE><SORT_ORDER>7</SORT_ORDER></VALUE> 15 <VALUE>8<TITLE>Two or More Races, non-Hispanic</TITLE><SORT_ORDER>8</SORT_ORDER></VALUE> 16 <VALUE>9<TITLE>Unknown</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER>9</SORT_ORDER></VALUE> 17 17 <VALUE>.<TITLE>Total</TITLE><NOT_SELECTABLE_FLAG/></VALUE> 18 18 </VALUES> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/dimension/MomRace.xml
r26684 r26945 9 9 <VALUE>2<TITLE>Black or African American</TITLE><SORT_ORDER>2</SORT_ORDER></VALUE> 10 10 <VALUE>3<TITLE>Asian</TITLE><SORT_ORDER>3</SORT_ORDER></VALUE> 11 <VALUE>4<TITLE>Native Hawaiian/Pacific Islander</TITLE>< NOT_SELECTABLE_FLAG/><SORT_ORDER>4</SORT_ORDER></VALUE>12 <VALUE>5<TITLE>American Indian/Alaska Native</TITLE>< NOT_SELECTABLE_FLAG/><SORT_ORDER>5</SORT_ORDER></VALUE>13 <VALUE>6<TITLE>Other Single Race</TITLE>< NOT_SELECTABLE_FLAG/><SORT_ORDER>6</SORT_ORDER></VALUE>14 <VALUE>8<TITLE>Two or More Races</TITLE>< NOT_SELECTABLE_FLAG/><SORT_ORDER>8</SORT_ORDER></VALUE>11 <VALUE>4<TITLE>Native Hawaiian/Pacific Islander</TITLE><SORT_ORDER>4</SORT_ORDER></VALUE> 12 <VALUE>5<TITLE>American Indian/Alaska Native</TITLE><SORT_ORDER>5</SORT_ORDER></VALUE> 13 <VALUE>6<TITLE>Other Single Race</TITLE><SORT_ORDER>6</SORT_ORDER></VALUE> 14 <VALUE>8<TITLE>Two or More Races</TITLE><SORT_ORDER>8</SORT_ORDER></VALUE> 15 15 <VALUE>9<TITLE>Unknown</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER>9</SORT_ORDER></VALUE> 16 16 <VALUE>.<TITLE>Total</TITLE><NOT_SELECTABLE_FLAG/></VALUE> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/help/BirthRate.xml
r16412 r26945 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!--updated Aug 2, 2005-->4 3 <HELP> 5 4 <TITLE>Birth Rate</TITLE> 6 <TEXT> Birth rate is the number of live births per 1,000 persons in the population.</TEXT>5 <TEXT>Live births per 1,000 population (male and female)</TEXT> 7 6 </HELP> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/help/FertRate.xml
r16412 r26945 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!--updated August 2, 2005-->4 3 <HELP> 5 4 <TITLE>Fertility Rate</TITLE> 6 <TEXT> Fertility Rate: Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate)</TEXT>7 <TEXT> Age-Specific Fertility Rate: The number of live births to women in a certain age group, per 1,000 women in that age group.8 e.g., Live births to adolescent mothers per 1,000 adolescent girls of the same agein the population.</TEXT>5 <TEXT>Live births per 1,000 females</TEXT> 6 <TEXT>'''Age-Specific Fertility Rate''': Live births to women in a certain age group, per 1,000 women in that age group. 7 e.g., Live births to teen mothers aged 15-17 per 1,000 girls aged 15-17 in the population.</TEXT> 9 8 </HELP> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/help/GeneralFertRate.xml
r16412 r26945 3 3 <HELP> 4 4 <TITLE>General Fertility Rate</TITLE> 5 <TEXT>The general fertility rate is the number of live births per 1,000 females of childbearing age between the ages of 15-44 years. 6 (The age range used can vary, depending on who is reporting the information. So it is important to note what age range is being used 7 if you plan to compare these rates with those in other reports).</TEXT> 5 <TEXT>Live births per 1,000 females aged 15-44.</TEXT> 8 6 </HELP> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/help/TotalFertRate.xml
r16412 r26945 3 3 <HELP> 4 4 <TITLE>Total Fertility Rate</TITLE> 5 < ibis:include href="../text/TotalFertRate.xml" xmlns:ibis="http://www.ibisph.org"/>5 <TEXT>Sum of the age-specific birth rates of women in five-year age groups multiplied by five. TFR estimates the number of children a cohort of 1,000 women would bear if they all went through their childbearing years exposed to the same age-specific birth rates in effect for a particular time.</TEXT> 6 6 </HELP> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/text/BirthRate.xml
r26772 r26945 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!--updated Aug 2, 2005--> 4 <TEXT>Birth rate is the number of live births per 1,000 persons in the population. All data shown are for New Jersey residents regardless of where the birth occurred.</TEXT> 3 <TEXT>Birth rate is the number of live births per 1,000 persons in the population. 4 [[br]][[br]] 5 All data shown are for New Jersey residents regardless of where the birth occurred.</TEXT> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/text/FertRate.xml
r26497 r26945 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 < !--updated August 2, 2005-->4 <TEXT>Fertility Rate: Live Births per 1,000 Female Population (Limit mother's age for age-specific fertility rate).5 Age Specific Fertility Rate: The number of live births to women in a certain age group, 6 per 1,000 women in that age group. 7 e.g., Live births to adolescent mothers per 1,000 females of the same age in the 8 New Jersey population.</TEXT>3 <TEXT> 4 '''Fertility Rate''': Live births per 1,000 female population. 5 [[br]] 6 '''Age Specific Fertility Rate''': The number of live births to women in a certain age group, per 1,000 women in that age group. For example, live births to teen mothers aged 15-19 per 1,000 females aged 15-19 in the population. 7 [[br]][[br]] 8 All data shown are for New Jersey residents regardless of where the birth occurred.</TEXT> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/text/GeneralFertRate.xml
r26497 r26945 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <TEXT>The general fertility rate is the number of live births per 1,000 females of childbearing age (15-44 years).</TEXT> 3 <TEXT>The general fertility rate is the number of live births per 1,000 females aged 15-44 in the population. 4 [[br]][[br]] 5 All data shown are for New Jersey residents regardless of where the birth occurred.</TEXT> -
adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/text/TotalFertRate.xml
r16412 r26945 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <TEXT>The total fertility rate is the sum of the age-specific birth rates of women in five-year age groups 4 multiplied by five. This rate estimates the number of children a cohort of 1,000 women would bear if they 5 all went through their childbearing years exposed to the same age-specific birth rates in effect for a 6 particular time.</TEXT> 3 <TEXT>The total fertility rate (TFR) is the sum of the age-specific birth rates of women in five-year age groups 4 multiplied by five. (Birth rates for mothers aged 45 and over are computed by relating those births to women aged 45-49.) The TFR estimates the number of children a cohort of 1,000 women would bear if they all went through their childbearing years exposed to the same age-specific birth rates in effect for a particular time. Because it is calculated from age-specific birth rates, TFR is age-adjusted and can be compared for populations across time, population groups, and geographic areas. 5 [[br]][[br]] 6 All data shown are for New Jersey residents regardless of where the birth occurred. 7 </TEXT>
Note: See TracChangeset
for help on using the changeset viewer.