Reputation: 1308
I want to return search results of medicationRequest
using the episodeOfCare
id. An episodeOfCare
is available on on encounter
resource which is a reference on medicationRequest
resource. Would anyone help me on how to to search for medication requests using the episode of care ID? Thanks
Upvotes: 0
Views: 564
Reputation: 1115
You would use chain searching for querying the medicationRequest by EpisodeOfCare.id: {base}/MedicationRequest?encounter.episode-of-care._id=123
Upvotes: 2