Resolve Patient Context
Perform Resolve Patient Context through Brightree.
brightree_resolve_patient_contextreadbrightree
Inputs
- Patient Id
patient_idexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccesspatient_idPatient Idpatient_keyPatient KeydemographicsDemographicspatient_state_snapshotPatient State Snapshotordering_doctorOrdering Doctorordering_doctor_foundOrdering Doctor Foundmarketing_rep_keyMarketing Rep Keymarketing_rep_nameMarketing Rep Namemarketing_rep_foundMarketing Rep FoundwarningsWarningserrorError
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": {
"error": {},
"success": {},
"warnings": {},
"patient_id": {},
"patient_key": {},
"demographics": {},
"ordering_doctor": {},
"marketing_rep_key": {},
"marketing_rep_name": {},
"marketing_rep_found": {},
"ordering_doctor_found": {},
"patient_state_snapshot": {}
},
"additionalProperties": true
}