Want to create an interactive transcript for this episode?
Podcast: Medical Spanish Podcast
Episode: Communication About Testing and Triage – Spanish for COVID19
Description:
In this lesson, we learn how to answer difficult questions about testing and triage for COVID19 in Spanish. The questions and responses from this lesson are adapted from VitalTalk.org.
You do not have access to this content. Log in below, become a member or upgrade.
Username or E-mail
Password
*
function mepr_base64_decode(encodedData) {
var decodeUTF8string = function(str) {
// Going backwards: from bytestream, to percent-encoding, to original string.
return decodeURIComponent(str.split('').map(function(c) {
return '%' + ('00' + c.charCodeAt(0).toString(16)).slice(-2)
}).join(''))
}
if (typeof window !== 'undefined') {
if (typeof...