OpenSHR performs a discrete data import of all recognized entries within a clinical document. There may be occasion at a later time, to replace the contents of an entry with new data. In order to perform a replace, content creators are expected to reference the replaced entry using a reference element within the entry body with a type code of RPLC (replaces). Figure 14 illustrates an example of how entry 21 replaces 12 from domain 1.2.3.4.5.
Figure 14 - Replacing an existing entry sample
<substanceAdministration classCode="SBADM" moodCode="EVN">
...
<id root="1.2.3.4.5" extension="21"/>
...
<reference typeCode="RPLC">
<externalAct classCode="ACT" moodCode="EVN">
<id root="1.2.3.4.5" extension="12"/>
</externalAct>
</reference>
</substanceAdministration>

  • No labels