The FHIR STU3 MedicationStatement resource describes a record of a medication that is being consumed by a patient. A MedicationStatement may indicate that the patient may be taking the medication now or has taken the medication in the past or will be taking the medication in the future.
FHIR Resource: MedicationStatement <https://www.hl7.org/fhir/STU3/medicationstatement.html >
The following Vaccine attributes are supported:
Name Comment code manufacturer ingredient form 
 
The following Dosage attributes are supported:
Name Comment dose timing route additionalInstruction method 
 
The following MedicationDispense attributes are supported:
Endpoint URI 
https://api.healthgorilla.com/fhir/MedicationStatement 
The following operations are currently supported:
HTTP Request Method Action /MedicationStatement/{ID} GET Retrieve MedicationStatement resource by ID 
 
HTTP Request Method Action /MedicationStatement?[parameter={value}] GET Retrieve MedicationStatement resources by the specified search criteria 
 
Parameters:
Key Type Description patient Reference Patient Identifier _lastUpdated Date _offset Number _count Number 
 
HTTP GET 
https://api.healthgorilla.com/fhir/MedicationStatement?patient=8063965523692105bfc35def 
HTTP GET 
https://api.healthgorilla.com/fhir/MedicationStatement?_lastUpdated=gt2019-03&_offset=0&_count=5 
HTTP GET 
https://api.healthgorilla.com/fhir/MedicationStatement?patient=8063965523692105bfc35def&_lastUpdated=2018 
HTTP Request Method Action /MedicationStatement POST Creates MedicationStatement resource 
 
The following attributes are required:
Name Details subject medication taken status 
 
HTTP Request Method Action /MedicationStatement/{ID} PUT Updates MedicationStatement  resource 
 
The following attributes are immutable:
Name Details patient recorder medication 
 
HTTP Request Method Action /MedicationStatement/{ID} DELETE Deletes MedicationStatement resource