Sha256: 31926f6702ef8b6c295849c9e4d7f049157297ff9bcbd90b48753b72aa98f04d
Contents?: true
Size: 395 Bytes
Versions: 5
Compression:
Stored size: 395 Bytes
Contents
require 'roqua/healthy/a19/name_parser' module Roqua module Healthy module A19 # The Impulse user epd hl7 format almost matches the xmcare one, except for maiden names-married names # being combined in PID 5.1.1 class ImpulseNameParser < NameParser def lastname names[:legal].fetch('PID.5.1').fetch('PID.5.1.1') end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems