Define
$$ \sigma_m = \sum_{j=0}^{m-1} \left| \binom{1/2}{j} \right|
$$
Does $\lim_{m \to \infty} \sigma_m$ converge? Here is a plot of the first $64$ sums:

A plot of the first 1024 elements seem to suggest that $\sigma_m \to 2$. (Can be seen by invoking Abel's Theorem on $(1+x)^{1/2}$) Observe that $$ \left| \frac{\binom{1/2}{j+1}}{\binom{1/2}{j}} \right| = \left|\frac{1/2 - j}{j+1}\right| \to 1 $$ so the ratio test is inconclusive.
I also tried expanding out the terms: $$ \left| \binom{1/2}{j} \right| = \binom{2j}{j} \frac{1}{2^{2j} (2j-1)} = \frac{(2j)!}{(j!)^2 2^{2j} (2j-1)} $$
This problem arises when showing the analyticity of $(1-x)^{1/2}$.
Let $(\alpha)_n = \frac{\Gamma(\alpha+n)}{\Gamma(\alpha)} = \alpha (\alpha+1)\cdots(\alpha+n-1)$ be the rising factorials. Notice $$\frac{(\alpha)_n}{n!} - \frac{(\alpha)_{n-1}}{(n-1)!} = (( \alpha + n - 1 ) - n )\frac{(\alpha)_{n-1}}{n!} = \frac{(\alpha-1)_n}{n!} $$ Substitute $\alpha = \frac12$ and compare the expansion of $\displaystyle\;\frac{(-\frac12)_n}{n!}$ against that of $\displaystyle\;\binom{\frac12}{n}$. We find for $n > 0$.
$$\frac{(\frac12)_n}{n!} - \frac{(\frac12)_{n-1}}{(n-1)!} = \frac{(-\frac12)_n}{n!} = - \left|\binom{\frac12}{n}\right|$$
From this, we find for $m > 1$,
$$\sigma_m = \sum_{j=0}^{m-1}\left|\binom{\frac12}{j}\right| = 1 + \sum_{j=1}^{m-1}\left[\frac{(\frac12)_{j-1}}{(j-1)!} - \frac{(\frac12)_j}{j!}\right] = 2 - \frac{(\frac12)_{m-1}}{(m-1)!} $$ Notice the term $\displaystyle\;\frac{(\frac12)_{m-1}}{(m-1)!} = \prod_{k=1}^{m-1}\frac{k-\frac12}{k} = \prod_{k=1}^{m-1}\left(1-\frac{1}{2k}\right) \;$ is clearly positive and we can bound it from above by $$ \prod_{k=1}^{m-1}\exp\left(-\frac{1}{2k}\right) = \exp\left(-\frac12\sum_{k=1}^{m-1}\frac1k\right) \le \exp\left(-\frac12\sum_{k=1}^{m-1}\int_{k}^{k+1} \frac{dx}{x}\right) = \frac{1}{\sqrt{m}} $$ This means $2 - \sigma_m = O\left( \frac{1}{\sqrt{m}} \right)$ and hence $\lim\limits_{m\to\infty} \sigma_m = 2$.
For a better estimate of $2 - \sigma_m$, we can use the fact $\displaystyle\;\lim_{n\to\infty}\frac{\Gamma(n+\alpha)}{\Gamma(n)n^\alpha} = 1\;$ for all $\alpha \in \mathbb{R}$.
This allow us to fix the coefficient in front of $\frac{1}{\sqrt{m}}$ behavior: $$2 - \sigma_m = \frac{(\frac12)_{m-1}}{(m-1)!} = \frac{\Gamma(m-\frac12)}{\Gamma(\frac12)\Gamma(m)}\approx \frac{1}{\sqrt{\pi m}}$$