Skip to content

Commit

Permalink
fix for syntax error on sections_r1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Young committed Aug 2, 2014
1 parent 4782138 commit 4e83091
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions lib/CCDA/sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,22 @@ var sections = {
};

var sections_r1 = {
"Advance directives section":"2.16.840.1.113883.10.20.1.1",
"Alerts section": "2.16.840.1.113883.10.20.1.2",
"Encounters section": "2.16.840.1.113883.10.20.1.3",
"Family history section": "2.16.840.1.113883.10.20.1.4",
"Functional status section": "2.16.840.1.113883.10.20.1.5",
"Immunizations section": "2.16.840.1.113883.10.20.1.6",
"Medical equipment section": "2.16.840.1.113883.10.20.1.7",
"Medications section": "2.16.840.1.113883.10.20.1.8",
"Payers section": "2.16.840.1.113883.10.20.1.9",
"Plan of care section": "2.16.840.1.113883.10.20.1.10",
"Problem section":"2.16.840.1.113883.10.20.1.11",
"Procedures section": "2.16.840.1.113883.10.20.1.12",
"Purpose section": "2.16.840.1.113883.10.20.1.13",
"Results section": "2.16.840.1.113883.10.20.1.14",
"Social history section": "2.16.840.1.113883.10.20.1.15",
"Vital signs section": "2.16.840.1.113883.10.20.1.16"
"AdvanceDirectivesSection":"2.16.840.1.113883.10.20.1.1",
"AlertsSection":"2.16.840.1.113883.10.20.1.2",
"EncountersSection":"2.16.840.1.113883.10.20.1.3",
"FamilyHistorySection":"2.16.840.1.113883.10.20.1.4",
"FunctionalStatusSection":"2.16.840.1.113883.10.20.1.5",
"ImmunizationsSection":"2.16.840.1.113883.10.20.1.6",
"MedicalEquipmentSection":"2.16.840.1.113883.10.20.1.7",
"MedicationsSection":"2.16.840.1.113883.10.20.1.8",
"PayersSection":"2.16.840.1.113883.10.20.1.9",
"PlanOfCareSection":"2.16.840.1.113883.10.20.1.10",
"ProblemSection":"2.16.840.1.113883.10.20.1.11",
"ProceduresSection":"2.16.840.1.113883.10.20.1.12",
"PurposeSection":"2.16.840.1.113883.10.20.1.13",
"ResultsSection":"2.16.840.1.113883.10.20.1.14",
"SocialHistorySection":"2.16.840.1.113883.10.20.1.15",
"VitalSignsSection":"2.16.840.1.113883.10.20.1.16"
};

module.exports.sections = sections;
Expand Down

0 comments on commit 4e83091

Please sign in to comment.