The sourcePatientId slot data is copied from the source CDA document via the following XPath:
Let $patId = /ClinicalDocument/recordTarget/patientRole/id
concat($patId/@extension, "^^^&", $patId/@root, "&ISO")
Example:
<rim:Slot name="sourcePatientId">
<rim:ValueList>
<rim:Value>7032^^^&1.3.6.1.4.1.33349.3.1.3.201203.2.1.1.0&ISO</rim:Value>
</rim:ValueList>
</rim:Slot>

  • No labels