ex_hl7 v0.4.2 HL7.Composite.FN

2.9.19 FN - family name

Components:

  • surname (ST)
  • own_surname_prefix (ST)
  • own_surname (ST)
  • surname_prefix_from_partner (ST)
  • surname_from_partner (ST)

This data type allows full specification of the surname of a person. Where appropriate, it differentiates the person’s own surname from that of the person’s partner or spouse, in cases where the person’s name may contain elements from either name. It also permits messages to distinguish the surname prefix (such as “van” or “de”) from the surname root.

Link to this section Summary

Functions

Create a new composite field

Link to this section Types

Link to this type t()
t() :: %HL7.Composite.FN{own_surname: binary, own_surname_prefix: binary, surname: binary, surname_from_partner: binary, surname_prefix_from_partner: binary}

Link to this section Functions

Link to this function new()
new() :: t

Create a new composite field