{
  "resourceType" : "Bundle",
  "id" : "bundle-request-simplesummary",
  "type" : "batch",
  "entry" : [{
    "request" : {
      "method" : "GET",
      "url" : "/Patient/example"
    }
  },
  {
    "request" : {
      "method" : "GET",
      "url" : "/Condition?patient=example"
    }
  },
  {
    "request" : {
      "method" : "GET",
      "url" : "/MedicationStatement?patient=example"
    }
  },
  {
    "request" : {
      "method" : "GET",
      "url" : "/Observation?patient=example&code=http://loinc.org|55284-4&date=ge2015-01-01"
    }
  }]
}