ECW Read Progress Note
Perform ECW Read Progress Note through eClinicalWorks.
ecw_read_progress_notereadeclinicalworks
Inputs
- Encounter Id
encounter_idtextrequiredRequired text value.
- Enc Type
enc_typetextOptional text value.
Default:
"1"
Outputs
successSuccessresultResulterrorError
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": [
"encounter_id"
],
"properties": {
"enc_type": {
"type": "string",
"default": "1",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"encounter_id": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"result": {},
"success": {}
},
"additionalProperties": true
}