Rekamedika Docs
SATUSEHAT Patient

PATCH /satusehat/patient/:ihsId

PATCH
/satusehat/patient/{ihsId}

SATUSEHAT proxy route (apps/server/src/satusehat/routes-patient.ts). Requires a verified session cookie or OAuth Bearer; OAuth callers need simrs:write. Tenant + roles come from the credential — never from the request. Access tokens for the national SATUSEHAT platform stay server-side.

Authorization

AuthorizationBearer <token>

OAuth 2.0 / OIDC issued by the API itself (better-auth oidcProvider). Dynamic client registration per RFC 7591 at /api/auth/oauth2/register.

In: header

Scope: simrs:write

Path Parameters

ihsId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

ops*array<>
Items1 <= items

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/satusehat/patient/string" \  -H "Content-Type: application/json" \  -d '{    "ops": [      {        "op": "test",        "path": "string",        "value": null      }    ]  }'
{}
{  "error": "string",  "issues": []}
{  "error": "string",  "code": "string",  "upstreamStatus": 0}
{  "error": "string",  "code": "string",  "upstreamStatus": 0}
{  "error": "string",  "code": "string",  "upstreamStatus": 0}

Is this page helpful?