Skip to documentation
NikoHealth integration

Acquire Claim Processing Marker

Perform Acquire Claim Processing Marker through NikoHealth.

View as Markdown
nikohealth_acquire_claim_processing_marker
writenikohealth

Inputs

  • claim_id
    expression
    Claim Id

    Optional literal value or workflow expression.

  • marker_id
    expression
    Marker Id

    Optional literal value or workflow expression.

  • order_id
    expression
    Order Id

    Optional literal value or workflow expression.

  • patient_id
    expression
    Patient Id

    Optional literal value or workflow expression.

  • run_id
    expression
    Run Id

    Optional literal value or workflow expression.

  • note_subject
    expression
    Note Subject

    Optional literal value or workflow expression.

    Default: "GenHealth Claim Processing Marker"

  • marker_prefix
    expression
    Marker Prefix

    Optional literal value or workflow expression.

    Default: "GENHEALTH_CLAIM_PROCESSING"

  • stale_after_minutes
    number
    Stale After Minutes

    Optional numeric value.

    Default: 360

  • allow_stale_recovery
    boolean
    Allow Stale Recovery

    Optional true-or-false value.

    Default: true

  • block_draft_saved
    boolean
    Block Draft Saved

    Optional true-or-false value.

    Default: false

  • block_failed
    boolean
    Block Failed

    Optional true-or-false value.

    Default: false

  • block_partial_draft_saved
    boolean
    Block Partial Draft Saved

    Optional true-or-false value.

    Default: false

  • verify_no_concurrent_markers
    boolean
    Verify No Concurrent Markers

    Optional true-or-false value.

    Default: false

  • dry_run
    boolean
    Dry Run

    Optional true-or-false value.

    Default: false

Outputs

  • successSuccess
  • acquiredAcquired
  • skippedSkipped
  • skip_reasonSkip Reason
  • marker_writtenMarker Written
  • dry_runDry Run
  • claim_idClaim Id
  • order_idOrder Id
  • patient_idPatient Id
  • run_idRun Id
  • statusStatus
  • stale_processing_replacedStale Processing Replaced
  • collision_detectedCollision Detected
  • processing_contender_countProcessing Contender Count
  • existing_markerExisting Marker
  • errorError

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
Yes

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "properties": {
    "run_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "dry_run": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "claim_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "order_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "marker_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "block_failed": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "note_subject": {
      "default": "GenHealth Claim Processing Marker",
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "marker_prefix": {
      "default": "GENHEALTH_CLAIM_PROCESSING",
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "block_draft_saved": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "stale_after_minutes": {
      "type": "number",
      "default": 360,
      "description": "Optional numeric value.",
      "x-workflow-field-type": "number"
    },
    "allow_stale_recovery": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "block_partial_draft_saved": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "verify_no_concurrent_markers": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "run_id": {},
    "status": {},
    "dry_run": {},
    "skipped": {},
    "success": {},
    "acquired": {},
    "claim_id": {},
    "order_id": {},
    "patient_id": {},
    "skip_reason": {},
    "marker_written": {},
    "existing_marker": {},
    "collision_detected": {},
    "stale_processing_replaced": {},
    "processing_contender_count": {}
  },
  "additionalProperties": true
}
View all NikoHealth actions