For example, a document which identifies "Mr. John Smith" as the spouse of the record target would do so as illustrated in Figure 12.
Figure 12 - Sample spouse template data
<participant typeCode="IND">
<associatedEntity classCode="NOK">
<code code="127848009" displayName="patient's domestic partner"
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>Smioth</family>
</name>
</associatedPerson>
</associatedEntity>
</participant>

  • No labels