{
  "resourceType" : "MedicationRequest",
  "id" : "self-tylenol",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Narrative</b></p><p><b>id</b>: self-tylenol</p><p><b>identifier</b>: id: 12345689 (OFFICIAL)</p><p><b>status</b>: active</p><p><b>intent</b>: plan</p><p><b>reported</b>: true</p><p><b>medication</b>: <span title=\"Codes: {http://www.nlm.nih.gov/research/umls/rxnorm 1187314}\">Tylenol PM Pill</span></p><p><b>subject</b>: <a href=\"Patient-patient-respnet-eve-everywoman.html\">Eve Everywoman.</a></p></div>"
  },
  "identifier" : [{
    "use" : "official",
    "system" : "http://acme.org/prescriptions",
    "value" : "12345689"
  }],
  "status" : "active",
  "intent" : "plan",
  "reportedBoolean" : true,
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
      "code" : "1187314",
      "display" : "Tylenol PM Pill"
    }],
    "text" : "Tylenol PM Pill"
  },
  "subject" : {
    "reference" : "Patient/patient-respnet-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "encounter" : {
    "reference" : "Encounter/resp-net-encounter-example",
    "display" : "inpatient"
  },
  "authoredOn" : "2019-06-24",
  "requester" : {
    "reference" : "Patient/patient-respnet-eve-everywoman",
    "display" : "**self-prescribed**"
  },
  "dosageInstruction" : [{
    "text" : "Takes 1-2 tablets once daily at bedtime as needed for restless legs"
  }]
}