{
  "resourceType" : "MedicationRequest",
  "id" : "medicationrequest0350",
  "contained" : [{
    "resourceType" : "Medication",
    "id" : "med033027",
    "code" : {
      "coding" : [{
        "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
        "code" : "2646460",
        "display" : "doxycycline monohydrate Oral Tablet"
      }]
    }
  }],
  "identifier" : [{
    "use" : "official",
    "system" : "http://www.bmc.nl/portal/prescriptions",
    "value" : "123456789"
  }],
  "status" : "active",
  "intent" : "order",
  "medication" : {
    "reference" : {
      "reference" : "#med033027",
      "display" : "doxycycline monohydrate Oral Tablet"
    }
  },
  "subject" : {
    "reference" : "Patient/pat1",
    "display" : "Donald Duck"
  },
  "authoredOn" : "2015-01-15",
  "requester" : {
    "reference" : "Practitioner/f007",
    "display" : "Patrick"
  },
  "reason" : [{
    "reference" : {
      "reference" : "AllergyIntolerance/medication",
      "display" : "Allergy to penicillins (e.g., amoxicillin)"
    }
  },
  {
    "concept" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "724053002"
      }]
    }
  }]
}