{
  "resourceType" : "MedicationRequest",
  "id" : "TRxHubMedicationRequestExample",
  "meta" : {
    "profile" : ["https://trxhub.mediservice.ch/fhir/StructureDefinition/trxhub-medication-request"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest TRxHubMedicationRequestExample</b></p><a name=\"TRxHubMedicationRequestExample\"> </a><a name=\"hcTRxHubMedicationRequestExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-trxhub-medication-request.html\">TRxHub MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{urn:oid:2.51.1.3 3818951}\">3818951</span></p><p><b>subject</b>: <a href=\"Patient-TRxHubPatientExample.html\">Max Muster (official) Male, DoB: 1985-06-15 ( https://example.external-system.ch/patient-id#123456789)</a></p><p><b>requester</b>: <a href=\"Practitioner-TRxHubPractitionerExample.html\">Practitioner Anna Muster (official)</a></p><p><b>basedOn</b>: <a href=\"ServiceRequest-TRxHubServiceRequestExampleRegisterNormal.html\">ServiceRequest Register Prescription via normal flow</a></p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>PatientInstruction</b></td></tr><tr><td style=\"display: none\">*</td><td>Take one tablet daily</td></tr></table><h3>DispenseRequests</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Quantity</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td></tr></table></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "urn:oid:2.51.1.3",
      "code" : "3818951"
    }]
  },
  "subject" : {
    "reference" : "Patient/TRxHubPatientExample"
  },
  "requester" : {
    "reference" : "Practitioner/TRxHubPractitionerExample"
  },
  "basedOn" : [{
    "reference" : "ServiceRequest/TRxHubServiceRequestExampleRegisterNormal"
  }],
  "dosageInstruction" : [{
    "patientInstruction" : "Take one tablet daily"
  }],
  "dispenseRequest" : {
    "quantity" : {
      "value" : 1
    }
  }
}