Hello,
I am working on an archetype-enabled document editor that parses a TRANSACTION
with ORGANIZERs and ENTRYs to create an appropriate form. How shoud an ENTRY
be structured so a clinician can be provided with "boiler-plate" options to be
selected for the given ENTRY (e.g. OBSERVATION)?
An XML-based example:
<ORGANIZER name="Preoperative Procedure"
id="ethidium.organizer.pain-preop-procedure.v1"
isSpecializationOf="ethidium.organizer.preop-procedure.v1">
<OBSERVATION name="OR Prep." id="ethidium.entry.observation.or-prep.v1">
<DATA type="SINGLE_EVENT">
<ITEM type="SINGLE_S">
<ITEM type="ELEMENT">
<VALUE type="DV_TEXT">
The patients back was prepped with
<select>
<option value="Betadine"
selected="true">Betadine</option>
<option value="alcohol">alcohol</option>
<option value="Hibiclens">Hibiclens</option>
</select>
and draped in the usual sterile fashion.
</VALUE>
</ITEM>
</ITEM>
</DATA>
</OBSERVATION>
</ORGANIZER>
-
If you have any questions about using this list,
please send a message to d.lloyd at openehr.org