1.3.6.1.4.1.19376.1.5.3.1.2.5

From IHE Wiki
Revision as of 12:44, 15 May 2007 by Kboone (talk | contribs)
Jump to navigation Jump to search

Authorization

Each <authorization> element in the CDA Header represents an informed consent. The document being shared shall represent informed consent to one policy expressed by the XDS Affinity Domain in an <authorization> element. The consent shall have a unique identifier contained in the <id> element, representing the patient consent to that policy. The policy being consented to shall be represented in the <code> element.

<authorization typeCode='AUTH'>
  <consent classCode='CONS' moodCode='EVN'>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.5'/>
    <id root=''/>
    <code code='' codeSystem='' codeSystemName='' displayName=''/>
    <statusCode code='completed'/>
  </consent>
</authorization>
Authorization to Share a Document

Policies are identified using an Affinity Domain specified coding system. Each coded value in that vocabulary represents one affinity domain specific policy.

<authorization typeCode='AUTH'>

At least one <authorization> element must be present in a consent medical document in documents shared by Document Source actors that implement the privacy option. The typeCode attribute shall be present and be valued with AUTH, indicating that this is an authorization act related to the document.

<consent classCode='CONS' moodCode='EVN'>

Each authorization element shall have one <consent> element. The classCode shall be present and be valued with CONS, indicating that the related act is an informed consent. The moodCode shall be EVN, indicating that this element represents and act that has occurred.

<templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.5'/>

The <templateId> element shall be recorded as shown above and identifies this consent as an authorization entry.

<id root=' '/>

The <consent> element shall have one identifier that is used to uniquely identify the consent act. This identifier shall contain a root attribute, and shall not contain an extension attribute.

<code code=' ' codeSystem=' ' codeSystemName=' ' displayName=' '/>

The <consent> element shall have one element that is used to identify the consent policy that was agreed to by the patient.