Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wikipages (including comments)

...

The example above is a non-tested not so well thought through example, so syntax and structure will likely change, one might for example want to nest a <DV_CODED_TEXT> inside the <DV_ORDINAL> instead of having corresponding info in attributes. Also path format or length might be different. Se below for some alternatives of another example.

The approach could be used either for only current OPT COMPOSITION-based storage forms or also for wider application builds as described above.

...

This section (...renderer needed for pilot testing of surgery process...) was added by Erik Sundvall on behalf of the Region Östergötland "GOLI(a)T"-project that, among other things, extends OpGuide.

Other alternative angular template formats

Based on the example https://github.com/ethercis/ethercis/blob/master/doc/OPT%20introspection.md#dv_coded_text

<DV_CODED_TEXT attribute_name="value">
<constraint attribute_name="defining_code" min_op=">=" min="1" max_op="<=" max="1" class="radio-buttons">
[
{
"code_string": "at1003",
"terminology": "local",
"description": "The subject was standing.",
"value": "Standing"
},
{
"code_string": "at1001",
"terminology": "local",
"description": "The subject was sitting (for example on bed or chair).",
"value": "Sitting"
},
... ]
</constraint>
...TO BE CONTINUED ANOTHER DAY...

References

[1]
H. van der Linden, T. Austin, J. Talmon, Generic screen representations for future-proof systems, is it possible? There is more to a GUI than meets the eye, Comput Methods Programs Biomed. 95 (2009) 213–226. doi:10.1016/j.cmpb.2009.03.003.
Model Driven Development of Clinical Information Sytems using openEHR
Koray ATALAG , Hong Yul YANG, Ewan TEMPERO, Jim WARREN 

...