action drchrono_care_team_members_read { label: "care_team_members_read" provider: drchrono method: GET path: "/api/care_team_members/{id}" encoding: json input: { type: "object" properties: { appointment: { type: "integer" } doctor: { type: "integer" } id: { type: "string" } patient: { type: "integer" } } required: ["id"] additionalProperties: false } output: { type: "object" properties: { appointment: { type: "string" } created_at: { type: "string" } id: { type: "integer" } patient: { type: "string" } user: { type: "string" } } } }