{
  "resourceType" : "MedicationRequest",
  "id" : "medrx0343a",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med0343a",
    "code" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "1179448000",
        "display" : "Product containing precisely ondansetron 4 milligram/1 each conventional release oral lyophilisate (clinical drug)"
      }]
    }
  }],
  "identifier" : [{
    "use" : "official",
    "system" : "http://www.bmc.nl/portal/prescriptions",
    "value" : "98765"
  }],
  "groupIdentifier" : {
    "use" : "official",
    "system" : "http://www.bmc.nl/portal/prescriptions",
    "value" : "9898"
  },
  "status" : "active",
  "intent" : "option",
  "medication" : {
    "reference" : {
      "reference" : "#med0343a",
      "display" : "Ondansetron 4mg Tablet"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "authoredOn" : "2015-01-15",
  "requester" : {
    "reference" : "Practitioner/f007",
    "display" : "Patrick Pump"
  }
}