AM01 Description of the Outpatient_Clinic Explanations to the Outpatient_Clinic AM01 Description of the Outpatient_Clinic Explanations to the Outpatient_Clinic AM02 Description of the Outpatient_Clinic VA01 VA00 Other Care Point of the Outpatient Clinic AM06 Description of the Outpatient_Clinic LK01 LK02 Explanations to the Outpatient_Clinic AM04 AM00 Type of the other Outpatient Clinic Description of the Outpatient Clinic VA02 VA00 Other Care Point of the Outpatient Clinic Explanations to the Outpatient_Clinic #### - Outpatient_Services: AM11: 1 AM07: 1 AM04: 1 #### - Outpatient_Services: Outpatient_Service: - AM11: 1 - AM07: 1 - AM04: 1 #### 'Outpatient_Service' => sub { if (exists $_[1]->{Outpatient_Clinic}) { if ( exists $_[1]->{Outpatient_Clinic}->{Other} ) { return $_[1]->{Outpatient_Clinic}->{Description} => 1 } else { return $_[1]->{Outpatient_Clinic}->{AM_Key} => 1 } } elsif ( exists $_[1]->{Outpatient_Clinic_Special} ) { return $_[1]->{Outpatient_Clinic_Special}->{Description} => 1; # as a way out. } else { } },