Skip to main content

๐Ÿง  TS-15 - medicationuse

Descriptionโ€‹

See if software in test can handle medicationuse element and it usage, as stated in MS Cookbook :

Example
...
<transaction>
...
<!-- medicationuse -->
<item>
<id S="ID-KMEHR" SV="1.0">3</id>
<cd S="CD-ITEM" SV="1.11">healthcareelement</cd>
<content>
<cd S="CD-ITEM-MS" SV="1.0">medicationuse</cd>
</content>
<content>
<!-- The focus on the test -->
<text L="nl">For stomachache</text>
</content>
</item>
...
</transaction>
...

Test casesโ€‹

  • With medicationuse
  • Without medicationuse

Filesโ€‹

Expected resultsโ€‹

For each medication of the test cases :

  • Medication must be present
  • If medicationuse is specified, display it (e.g. "For stomachache")