Skip to main content
GET
/
api
/
auth
/
v1
/
patients
/
{code}
Patient details
curl --request GET \
  --url https://api.anagram.care/api/auth/v1/patients/{code}/ \
  --header 'Authorization: <api-key>'
{
  "created_at": "2023-11-07T05:31:56Z",
  "location_id": 123,
  "first_name": "<string>",
  "last_name": "<string>",
  "dob": "2023-12-25",
  "code": "<string>",
  "location": {
    "id": 123,
    "status": "<string>",
    "title": "<string>",
    "code": "<string>"
  },
  "middle_name": "<string>",
  "sex": "<string>",
  "ssn_last_four": "<string>",
  "address": {
    "line1": "<string>",
    "city": "<string>",
    "zipcode": "<string>",
    "state": "<string>",
    "line2": "<string>",
    "recipient": "<string>"
  },
  "email": "<string>",
  "phone": "<string>",
  "account_number": "<string>"
}

Authorizations

Authorization
string
header
required

Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"

Path Parameters

code
string
required

Response

JSON object response

created_at
string<date-time>
required
location_id
integer
required
first_name
string
required
last_name
string
required
dob
string<date>
required
code
string<string>
required
location
object
required
middle_name
string
sex
string
ssn_last_four
string
address
object
email
string
phone
string
account_number
string