From 789eb04b79295d380f30cb435060b26ba4caeb0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gei=C3=9Finger?= Date: Fri, 22 Apr 2016 12:58:22 +0200 Subject: [PATCH 1/3] update: PV1-2: added patient class (IS) --- lib/segments/pv1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/segments/pv1.js b/lib/segments/pv1.js index b7d0ec7..88faf71 100644 --- a/lib/segments/pv1.js +++ b/lib/segments/pv1.js @@ -5,6 +5,7 @@ exports.name = 'PV1' exports.fields = [ 'SegmentType' , 'SetID' + , 'PatientClass' , 'AssignedPatientLocation' , 'AdmissionType' , 'PreadmitNumber' From 1d6d4a645b3593224e0537099e4702bc2059f1ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gei=C3=9Finger?= Date: Fri, 19 Aug 2016 14:22:02 +0200 Subject: [PATCH 2/3] update: added zvk segment --- lib/segments/zvk.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lib/segments/zvk.js diff --git a/lib/segments/zvk.js b/lib/segments/zvk.js new file mode 100644 index 0000000..e0454c1 --- /dev/null +++ b/lib/segments/zvk.js @@ -0,0 +1,24 @@ +'use strict' + +exports.name = 'ZVK' + +exports.fields = [ + 'SegmentType' + , 'TitleMainInsurant' + , 'FirstNameMainInsurant' + , 'NameSuffixMainInsurant' + , 'LastNameMainInsurant' + , 'BirthdateMainInsurant' + , 'StreetMainInsurant' + , 'CountryCodeMainInsurant' + , 'ZipcodeMainInsurant' + , 'CityMainInsurant' + , 'InsurancePolicyNumber' + , 'InsuranceStatus' + , 'InsuranceSupplement' + , 'IKNumberInsurance' + , 'NameInsurance' + , 'VKNR' + , 'CardValidUntil' + , 'CardReadingDate' +] From 05417f33cf91320bf0ca757e7be1fbee8116298c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Gei=C3=9Finger?= Date: Fri, 19 Aug 2016 15:53:00 +0200 Subject: [PATCH 3/3] update: added zgk segment (Germany) --- lib/segments/zgk.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 lib/segments/zgk.js diff --git a/lib/segments/zgk.js b/lib/segments/zgk.js new file mode 100644 index 0000000..07f303f --- /dev/null +++ b/lib/segments/zgk.js @@ -0,0 +1,22 @@ +'use strict' + +exports.name = 'ZGK' + +exports.fields = [ + 'SegmentType' + , 'CardType' + , 'WOP' + , 'ClassificationOfSample' + , 'LegalSystem' + , 'RefundAmbulant' + , 'RefundAll' + , 'InPatientBenefits' + , 'PercentageInpatientBenefits' + , 'PercentageGrant' + , 'StandardRate' + , 'IdentificationOfSpecialGroupsOfPersons' + , 'Feeable' + , 'DmpMarkerEGK' + , 'DmpMarkerKVCard' + , 'SpecialTreatmentIsuredAbroad' +]