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