v1

latestOpenAPI 3.0.32026-07-26229361630.0 KB

Retrieve EMR user profile

Retrieves an EMR user profile by OID.

get/profiles/v1/emr-user/{oid}

Path parameters

oidstring required

Headers

client-idstring required
Example:EC_1431

Response

EMR user profile details

oidstring
bidstring
psstring
c_ateinteger
u_ateinteger
genstring
dobstring date
is_ageboolean
fnstring
lnstring
flnstring
bgstring
mobilestring
emailstring email
sstring

Example response

{
  "oid": "175074536120088",
  "bid": "77088166996724",
  "ps": "S",
  "c_ate": 1750745358,
  "u_ate": 1750745358,
  "gen": "M",
  "dob": "2000-01-02",
  "is_age": true,
  "fn": "Eka",
  "ln": "User",
  "fln": "Eka User",
  "bg": "B+",
  "mobile": "+911201201201",
  "email": "eka.user@example.com",
  "s": "Mr."
}