Changeset 26945 in main


Ignore:
Timestamp:
03/09/23 13:55:48 (3 weeks ago)
Author:
Maria Baron
Message:

birth count and rates modules

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  
    1919                <PARAMETER>
    2020                        <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> 
    2222                </PARAMETER>
    2323                <PARAMETER>
     
    2626                <PARAMETER>
    2727                        <NAME>test</NAME> <VALUE>0</VALUE>
    28                 </PARAMETER>
    29                 <PARAMETER>
    30                         <NAME>data_where</NAME>
    31                         <VALUE>dnjcnty=1</VALUE>
    3228                </PARAMETER>
    3329                <PARAMETER>
     
    5046                        <TITLE>Birth Rate for the State and Counties</TITLE>
    5147                        <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>
    5349                        <MEASURE_NAME>RateBirth1K</MEASURE_NAME>
    5450                        <DATASET_ANCILLARY_VALUES>
     
    6561                                <DATASET_ANCILLARY_VALUE>
    6662                                        <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>
    6864                                </DATASET_ANCILLARY_VALUE>
    6965                        </DATASET_ANCILLARY_VALUES>
     
    7369                                        <VALUE>BirthRate.def</VALUE>
    7470                                </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/>
    10174                        </CRITERIA>
    10275                        <DATA_SOURCE_NAMES>
     
    11689                        <TITLE>Fertility Rate</TITLE>
    11790                        <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>
    11992                        <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME>
    12093                        <DATASET_ANCILLARY_VALUES>
     
    127100                                <DATASET_ANCILLARY_VALUE>
    128101                                        <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&lt;=magegrp&lt;=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/>
    167121                        </CRITERIA>
    168122                        <DATA_SOURCE_NAMES>
     
    181135                        <NAME>GeneralFertRate</NAME>
    182136                        <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>
    185139                        <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME>
    186140                        <DATASET_ANCILLARY_VALUES>
     
    197151                                <DATASET_ANCILLARY_VALUE>
    198152                                        <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> 
    211163                                        <VALUE>2&lt;=magegrp&lt;=8 and sex=2</VALUE> <!-- magegrp 2-8 is ages 15-44 -->
    212164                                </PARAMETER>
    213165                        </PARAMETERS>
    214166                        <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/>
    237168                        </CRITERIA>
    238169                        <DATA_SOURCE_NAMES>
     
    251182                        <NAME>TotalFertRate</NAME>
    252183                        <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 of a 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>
    255186                        <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME>
    256187                        <DATASET_ANCILLARY_VALUES>
     
    263194                                <DATASET_ANCILLARY_VALUE>
    264195                                        <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>
    270201                                </DATASET_ANCILLARY_VALUE>
    271202                        </DATASET_ANCILLARY_VALUES>
     
    275206                                        <VALUE>TotalFertRate.def</VALUE>
    276207                                </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&lt;=magegrp&lt;=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&lt;=magegrp&lt;=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&lt;=magegrp&lt;=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/>
    311215                        </CRITERIA>
    312216                        <DATA_SOURCE_NAMES>
     
    330234                <SECTIONS>
    331235                        <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"/>     
    333237                        <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"/>
    336239                </SECTIONS>
    337240        </CRITERIA>
     
    343246                <ibis:include href="dimension/YearGrp5.xml"/--> 
    344247
    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"/>       
    348251                <ibis:include href="dimension/MomRace.xml"/>
    349252                <ibis:include href="dimension/MomHisp.xml"/>
     
    351254
    352255                <ibis:include href="dimension/GeoProxy.xml"/>
    353                 <!--ibis:include href="dimension/GeoCntyOnly.xml"/-->   <!--replaces GeoCnty.xml because that mentioned the PROXY-->
    354256                <ibis:include href="dimension/GeoCnty.xml"/>   
    355                 <!--<ibis:include href="dimension/GeoMuni.xml"/>        muni rates are in BirthPopMuni.xml -->
    356257        </DIMENSIONS>
     258       
     259        <ibis:include href="data_viz/chartsNoPie.xml"/>
     260        <ibis:include href="data_viz/maps.xml"/>
    357261</QUERY_MODULE>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/BirthPopCntyBR.xml

    r26755 r26945  
    2727                        <NAME>test</NAME> <VALUE>0</VALUE>
    2828                </PARAMETER>
    29                 <PARAMETER>
     29                <!--PARAMETER>
    3030                        <NAME>data_where</NAME>
    3131                        <VALUE>dnjcnty=1</VALUE>
    32                 </PARAMETER>
     32                </PARAMETER-->
    3333                <PARAMETER>
    3434                        <NAME>data_where</NAME>
     
    5454                        <TITLE>Birth Rate for the State and Counties</TITLE>
    5555                        <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>
    5757                        <MEASURE_NAME>RateBirth1K</MEASURE_NAME>
    5858                        <DATASET_ANCILLARY_VALUES>
     
    6969                                <DATASET_ANCILLARY_VALUE>
    7070                                        <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>
    7272                                </DATASET_ANCILLARY_VALUE>
    7373                        </DATASET_ANCILLARY_VALUES>
     
    8181                        </PARAMETERS>
    8282                        <CRITERIA>
    83                                 <EXCLUDE>
     83                                <!--EXCLUDE>
    8484                                        <SECTION_NAMES>
    8585                                                <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME>
     
    102102                                                <CHART_NAME>Pie</CHART_NAME>
    103103                                        </CHART_NAMES>
    104                                 </EXCLUDE>
     104                                </EXCLUDE-->
    105105                        </CRITERIA>
    106106                        <DATA_SOURCE_NAMES>
     
    119119                        <TITLE>Fertility Rate</TITLE>
    120120                        <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>
    122122                        <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME>
    123123                        <DATASET_ANCILLARY_VALUES>
     
    130130                                <DATASET_ANCILLARY_VALUE>
    131131                                        <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>
    133133                                </DATASET_ANCILLARY_VALUE>
    134134                                <DATASET_ANCILLARY_VALUE>
    135135                                        <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>
    137137                                </DATASET_ANCILLARY_VALUE>
    138138                        </DATASET_ANCILLARY_VALUES>
     
    140140                                <PARAMETER>
    141141                                        <NAME>func</NAME>
    142                                         <VALUE>FertRate.def</VALUE>
     142                                        <VALUE>BirthRate.def</VALUE>
    143143                                </PARAMETER>
    144144                                <!--PARAMETER>  <NAME>small_num</NAME>  <VALUE>20</VALUE>       </PARAMETER>
    145145                                <PARAMETER>     <NAME>small_pop</NAME>  <VALUE>20</VALUE>       </PARAMETER-->
    146146                                <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>
    148148                                        <!--VALUE>2&lt;=magegrp&lt;=8 and sex=2</VALUE--> <!-- magegrp 2-8 is ages 15-44 -->
     149                                        <VALUE>sex=2</VALUE>
    149150                                </PARAMETER>
    150151                        </PARAMETERS>
    151152                        <CRITERIA>
    152                                 <EXCLUDE>
     153                                <!--EXCLUDE>
    153154                                        <SECTION_NAMES>
    154155                                                <SECTION_NAME>GeoMap</SECTION_NAME>
     
    167168                                                <CHART_NAME>Pie</CHART_NAME>
    168169                                        </CHART_NAMES>
    169                                 </EXCLUDE>
     170                                </EXCLUDE-->
    170171                        </CRITERIA>
    171172                        <DATA_SOURCE_NAMES>
     
    183184                        <NAME>GeneralFertRate</NAME>
    184185                        <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>
    187188                        <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME>
    188189                        <DATASET_ANCILLARY_VALUES>
     
    199200                                <DATASET_ANCILLARY_VALUE>
    200201                                        <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>
    202203                                </DATASET_ANCILLARY_VALUE>
    203204                        </DATASET_ANCILLARY_VALUES>
     
    205206                                <PARAMETER>
    206207                                        <NAME>func</NAME>
    207                                         <VALUE>GeneralFertRate.def</VALUE>
     208                                        <VALUE>BirthRate.def</VALUE>
    208209                                </PARAMETER>
    209210                                <!--PARAMETER>  <NAME>small_num</NAME>  <VALUE>20</VALUE>       </PARAMETER>
    210211                                <PARAMETER>     <NAME>small_pop</NAME>  <VALUE>20</VALUE>       </PARAMETER-->
    211212                                <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>
    213214                                        <VALUE>2&lt;=magegrp&lt;=8 and sex=2</VALUE> <!-- magegrp 2-8 is ages 15-44 -->
    214215                                </PARAMETER>
    215216                        </PARAMETERS>
    216217                        <CRITERIA>
    217                                 <EXCLUDE>
     218                                <!--EXCLUDE>
    218219                                        <SECTION_NAMES>
    219220                                                <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME>
     
    236237                                                <DIMENSION_NAME>MomAgeGrpNoProxy</DIMENSION_NAME>
    237238                                        </DIMENSION_NAMES>
    238                                 </EXCLUDE>
     239                                </EXCLUDE-->
    239240                        </CRITERIA>
    240241                        <DATA_SOURCE_NAMES>
     
    252253                        <NAME>TotalFertRate</NAME>
    253254                        <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 of a 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>
    256257                        <MEASURE_NAME>RateBirth1KFem</MEASURE_NAME>
    257258                        <DATASET_ANCILLARY_VALUES>
     
    264265                                <DATASET_ANCILLARY_VALUE>
    265266                                        <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>
    267268                                </DATASET_ANCILLARY_VALUE>
    268269                                <DATASET_ANCILLARY_VALUE>
    269270                                        <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>
    271272                                </DATASET_ANCILLARY_VALUE>
    272273                        </DATASET_ANCILLARY_VALUES>
     
    279280                                <PARAMETER>     <NAME>small_pop</NAME>  <VALUE>20</VALUE>       </PARAMETER-->
    280281                                <PARAMETER>
    281                                         <NAME>data_where</NAME>
    282                                         <VALUE>2&lt;=magegrp&lt;=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&lt;=magegrp&lt;=8 and sex=2</VALUE> <!-- magegrp 2-8 is ages 15-44 -->
     282                                        <NAME>pop_where</NAME> 
     283                                        <VALUE>1&lt;=magegrp&lt;=9 and sex=2</VALUE> <!-- magegrp 1-9 is ages 10-49 to match NCHS's calculation of TFR -->
    287284                                </PARAMETER>
    288285                        </PARAMETERS>
    289286                        <CRITERIA>
    290                                 <EXCLUDE>
     287                                <!--EXCLUDE>
    291288                                        <SECTION_NAMES>
    292289                                                <SECTION_NAME>AgeGrpNoProxy</SECTION_NAME>
     
    309306                                                <CHART_NAME>Pie</CHART_NAME>
    310307                                        </CHART_NAMES>
    311                                 </EXCLUDE>
     308                                </EXCLUDE-->
    312309                        </CRITERIA>
    313310                        <DATA_SOURCE_NAMES>
     
    330327                <SECTIONS>
    331328                        <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"/>     
    333330                        <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"/>
    335332                </SECTIONS>
    336333        </CRITERIA>
     
    342339                <ibis:include href="dimension/YearGrp5BR.xml"/> 
    343340
    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"/>       
    347344                <ibis:include href="dimension/MomBrRace.xml"/>
    348345                <ibis:include href="dimension/MomHisp.xml"/>
     
    354351                <!--<ibis:include href="dimension/GeoMuni.xml"/>        muni rates are in BirthPopMuni.xml -->
    355352        </DIMENSIONS>
     353       
     354        <ibis:include href="data_viz/chartsNoPie.xml"/>
     355        <ibis:include href="data_viz/maps.xml"/>
    356356</QUERY_MODULE>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/BirthPopMuni.xml

    r26755 r26945  
    2727                        <NAME>test</NAME> <VALUE>0</VALUE>
    2828                </PARAMETER>
    29                 <PARAMETER>
     29                <!--PARAMETER>
    3030                        <NAME>data_where</NAME>
    3131                        <VALUE>dnjcnty=1</VALUE>
    32                 </PARAMETER>
     32                </PARAMETER-->
    3333        </PARAMETERS>
    3434
     
    4747                        <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION>
    4848                        <!--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>
    5050                        <MEASURE_NAME>RateBirth1K</MEASURE_NAME>
    5151                        <DATASET_ANCILLARY_VALUES>
     
    6868                                <PARAMETER>
    6969                                        <NAME>func</NAME>
    70                                         <VALUE>BirthRateMuni.def</VALUE>
     70                                        <VALUE>BirthRate.def</VALUE>
    7171                                </PARAMETER>
    7272                                <!--PARAMETER>  <NAME>small_num</NAME>  <VALUE>20</VALUE>       </PARAMETER-->
     
    7777                                                <ALL_FLAG/--> <!-- This removes the Map option from the query builder screen. -->
    7878                                        <!--/MAP_NAMES-->
    79                                         <CHART_NAMES>
     79                                        <!--CHART_NAMES>
    8080                                                <CHART_NAME>Pie</CHART_NAME>
    81                                         </CHART_NAMES>
     81                                        </CHART_NAMES-->
    8282                                </EXCLUDE>
    8383                        </CRITERIA>
     
    116116                <ibis:include href="dimension/GeoMuni.xml"/>
    117117        </DIMENSIONS>
     118       
     119        <ibis:include href="data_viz/chartsNoPie.xml"/>
     120        <ibis:include href="data_viz/maps.xml"/>
    118121</QUERY_MODULE>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/BirthSelection.xml

    r26550 r26945  
    3737                                                <SELECTIONS>
    3838                                                        <SELECTION>
    39                                                                 <TITLE>Birth Rate - Statewide and Counties - 2020-2021</TITLE>
     39                                                                <TITLE>Birth Rate - Statewide and Counties: 2020-2021</TITLE>
    4040                                                                <LOCAL_URL>query/builder/birth/BirthPopCnty/BirthRate.html</LOCAL_URL>
    4141                                                                <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION>
    4242                                                        </SELECTION>
    4343                                                        <SELECTION>
    44                                                                 <TITLE>Birth Rate - Statewide and Counties - 1990-2019</TITLE>
     44                                                                <TITLE>Birth Rate - Statewide and Counties: 1990-2019</TITLE>
    4545                                                                <LOCAL_URL>query/builder/birth/BirthPopCntyBR/BirthRate.html</LOCAL_URL>
    4646                                                                <DESCRIPTION>Live Births per 1,000 Population (Males and Females)</DESCRIPTION>
     
    5454                                </SELECTION>
    5555                                <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>
    7569                                                </SELECTION>
    7670                                        </SELECTIONS>   
    7771                                </SELECTION>   
    7872                                <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>
    9886                                                </SELECTION>
    9987                                        </SELECTIONS>   
    10088                                </SELECTION>   
    10189                                <SELECTION>     
    102                                         <TITLE>Fertility Rates: 2020-2021</TITLE>
     90                                        <TITLE>Total Fertility Rate</TITLE>
    10391                                        <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>
    11996                                                        <LOCAL_URL>query/builder/birth/BirthPopCnty/TotalFertRate.html</LOCAL_URL>
    12097                                                        <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>
    143101                                                        <LOCAL_URL>query/builder/birth/BirthPopCntyBR/TotalFertRate.html</LOCAL_URL>
    144102                                                        <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"/>
    146103                                                </SELECTION>
    147104                                        </SELECTIONS>   
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/data_issue/BirthPreEBC.xml

    r21634 r26945  
    66        <TEXT>Reporting of some items was incomplete or not collected at all in the early 1990s,
    77        therefore all data for those items are shown as Unknown in those years.
    8         <br/><br/>
     8        [[br]][[br]]
    99        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>
    1010</DATA_ISSUE>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/dimension/MomRE.xml

    r26684 r26945  
    44        <NAME>MomRE</NAME>
    55        <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>
    77        <VALUES>
    88                <VALUE>1<TITLE>White, non-Hispanic</TITLE><SORT_ORDER>1</SORT_ORDER></VALUE>
     
    1010                <VALUE>3<TITLE>Hispanic (of any race)</TITLE><SORT_ORDER>3</SORT_ORDER></VALUE>
    1111                <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>
    1717                <VALUE>.<TITLE>Total</TITLE><NOT_SELECTABLE_FLAG/></VALUE>
    1818        </VALUES>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/dimension/MomRace.xml

    r26684 r26945  
    99                <VALUE>2<TITLE>Black or African American</TITLE><SORT_ORDER>2</SORT_ORDER></VALUE>
    1010                <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>
    1515                <VALUE>9<TITLE>Unknown</TITLE><NOT_SELECTABLE_FLAG/><SORT_ORDER>9</SORT_ORDER></VALUE>
    1616                <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  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!--updated Aug 2, 2005-->
    43<HELP>
    54        <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>
    76</HELP>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/help/FertRate.xml

    r16412 r26945  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!--updated August 2, 2005-->
    43<HELP>
    54        <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 age in 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>
    98</HELP>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/help/GeneralFertRate.xml

    r16412 r26945  
    33<HELP>
    44        <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>
    86</HELP>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/help/TotalFertRate.xml

    r16412 r26945  
    33<HELP>
    44        <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>
    66</HELP>
  • adopters/nj/branches/3.0/src/main/webapps/doh-shad-content/xml/query/module/birth/text/BirthRate.xml

    r26772 r26945  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    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]]
     5All 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  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    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]]   
     8All 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  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    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]]
     5All 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  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    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
     4multiplied 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]]
     6All 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.