{
  "resourceType": "Bundle",
  "type": "collection",
  "entry": [
    {
      "resource": {
        "resourceType": "MedicationRequest",
        "id": "medicationrequest-xanax",
        "status": "active",
        "intent": "order",
        "medicationCodeableConcept": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "94610",
              "display": "Xanax 0.5mg Tablet"
            }
          ]
        }
      }
    }
  ]
}