How do I get user profile information after authentication?
After obtaining tokens, call the /oidc/userinfo endpoint with the access token in the Authorization header (Bearer token method is recommended). This returns claims such as sub (HSID UUID), email, name, birthdate, and address.
HCP (Healthcare Platform) User Service provides access to comprehensive user identity information from EiMP Golden Records. Use it to retrieve detailed identity attributes after OIDC authentication using the HSID UUID.
How do I implement Personal Representative/Caregiver registration?
Use the Invitation API to generate a registration link for PR/CG users. The portal must first prepare an EiMP Golden Record for the PR/CG (with MemberType="PR") following ESRO 8F.1.03 Policy, then call the Invitation API to generate the registration link.