Consolidated CDA (C-CDA)
3.0.0 - STU United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 3.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

Example Binary: Related Person Relationship and Name Participant Example

This content is an example of the Related Person Relationship and Name Participant Logical Model and is not a FHIR Resource

    
<participant  xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" typeCode="IND">
  <!-- typeCode "IND" represents indirect -->
  <templateId root="2.16.840.1.113883.10.20.22.5.8" extension="2023-05-01"/>
  <!-- SHALL be from INDRoleclassCodes 2.16.840.1.113883.11.20.9.33 -->
  <associatedEntity classCode="PRS">
    <!-- classCode "PRS" represents personal relationship -->
    <!-- Personal And Legal Relationship Role Type Value Set -->
    <code code="MTH" codeSystem="2.16.840.1.113883.5.111"/>
    <!-- OPTIONAL US Realm Address -->
    <addr use="HP">
      <streetAddressLine>2222 Home Street</streetAddressLine>
      <city>Beaverton</city>
      <state>OR</state>
      <postalCode>97867</postalCode>
      <country>US</country>
    </addr>
    <!-- OPTIONAL TELECOM -->
    <telecom value="tel:+1(555)555-2008" use="MC"/>
    <associatedPerson>
      <!-- REQUIRED US Realm Person Name Format -->
      <name>
        <given>Boris</given>
        <given qualifier="CL">Bo</given>
        <family>Betterhalf</family>
      </name>
    </associatedPerson>
  </associatedEntity>
</participant>