MedicationDispense
GET https://api.flexpa.com/fhir/MedicationDispense
- MedicationDispense is a base FHIR Resource ( JSON example)
- Created when a pharmacy system responds to a medication order (i.e.,
MedicationRequest
) and indicates that a medication is to be dispensed for a patient
- Includes a description of the medication and instructions for administering to the patient
Sample request
This is a sample request using curl
ACCESS_TOKEN=flexpa-link-access-token
curl "https://api.flexpa.com/fhir/MedicationDispense?patient=$PATIENT_ID" \
-H "Authorization: Bearer $ACCESS_TOKEN"
Sample response
This is a sample response from UnitedHealthcare using Flexpa API in test mode