Read Patient Facility
Perform Read Patient Facility through Brightree.
brightree_read_patient_facilityreadbrightree
Inputs
- Patient Key
patient_keyexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessfacility_foundFacility FoundfacilityFacilityfacility_nameFacility Namefacility_sourceFacility SourceerrorError
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_key"
],
"properties": {
"patient_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"facility": {},
"facility_name": {},
"facility_found": {},
"facility_source": {}
},
"additionalProperties": true
}