Creates a new patient in Parchment
| Field | Type | Description |
|---|---|---|
external_patient_id | string | Your system’s patient identifier (as provided in request) |
parchment_patient_id | string | Parchment’s unique patient identifier |
url | string | Direct link to patient in Parchment portal |
| Field | Type | Description |
|---|---|---|
success | boolean | Indicates if the request was successful |
statusCode | number | HTTP status code |
timestamp | string | ISO 8601 timestamp of the response |
requestId | string | Unique identifier for debugging |
| Code | Status | Description |
|---|---|---|
201 | Created | Patient successfully created |
202 | Accepted | Patient creation accepted (demographic conflicts found) |
400 | Bad Request | Invalid request format or missing required fields |
401 | Unauthorized | Authentication required or token invalid |
403 | Forbidden | Insufficient permissions (missing CREATE_PATIENT scope) |
409 | Conflict | Partner patient ID already exists |
422 | Unprocessable Entity | Request validation failed |
500 | Internal Server Error | Unexpected server error |
phone field accepts Australian phone numbers in the following formats:
✅ Valid Examples:
0412345678 - Mobile number (domestic format)0312345678 - Melbourne landline (domestic format)0212345678 - Sydney landline (domestic format)0712345678 - Brisbane landline (domestic format)0812345678 - Adelaide landline (domestic format)61412345678 - International mobile (without + prefix)+61312345678 - International landline (with + prefix)0123456789 - Starts with 1 (invalid area code)04123456789 - Too many digits041234567 - Too few digits04-1234-5678 - Contains formatting characters+1234567890 - Non-Australian numberrequestId for debugging support requestserror.validation array to display field-specific error messagesexternal_patient_idurl provides direct access to the patient in the Parchment portalBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization secret for authentication - provided by Parchment
Organization ID
User ID
Patient data to add to Parchment
Patient information to be created
Patient's given name
Patient's family name
Patient's date of birth in YYYY-MM-DD format
Patient's sex
M, F, N, I Partner's unique identifier for the patient
DVA file number
Medicare card number
Medicare IRN
Patient's email address (optional)
Patient's Australian phone number (optional). Must be a valid Australian number with digits only. Supports mobile (04xxxxxxxx) and landline (0[2378]xxxxxxxx) formats. International format with +61 or 61 prefix is also accepted.
Medicare card expiry date
Concession or pension number
Entitlement number
DVA card color
gold, white, orange RACF identifier
Closing the Gap eligibility
Patient's indigenous status
aboriginal, torres_strait_islander, both, neither, not_stated Partner's unique identifier for the organization
Patient created successfully
Indicates if the request was successful
true
HTTP status code
201
Human-readable success message
"Patient created successfully"
Response payload data Patient creation response data
ISO 8601 timestamp of the response
"2024-01-15T10:30:00.000Z"
Unique identifier for request tracing
"req_1705312200000_abc123"
Pagination information for list operations