Skip to content

Commit

Permalink
Added clarifying comments to diagnostic report yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KATHRYN L WHALEY committed May 10, 2021
1 parent da4d94c commit e6ab635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/hl7/resource/DiagnosticReport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ result:
presentedForm:
valueOf: datatype/Attachment
expressionType: resource
# This merges all the OBX lines together when there is no id (obx3) and the type is TX (obx2)
# This merges all the OBX lines together when there is no id (obx3) and the message has only type 'TX' (obx2).
# Messages with mixed types of OBX segments will not have a presentedForm attachment created.
condition: $obx2 EQUALS TX && $obx3 NULL
vars:
# This concatenates all OBX-5 lines together (the asterisk) and preserves blank lines (the ampersand). Multiple lines are concatenated with a tilde.
Expand Down

0 comments on commit e6ab635

Please sign in to comment.