HL7v2.Segment.PDA (HL7v2 v3.10.1)

Copy Markdown View Source

Patient Death and Autopsy (PDA) segment — HL7v2 v2.5.1.

Contains information about a patient's death, certification, and autopsy details.

9 fields per HL7 v2.5.1 specification.

Summary

Types

t()

@type t() :: %HL7v2.Segment.PDA{
  autopsy_indicator: term(),
  autopsy_performed_by: term(),
  autopsy_start_and_end_date_time: term(),
  coroner_indicator: term(),
  death_cause_code: term(),
  death_certificate_signed_date_time: term(),
  death_certified_by: term(),
  death_certified_indicator: term(),
  death_location: term(),
  extra_fields: term()
}