Profile Records
Create, read, update, and delete patient profile data records.
Endpoints
POST Create PDT Record
Path Parameters
Parameter
Type
Required
Description
Example Request
POST /acme-health/live/patients/a1b2c3d4/pdts/insurance
Authorization: Bearer <token>
Content-Type: application/json
{
"provider": "Blue Cross Blue Shield",
"memberId": "XYZ123456",
"groupNumber": "GRP789",
"effectiveDate": "2026-01-01"
}GET Get PDT by ID
GET Get All PDTs by Name
PATCH Update PDT
DELETE Delete PDT
Response 204 No Content
204 No ContentGET Get Patients List by PDT
Query Parameters
Parameter
Type
Description
Last updated
Was this helpful?