FQL is a query language that allows you to retrieve, filter and project data from any data source containing FHIR Resources. It brings the power of three existing languages together: SQL, JSON and FhirPath. It allows you to create tables and is useful for gaining insight and perform quality control.
Invocations
URL: [base]/MedicationRequest/[id]/$print-prescription-history
This operation does NOT change content
Return Values (Out)
Name | Cardinality | Type | Documentation |
return | 1..1 | Binary | A Base64 encoded PDF file which includes a prescription's history and dispenses. |
Can be invoked with a HTTP POST or GET. This operation is invoked on a MedicationRequest resource to initiate the creation of a pdf report which inludes the selected prescription's history and dispensed medications. This report is intended for pharmacists, not patients. NB! The response containes a Binary resource without the parameter format.