Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.2.4.2"

From IHE Wiki
Jump to navigation Jump to search
m (New page: {{HL7V3|Natural Father of Fetus|1.3.6.1.4.1.19376.1.5.3.1.2.4.2|Comment| This header element records the natural father of the fetus, and inherits other constraints from the {{ILink|1.3.6....)
 
m
Line 39: Line 39:
 
=====<code code='xx-fatherofbaby' displayName=' ' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>=====
 
=====<code code='xx-fatherofbaby' displayName=' ' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>=====
 
For father of baby the code SHALL be xx-fatherofbaby (requested). The code system name is SNOMED CT
 
For father of baby the code SHALL be xx-fatherofbaby (requested). The code system name is SNOMED CT
 +
==== Completed Example ====
 +
 +
<pre>
 +
  <!-- Father of baby -->
 +
  <participant typeCode="IND">
 +
    <associatedEntity classCode="NOK">
 +
      <code code="xx-fatherofbaby" displayName="Father of Baby"
 +
        codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
 +
      <addr>
 +
        <streetAddressLine>18 Oak Valley Dr.</streetAddressLine>
 +
        <city>Monteagle</city>
 +
        <state>TN</state>
 +
        <postalCode>37205</postalCode>
 +
        <country>USA</country>
 +
      </addr>
 +
      <telecom value="tel:(999)555-1212" use="WP"/>
 +
      <associatedPerson>
 +
        <name>
 +
          <prefix>Mr.</prefix>
 +
          <given>Thomas</given>
 +
          <family>Caster</family>
 +
        </name>
 +
      </associatedPerson>
 +
    </associatedEntity>
 +
  </participant>
 +
</pre>

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

Comment.gif Natural Father of Fetus 1.3.6.1.4.1.19376.1.5.3.1.2.4.2

This header element records the natural father of the fetus, 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 the father of the baby is unknown this element SHALL use a null flavor.


Parent Template

The parent of this template is Patient Contacts.

Uses

See Templates using Natural Father of Fetus

Specification
Natural Father of Fetus 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.2'/>

The <templateId> element identifies this person as the natural father 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.2"]'>
  <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.2 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.2"]'>
  <assert test='../hl7:associatedEntity/@classCode = "PRS"'>
    The classCode attribute of the associated entity shall be PRS.
  </assert>
</rule>
<code code='xx-fatherofbaby' displayName=' ' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>

For father of baby the code SHALL be xx-fatherofbaby (requested). The code system name is SNOMED CT

Completed Example

  <!-- Father of baby -->
  <participant typeCode="IND">
    <associatedEntity classCode="NOK"> 
      <code code="xx-fatherofbaby" displayName="Father of Baby" 
        codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT"/>
      <addr>
        <streetAddressLine>18 Oak Valley Dr.</streetAddressLine>
        <city>Monteagle</city>
        <state>TN</state>
        <postalCode>37205</postalCode>
        <country>USA</country>
      </addr>
      <telecom value="tel:(999)555-1212" use="WP"/>
      <associatedPerson>
        <name>
          <prefix>Mr.</prefix>
          <given>Thomas</given>
          <family>Caster</family>
        </name>
      </associatedPerson>
    </associatedEntity>
  </participant>