Get MedicationStatement
Get a single MedicationStatement by ID.
Query
query GetMedicationStatement($id: ID!) {
medicationstatement(id: $id) {
id
# Add other fields as needed
}
}
Parameters
id: ID of the resource to retrieve
Return Type
Returns a MedicationStatement resource.