The globally unique identifier for the document as described in the id field of the document. This attribute will be populated using the following XPath:
Let $docID = /ClinicalDocument/id
concat($docID/@root, "^", $docID/@extension)

  • No labels