Skip to main content

Get MedicationDispense

Get a single MedicationDispense by ID.

Query

query GetMedicationDispense($id: ID!) {
medicationdispense(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a MedicationDispense resource.