1.3.6.1.4.1.19376.1.5.3.1.2.4

From IHE Wiki
Revision as of 13:20, 15 May 2007 by Kboone (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Patient Contacts

Patient contacts are recorded as described in HL7 CCD: 3.3

<guardian classCode='GUARD'>
  <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4'/>
  <code code='' displayName='' codeSystem='2.16.840.1.113883.5.111' codeSystemName='RoleCode'/>
  <addr></addr>
  <telecom />
  <guardianPerson>
    <name></name>
  </guardianPerson>
</guardian>
Guardians
<participant typeCode='IND'>
  <templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4'/>
  <time value='20070213'/>
  <associatedEntity classCode='AGNT|CAREGIVER|ECON|NOK|PRS'>
    <code code='' displayName='' codeSystem='2.16.840.1.113883.5.111' codeSystemName='RoleCode'/>
    <addr></addr>
    <telecom value='' use=''/>
    <assignedPerson><name></name></assignedPerson>
  </associatedEntity>
</participant>
Other Caregivers
<guardian classCode='GUARD'>

The guardians of a patient shall be recorded in the <guardian> element beneath the <patient> element.

<participant typeCode='IND'>

Other contacts are recorded as <participant> elements appearing in the document header. The classCode attribute shall be set to 'IND'.

<templateId root='1.3.6.1.4.1.19376.1.5.3.1.2.4'/>

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

<time value=>

The

<associatedEntity classCode='AGNT|CAREGIVER|ECON|NOK|PRS'>

The <associatedEntity> element identifies the type of contact. The classCode attribute shall be present, and contains a value from the set AGNT, CAREGIVER, ECON, NOK, or PRS to identify contacts that are agents of the patient, care givers, emergency contacts, next of kin, or other relations respectively.

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

The relationship between the patient and the guardian or other contact should be recorded in the <code> element. The code attribute is required and comes from the HL7 PersonalRelationshipRoleType vocabulary. The codeSystem attribute is required and shall be represented exactly as shown above.

<addr>

The address of the guardian or other contact should be present, and shall be represented as any other address would be in CDA.

<telecom>

The phone number of the guardian or other contact should be present, and shall be represented as any other phone number would be in CDA.

<guardianPerson><name/> or <assignedPerson><name/>

The name of the guardian or other contact shall be present, and shall be represented as any other name would be in CDA.