Read Patient
Perform Read Patient through ClaimSoft.
claimsoft_read_patientreadclaimsoft
Inputs
- Patient Id
patient_idexpressionrequiredRequired literal value or workflow expression.
Outputs
patient_idPatient IdnameNamedate_of_birthDate Of BirthageAgeaccount_numberAccount NumberaddressAddressphonePhoneprimary_languagePrimary Languageprimary_payerPrimary Payerprimary_policy_numberPrimary Policy Numberis_primary_medicareIs Primary Medicaresecondary_payerSecondary Payersecondary_policy_numberSecondary Policy Numberar_balanceAr BalancealertsAlertsurlUrlerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"required": [
"patient_id"
],
"properties": {
"patient_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"age": {},
"url": {},
"name": {},
"error": {},
"phone": {},
"alerts": {},
"address": {},
"ar_balance": {},
"patient_id": {},
"date_of_birth": {},
"primary_payer": {},
"account_number": {},
"secondary_payer": {},
"primary_language": {},
"is_primary_medicare": {},
"primary_policy_number": {},
"secondary_policy_number": {}
},
"additionalProperties": true
}