Linking doctors posts to specific services for a medical practice

The best approach here would be to add a meta box to the posts wich let’s you enter additional Metadata to your posts. In this case the relevant doctors name and the link.

Refer to the codex page for the add_meta_box() function and, if that’s too condensed or too little info for your liking, check out this and/or this tutorial article.