# Get patient summary by domain and patient id Returns the patient summary view for the specified domain and patient id when the caller is authorized. Endpoint: GET /integrations/v1/{domain}/patients/{patientId} Version: v1 Security: Bearer ## Path parameters: - `domain` (string, required) Partner domain identifier. Your bearer token is scoped to one or more domains and requests outside that scope are rejected. Example: "acme" - `patientId` (string, required) Patient identifier within the specified domain. Example: "220000" ## Response 200 fields (application/json): - `domain` (string, required) Domain this patient belongs to. Example: "Example domain" - `patientId` (string, required) Patient identifier. Example: "123" - `patientName` (string, required) Patient display name. Example: "Example Name" - `firstName` (string) Patient first name. Example: "Example Name" - `lastName` (string) Patient last name. Example: "Example Name" - `gender` (string) Patient gender/sex string as stored in QUBS. Example: "Example gender" - `dateOfBirth` (string) Patient date of birth string as stored in QUBS. Example: "Example dateOfBirth" ## Response 400 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 401 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 403 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 404 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance" ## Response 500 fields (application/problem+json): - `type` (null,string) Example: "Example type" - `title` (null,string) Example: "Example title" - `status` (null,integer,string) Example: 1 - `detail` (null,string) Example: "Example detail" - `instance` (null,string) Example: "Example instance"