Difference between revisions of "Original Author OID"

From IHE Wiki
Jump to navigation Jump to search
 
Line 33: Line 33:
 
'''<id/>'''
 
'''<id/>'''
  
The ClinicalDocument/author/assignedAuthor/id element, if known, shall include both the root and the extension attributes. Refer back to ‎REFERENCE for more details.
+
The ClinicalDocument/author/assignedAuthor/id element, if known, shall include both the root and the extension attributes. Refer back to ‎[[PCC_TF-2/Bindings]] for more details.
  
 
'''<representedOrganization/>'''
 
'''<representedOrganization/>'''
  
The ClinicalDocument/author/assignedAuthor/representedOrganization/id element, if known, shall include both the root and the extension attributes. Refer back to ‎REFERENCE for more details.
+
The ClinicalDocument/author/assignedAuthor/representedOrganization/id element, if known, shall include both the root and the extension attributes. Refer back to ‎[[PCC_TF-2/Bindings]] for more details.

Latest revision as of 14:12, 22 May 2008

Return to: XDS-SD Harmonization

Development Only

The PCC Wiki Content is used only for development of IHE PCC Content. The Normative content of the PCC Technical Framework and the current supplements can be found at http://www.ihe.net/Technical_Framework/index.cfm#PCC

Trial.gif Original Author Original Author OID

This ClinicalDocument/author element represents the author of the original content. It additionally can encode the original author’s institution in the subelement representedOrganization. Information regarding the original author and his/her institution shall be included, if it is known. In many cases this will have to be supplied by the operator. All subelements retain their original definition as defined by the HL7 CDA R2 specification, unless noted below.


Uses

See Templates using Original Author

Specification
Original Author Example
  <author>
    <time value=“19990522”/>
    <assignedAuthor>
      <id extension=“11111111” root=“1.3.5.35.1.4436.7”/>
      <assignedPerson>
        <name>
          <prefix>Dr.</prefix>
          <given>Bernard</given>
          <family>Wiseman</family>
          <suffix>Sr.</suffix>
        </name>
      </assignedPerson>
    	<representedOrganization>
	   <id extension=“aaaaabbbbb”	root=“1.3.5.35.1.4436.7”/>
	   <name>Dr. Wiseman’s Clinic</name>
      </representedOrganization>
    </assignedAuthor>
  </author>


<templateId root='Original Author OID'/>

The <templateId> element identifies this <author> as the author of original content that has been subsequently scanned into this document. The templateId shall have root="Original Author OID".

The ClinicalDocument/author/time represents the day and time of the authoring of the original content. This value is not restricted beyond statements made in the HL7 CDA R2 documentation.

<assignedAuthor/>

<id/>

The ClinicalDocument/author/assignedAuthor/id element, if known, shall include both the root and the extension attributes. Refer back to ‎PCC_TF-2/Bindings for more details.

<representedOrganization/>

The ClinicalDocument/author/assignedAuthor/representedOrganization/id element, if known, shall include both the root and the extension attributes. Refer back to ‎PCC_TF-2/Bindings for more details.