1.3.6.1.4.1.19376.1.5.3.1.2.4.1: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
m New page: {{HL7V3|Spouse|1.3.6.1.4.1.19376.1.5.3.1.2.4.1|Comment| The spouse header element records the spouse of a patient, and inherits other constraints from the {{ILink|1.3.6.1.4.1.19376.1.5.3.1...
 
Kboone (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
|Parent=1.3.6.1.4.1.19376.1.5.3.1.2.4
|Parent=1.3.6.1.4.1.19376.1.5.3.1.2.4
|ParentName=Patient Contacts
|ParentName=Patient Contacts
|Example=
|Example= 
 
  <participant typeCode='IND'>
  <participant typeCode='IND'>
   <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4'/>
   <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4'/>
Line 13: Line 12:
   <time value='20070213'/>
   <time value='20070213'/>
   '''<associatedEntity classCode='PRS'>'''
   '''<associatedEntity classCode='PRS'>'''
     '''<code code='xx-spouse|184142008' displayName='&nbsp;' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>'''
     '''<code code='xx-spouse{{!}}184142008' displayName='&nbsp;' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>'''
     <addr></addr>
     <addr></addr>
     <telecom value='&nbsp;' use='&nbsp;'/>
     <telecom value='&nbsp;' use='&nbsp;'/>
Line 39: Line 38:
=====<code code='xx-spouse|184142008' displayName='&nbsp;' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>=====
=====<code code='xx-spouse|184142008' displayName='&nbsp;' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>=====
This element SHALL use xx-spouse (requested) to represent the patient's spouse or 184142008 to represent the patient's next of kin. The code system name is SNOMED CT.
This element SHALL use xx-spouse (requested) to represent the patient's spouse or 184142008 to represent the patient's next of kin. The code system name is SNOMED CT.
===== Completed Example =====
<pre>
  <!-- Husband/Domestic Partner -->
  <participant typeCode="IND">
    <associatedEntity classCode="NOK">
      <code code="184142008" displayName="patient's next of kin"
        codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
      <addr>
        <streetAddressLine>45 Chunn Dr.</streetAddressLine>
        <city>Spring Hill</city>
        <state>TN</state>
        <postalCode>37174</postalCode>
        <country>USA</country>
      </addr>
      <telecom value="tel:(999)555-1212" use="WP"/>
      <associatedPerson>
        <name>
          <prefix>Mr.</prefix>
          <given>John</given>
          <family>Youngston</family>
        </name>
      </associatedPerson>
    </associatedEntity>
  </participant>
</pre>

Latest revision as of 17:08, 29 May 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

Spouse 1.3.6.1.4.1.19376.1.5.3.1.2.4.1

The spouse header element records the spouse of a patient, and inherits other constraints from the Patient Contacts entry. Items in bold in the example below show the additional constraints on this element.

This element SHALL be included as a participant in the header of the CDA document in the event of the pregnancy. If this does not apply to the patient this element SHALL use a null flavor.


Parent Template

The parent of this template is Patient Contacts.

Uses

See Templates using Spouse

Specification
Spouse Example
 
<participant typeCode='IND'>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4'/>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4.1'/>
 


<templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4'/><templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4.1'/>

The <templateId> element identifies this person as a spouse and must be recorded exactly as shown above.

<rule context='hl7:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.2.4.1"]'>
  <assert test='hl7:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.2.4"'>
    A participant using template 1.3.6.1.4.1.19376.1.5.3.1.2.4.1 must also use template 1.3.6.1.4.1.19376.1.5.3.1.2.4.
  </assert>
</rule>
<associatedEntity classCode='PRS'>

The classCode attribute of the <associatedEntity> element shall be PRS.

<rule context='hl7:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.2.4.1"]'>
  <assert test='../hl7:associatedEntity/@classCode = "PRS"'>
    The classCode attribute of the associated entity shall be PRS.
  </assert>
</rule>

This element SHALL use xx-spouse (requested) to represent the patient's spouse or 184142008 to represent the patient's next of kin. The code system name is SNOMED CT.

Completed Example
  <!-- Husband/Domestic Partner -->
  <participant typeCode="IND">
    <associatedEntity classCode="NOK"> 
      <code code="184142008" displayName="patient's next of kin" 
        codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
      <addr>
        <streetAddressLine>45 Chunn Dr.</streetAddressLine>
        <city>Spring Hill</city>
        <state>TN</state>
        <postalCode>37174</postalCode>
        <country>USA</country>
      </addr>
      <telecom value="tel:(999)555-1212" use="WP"/>
      <associatedPerson>
        <name>
          <prefix>Mr.</prefix>
          <given>John</given>
          <family>Youngston</family>
        </name>
      </associatedPerson>
    </associatedEntity>
  </participant>