# NOT RUN {
# Get the short name of a hospital
# (same as get_hospital_attribute('h0001', value = 'hospital_short_name'))
get_hospital_attribute('h0001')
# Or get instead the full name
get_hospital_attribute('h0001', value = 'hospital_full_name')
# Map the hospital short name to its full name
get_hospital_attribute('IPO de Lisboa', key = 'hospital_short_name', value = 'hospital_full_name')
# }
Run the code above in your browser using DataLab