{
  "resourceType" : "MedicationRequest",
  "id" : "PrescriptionLine6",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest PrescriptionLine6</b></p><a name=\"PrescriptionLine6\"> </a><a name=\"hcPrescriptionLine6\"> </a><a name=\"PrescriptionLine6-en-US\"> </a><p><b>identifier</b>: <code>http://example.com/prescriptionlines</code>/line6</p><p><b>groupIdentifier</b>: <code>http://example.com/prescriptions</code>/prescr3</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">med1</span></td></tr></table><p><b>subject</b>: Identifier: patient1</p></div>"
  },
  "identifier" : [{
    "system" : "http://example.com/prescriptionlines",
    "value" : "line6"
  }],
  "groupIdentifier" : {
    "system" : "http://example.com/prescriptions",
    "value" : "prescr3"
  },
  "status" : "active",
  "intent" : "order",
  "medication" : {
    "concept" : {
      "coding" : [{
        "code" : "med1"
      }]
    }
  },
  "subject" : {
    "identifier" : {
      "value" : "patient1"
    }
  }
}