The FHIR STU3 MedicationRequest
resource is the order or request for both supply of the medication and the instructions for administration of the medication to a patient.
FHIR Resource: MedicationRequest http://hl7.org/fhir/STU3/medicationrequest.html
Name Comment medication subject Patient dosageInstruction requester note authoredOn recorder reasonCode reasonReference status intent
Endpoint URI
https://api.healthgorilla.com/fhir/MedicationRequest
The following operations are currently supported:
HTTP Request Method Action /MedicationRequest/{ID} GET Retrieve MedicationRequest resource by ID
HTTP Request Method Action /MedicationRequest?[parameter={value}] GET Retrieve MedicationRequest
resources by the specified search criteria
Parameters:
Key Type Description patient Reference Patient Identifier _lastUpdated Date _offset Number _count Number status active, on-hold, cancelled, completed, entered-in-error, stopped, draft, unknown
HTTP GET
https://api.healthgorilla.com/fhir/MedicationRequest?patient=8063965523692105bfc35def
HTTP GET
https://api.healthgorilla.com/fhir/MedicationRequest?_lastUpdated=gt2019-03&_offset=0&_count=5
HTTP GET
https://api.healthgorilla.com/fhir/MedicationRequest?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request Method Action /MedicationRequest POST Creates MedicationRequest resource
If resource has status not equal to completed or active then the request is rejected. Only the given statuses are supported.
The following attributes are required:
Name Details subject medication intent
HTTP Request Method Action /MedicationRequest/{ID} PUT Updates MedicationRequest resource
The following attributes are immutable:
Name Details patient medication
HTTP Request Method Action /MedicationRequest/{ID} DELETE Deletes MedicationRequest resource