Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.2.2"

From IHE Wiki
Jump to navigation Jump to search
m (Changed to Trial)
m
 
Line 5: Line 5:
 
|Example=
 
|Example=
 
<pre>
 
<pre>
<participant typeCode='PART'>
+
<participant typeCode='IND'>
 
   <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.2'/>
 
   <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.2'/>
 
   <time>
 
   <time>
Line 25: Line 25:
 
}}
 
}}
  
=====&lt;participant typeCode='PART'>=====
+
=====&lt;participant typeCode='IND'>=====
The typeCode of the participant shall be PART.   
+
The typeCode of the participant shall be IND.   
 
=====&lt;templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.2'/>=====
 
=====&lt;templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.2'/>=====
 
The <templateId> element identifies this <participant> as a school or employer contact for validation of the content.  The templateId must have root='1.3.6.1.4.1.19376.1.5.3.1.2.2'.
 
The <templateId> element identifies this <participant> as a school or employer contact for validation of the content.  The templateId must have root='1.3.6.1.4.1.19376.1.5.3.1.2.2'.

Latest revision as of 15:58, 2 October 2008

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 Employer and School Contacts 1.3.6.1.4.1.19376.1.5.3.1.2.2

Employer and school informational contacts shall be recorded as participants in the CDA Header as demonstrated in the figure below. These contacts shall conform to the General Constraints found in HL7 CRS: 2.1.1 with respect to the requirements for name, address, telephone numbers and other contact information.

The figure below shows how the information for this element is coded, and further constraints are provided in the following sections.


Uses

See Templates using Employer and School Contacts

Specification
Employer and School Contacts Example
<participant typeCode='IND'>
  <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.2'/>
  <time>
    <low value=''/>
    <high value=''/>
  </time>
  <associatedEntity classCode='CON'>
    <id root='' extension=''/>
    <code code='EMPLOYER|SCHOOL|AFFILIATED' codeSystem='1.3.5.1.4.1.19376.1.5.3.3' codeSystemName='IHERoleCode'/>
    <associatedPerson><name>…</name></associatedPerson>
    <scopingOrganization>
      <name>…</name>
      <telecom value='' use=''/>
      <addr>…</addr>
    </scopingOrganization>
  </associatedEntity>
</participant>  


<participant typeCode='IND'>

The typeCode of the participant shall be IND.

<templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.2'/>

The <templateId> element identifies this <participant> as a school or employer contact for validation of the content. The templateId must have root='1.3.6.1.4.1.19376.1.5.3.1.2.2'.

<time><low value=' '/><high value=' '/>

The time element indicates the start and stop time range for this contact. These dates shall correspond to the start and stop dates for employment, enrollment, or other affiliation with the organization described.

<associatedEntity classCode='CON'>

The <associatedEntity> element provides the contact information (classCode='CON') for the school, employer or affiliated organization.

<code code='EMPLOYER|SCHOOL|AFFILIATED' codeSystem='1.3.5.1.4.1.19376.1.5.3.3' codeSystemName='IHERoleCode'/>

The code value shall indicate whether the participant is the employer, school or other affiliated (e.g., volunteer) organization. See also the IHE Role Code Vocabulary(1.3.5.1.4.1.19376.1.5.3.3)

<associatedPerson><name>…</name></associatedPerson>

This element should be present. When present is shall provide the name of a contact person within the organization.

<scopingOrganization><name>…</name><telecom value= use=/><addr>…</addr></scopingOrganization>

This element shall be present, and shall provide the name, address and telephone number of the organization.