HL7v2.Segment.DRG (HL7v2 v3.10.1)

Copy Markdown View Source

Diagnosis Related Group (DRG) segment — HL7v2 v2.5.1.

Contains DRG grouping information for a patient encounter, including outlier information and approval status.

11 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.DRG{
  confidential_indicator: term(),
  diagnostic_related_group: term(),
  drg_approval_indicator: term(),
  drg_assigned_date_time: term(),
  drg_grouper_review_code: term(),
  drg_payor: term(),
  drg_transfer_type: term(),
  extra_fields: term(),
  outlier_cost: term(),
  outlier_days: term(),
  outlier_reimbursement: term(),
  outlier_type: term()
}