{

"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"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}