Get a Patient

Retrieve patient information.

SecurityapiKeyAuth and practiceGroupId
Request
path Parameters
id
required
string
Responses
200

Ok

400

Validation error

401

Unauthorised

404

Not found

500

Unknown error

get/v1/patients/{id}
Request samples
Response samples
application/json
{
  • "id": "string",
  • "uid": "string",
  • "emis_id": "string",
  • "ehr_partner_id": "string",
  • "dob": "2019-08-24T14:15:22Z",
  • "title": "Baron",
  • "first_name": "string",
  • "last_name": "string",
  • "sex": "Not known",
  • "nhs_number": "string",
  • "email": "string",
  • "mobile": "string",
  • "last_sync_at": "2019-08-24T14:15:22Z"
}