logo.png

api_header.jpg

 

170.315(g)(7) Patient Selection

Endpoints: Get patients by Mrn/FirstName/LastName/Gender/Dateofbirth/PatientStatus

GET: : {BaseUri}/api/v1/patients/patient-by-name-mrn

Parameters:

Name Data Type Description Required Route
Term String Term can be FirstName, LastName, Mrn No URL
DateOfBirth DateTime Date of birth of the patient No URI
X-Time-Zone String Time Zone of the agency Ex: America/Chicago Yes Header
Authorization String Identity token Yes Header
X-Account-Id GUID Account identifier Yes Header
Gender Enum Use the Enum name in the Enum controller endpoint to get the values of the Enum Use value of the Enum for the request No URI
PatientStatus Enum Use the Enum name in the Enum controller endpoint to get the values of the Enum
Use value of the Enum for the request
No URI


{

"patientId": "00000000-0000-0000-0000-000000000000",
"admissionId": "00000000-0000-0000-0000-000000000000",
"branchId": "00000000-0000-0000-0000-000000000000",
"firstName": "string",
"lastName": "string",
"middleInitial": "string",
"medicalRecordNumber": "string",
"dateOfBirth": "2021-11-29T21:29:39.079Z",
"status": 0, "lineOfService": 0

}