Skip to content

Commit

Permalink
support free-text instructions (no references) for medications
Browse files Browse the repository at this point in the history
  • Loading branch information
jsachs committed Dec 8, 2015
1 parent a3dd49d commit 46b5de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/parser/ccda/sections/medications.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ var exportMedicationsSection = function (version) {

var MedicationInstructions = component.define("MedicationInstructions")
.fields([
["code", "0..1", "h:code", shared.ConceptDescriptor]
//["freeText", "0..1", "h:text", shared.TextWithReference]
["code", "0..1", "h:code", shared.ConceptDescriptor],
["text", "0..1", "h:text/text()"]
]);

// below entries differ between ccda-r1.1 and ccda-r1.0
Expand Down

0 comments on commit 46b5de9

Please sign in to comment.