Get Patient Id demographics information

get

/ohfapi/cg/v3.3/patientapi/patients/identifier/basicinfo

This end point returns demographics information like Id,PatientIdentifier,Age,State and Gender values for the Patient Id(s) provided.If the operator is null, then it defaults to equals. If limit is null then defaults to 100.

Request

Supported Media Types
Query Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : PatientBasicInfo
Type: object
Model for a Basic Patient Info
Show Source

400 Response

Invalid parameters supplied

404 Response

No data found
Back to Top