# Get a Patient Retrieve patient information. Endpoint: GET /v2/patients/{id} Version: 1.0.0 Security: apiKeyAuth, practiceGroupId ## Path parameters: - `id` (string, required) ## Query parameters: - `data_source` (string) Enum: "hero", "ehr" ## Response 200 fields (application/json): - `ehr_partner_id` (string,null) - `emis_id` (string,null) - `deceased_at` (string,null) - `dob` (string,null, required) - `title` (string,null) Enum: "Baron", "Baroness", "Brigadier", "Count", "Colonel", "Countess", "Captain", "Dame", "The Dowager Viscountess", "Dr", "Duchess", "Duke", "Earl", "His Excellency", "Father", "H.E. Ambassador Mr", "H.E. Mr", "H.E. Mrs", "Her Grace", "His Grace", "The Hon", "The Hon Mr", "The Hon Mrs", "HRH", "HRH Prince", "HRH Princess", "Insurance", "HM King", "Lady", "Lord", "Major", "Master", "Miss", "Mr", "Mrs", "Ms", "Mss", "Mx", "Pr", "Professor", "HM Queen", "Rabbi", "Reverend", "Sheikh", "Sheikha", "Sir", "The", "", "Viscount", "Viscountess" - `first_name` (string,null) - `last_name` (string,null) - `sex` (string,null) Enum: "Not known", "Not specified", "Male", "Female", "Other" - `nhs_number` (string,null) - `email` (string,null) - `mobile` (string,null) - `last_sync_at` (string,null) - `data_source` (string,null) Enum: "hero", "emis", "pds", "gha", "systm_one" - `restricted` (boolean) - `line_1` (string,null) - `line_2` (string,null) - `line_3` (string,null) - `town` (string,null) - `county` (string,null) - `postcode` (string,null) - `hero_id` (string,null) - `hero_uid` (string,null) - `identifiers` (array, required) - `identifiers.source` (string, required) Enum: "nhs", "gha", "ehr_partner", "hero" - `identifiers.name` (string, required) Enum: "nhs_number", "gha_number", "ehr_partner_id", "hero_id", "hero_uid" - `identifiers.role` (string, required) Enum: "main", "secondary" - `identifiers.label` (string, required) Enum: "NHS", "GHA", "EMIS", "Hero", "Systm One" - `identifiers.value` (string, required) - `ehr_registered` (boolean,null, required) ## Response 400 fields (application/json): - `error` (boolean, required) - `statusCode` (number, required) - `message` (array, required) - `message.code` (string, required) - `message.expected` (string, required) - `message.path` (array, required) ## Response 401 fields ## Response 404 fields ## Response 500 fields