cURL
curl --request GET \ --url https://{tenantId}.api.nestmed.com/api/v1/patients/{patientId} \ --header 'Authorization: Bearer <token>'
{ "patientId": "<string>", "agencyId": "<string>", "firstName": "<string>", "lastName": "<string>", "dateOfBirth": "2023-12-25", "gender": "male", "medicalRecordNumber": "<string>", "status": "active", "address": { "street": "<string>", "city": "<string>", "state": "<string>", "zipCode": "<string>", "apartment": "<string>" }, "phoneNumbers": { "primary": "<string>", "secondary": "<string>" }, "emergencyContact": { "name": "<string>", "relationship": "<string>", "phone": "<string>" }, "insuranceInfo": {}, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Patient details.
male
female
other
unknown
active
inactive
deceased
Show child attributes