{

"resourceType": "Bundle",
"id": "bundle-request-medsallergies",
"type": "batch",
"entry": [
  {
    "request": {
      "method": "GET",
      "url": "/Patient/example"
    }
  },
  {
    "request": {
      "method": "GET",
      "url": "/MedicationStatement?patient=example&_list=$current-medications"
    }
  },
  {
    "request": {
      "method": "GET",
      "url": "/AllergyIntolerance?patient=example&_list=$current-allergies"
    }
  },
  {
    "request": {
      "method": "GET",
      "url": "/Condition?patient=example&_list=$current-problems"
    }
  },
  {
    "request": {
      "method": "GET",
      "url": "/MedicationStatement?patient=example&notgiven:not=true"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}