createMedicationRequest
Create new medication prescriptions by specifying patient ID, medication reference, prescriber details, and request status. Integrates with Medplum MCP Server for healthcare data management.
Instructions
Creates a new medication request (prescription). Requires patient ID, medication reference, and prescriber.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
intent | Yes | The intent of the medication request. | |
medicationReference | Yes | Reference to the medication being prescribed. | |
patientId | Yes | The ID of the patient this prescription is for. | |
practitionerId | Yes | The ID of the practitioner prescribing the medication. | |
status | Yes | The status of the medication request. |