The DHS Program User Forum
Discussions regarding The DHS Program data and results
Home » Data » Dataset use in Stata » Antenatal care from medically trained provider
Antenatal care from medically trained provider [message #12222] Wed, 12 April 2017 15:26 Go to next message
sumonrupop is currently offline  sumonrupop
Messages: 23
Registered: August 2015
Location: Rajshahi
Member

I need the percentage of mother that received antenatal care from a medically trained provider from BDHS 2014(only for last birth and three years proceeding the survey.

Is anyone help me to clarify those facts or share a general code for BDHS 2014. Thanks in advance.


Md. Nuruzzaman Khan
Re: Antenatal care from medically trained provider [message #12229 is a reply to message #12222] Thu, 13 April 2017 10:24 Go to previous messageGo to next message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3013
Registered: February 2013
Senior Member

Following is a response from DHS Senior Research Associate, Lindsay Mallick:

Table 9.1 on page 113 of the final report (https://www.dhsprogram.com/pubs/pdf/FR311/FR311.pdf) contains the information you are requesting. The variables you would need to calculate this are: v238 (births in the last three years), m14_1 (number of ANC visits- to determine any ANC), and m2a_1 through m2n_1 (for information on who provided ANC). The code will depend on which statistical package you are using.
Re: Antenatal care from medically trained provider [message #12232 is a reply to message #12229] Thu, 13 April 2017 14:36 Go to previous messageGo to next message
sumonrupop is currently offline  sumonrupop
Messages: 23
Registered: August 2015
Location: Rajshahi
Member

Many thanks Lindsay Mallick. I will apply stata software for analyzing data. I calculated frequency by using your direction. But its not like your mentioned table. If possible, please send me the detailed coding. It will be very much helpful for me.

Md. Nuruzzaman Khan
Re: Antenatal care from medically trained provider [message #12243 is a reply to message #12229] Fri, 14 April 2017 15:13 Go to previous messageGo to next message
sumonrupop is currently offline  sumonrupop
Messages: 23
Registered: August 2015
Location: Rajshahi
Member

I used following stata command to calculate antenatal care from trained providers. But I did not get actual result reported in BDHS 2014 report.

*Sought antenatal care from trained providers: OK
gen anc_sba=0 if bidx_01==1
foreach (x in a b c d e) & (i in 1 2 3 4 5 6) {
replace anc_sba=1 if bidx_01==1 & m2`x'_i==1
replace anc_sba=0 if bidx_01==1 & anc_sba==.
}

tab anc_sba if age3_==1 [iw=wgt]

Your suggestion to solve this problem much appreciated.

Thanks in advance.


Md. Nuruzzaman Khan
Re: Antenatal care from medically trained provider [message #12273 is a reply to message #12243] Wed, 19 April 2017 08:52 Go to previous messageGo to next message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3013
Registered: February 2013
Senior Member
Following is another response from DHS Senior Research Associate, Lindsay Mallick:


Thank you for sharing your code. If you notice from the table description, this table only includes information on antenatal care for the most recent birth in the three years preceding the survey. You'll first need to set that as your denominator. You can also simplify your code since this information is only collected for most recent birth- you do not need to specify bidx_01==1 or include m2`x'_`i'.

gen wt=v005/1000000

*denominator for table 9.1
ta v238[iw=wt]
recode v238 (0=0) (1/5=1) (else = .), gen(birth3)
label var birth3 "Had a birth in the last three years"
ta birth3[iw=wt] 

*any anc for most recent pregnancy
recode m14_1 (0=0 "no anc") (1/50 =1  "anyanc")  (else = 9 "dk/miss"), gen(anyanc)
lab var anyanc "Any ANC for most recent pregnancy"

*Sought antenatal care from trained providers
gen anc_sba=0 if birth3==1
foreach x in a b c d e {
replace anc_sba=1 if  m2`x'_1==1
}
lab var anc_sba "ANC from a skilled provider"

The DHS has recently released a series of videos on "Tips & Tricks to Matching the DHS Final Report". Please make sure you've tried the steps outlined in these tutorials:

http://blog.dhsprogram.com/final-report-tables/
https://www.youtube.com/watch?v=tjuaPV4eC_E&feature=yout u.be&list=PLagqLv-gqpTMU3avlnBDodTWCazURy4CT
Re: Antenatal care from medically trained provider [message #26166 is a reply to message #12222] Tue, 14 February 2023 05:06 Go to previous messageGo to next message
Subharthi Pradhan is currently offline  Subharthi Pradhan
Messages: 4
Registered: February 2023
Member
Can I get it for India dhs 2015-16??
Re: Antenatal care from medically trained provider [message #26167 is a reply to message #12222] Tue, 14 February 2023 05:08 Go to previous messageGo to next message
Subharthi Pradhan is currently offline  Subharthi Pradhan
Messages: 4
Registered: February 2023
Member
Which file i need to use KR or IR?
Re: Antenatal care from medically trained provider [message #26172 is a reply to message #26167] Tue, 14 February 2023 09:51 Go to previous messageGo to next message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3013
Registered: February 2013
Senior Member

Following is a response from Senior DHS staff member, Tom Pullum:

You asked about "Antenatal care from medically trained provider."

Question: Can I get it for India dhs 2015-16?? Answer: Look at the final report on the survey.

Question: Which file i need to use KR or IR? Answer: If included, either, but easier with KR.

Re: Antenatal care from medically trained provider [message #26186 is a reply to message #12222] Wed, 15 February 2023 07:53 Go to previous messageGo to next message
Subharthi Pradhan is currently offline  Subharthi Pradhan
Messages: 4
Registered: February 2023
Member
How to match with that?? After marging with Pr file too many observations are missing? Please give me do file in the stata. Thanks
Re: Antenatal care from medically trained provider [message #26190 is a reply to message #26186] Wed, 15 February 2023 08:25 Go to previous message
Bridgette-DHS is currently offline  Bridgette-DHS
Messages: 3013
Registered: February 2013
Senior Member

Following is a response from Senior DHS staff member, Tom Pullum:

The DHS staff cannot respond to such poorly formulated questions. Perhaps some other users can help you.
Previous Topic: Reshaping data using Stata
Next Topic: Which recode file to choose IR-KR-BR
Goto Forum:
  


Current Time: Tue Mar 19 00:52:59 Coordinated Universal Time 2024