{
  "services" : [ {
    "id" : "hello-test"
  }, {
    "id" : "medication-order-select",
    "prefetch" : {
      "draftMedicationRequests" : "MedicationRequest?patient={{context.patientId}}&status=draft",
      "conditions" : "Condition?patient={{context.patientId}}&category=problem-list-item&status=active"
    }
  } ]
}