GraphQLQueriesGet PatientOn this pageGet Patient Get a single Patient by ID. Query query GetPatient($id: ID!) { patient(id: $id) { id # Add other fields as needed }} Parameters id: ID of the resource to retrieve Return Type Returns a Patient resource.