<?xml version="1.0" encoding="UTF-8"?><DeviceAssociation xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
  </text>
  <device>
    <reference value="Device/prod1"/>
  </device>
  <status>
    <coding>
      <system value="http://hl7.org/fhir/deviceassociation-status"/>
      <code value="implanted"/>
    </coding>
  </status>

  <subject>
    <reference value="Patient/pat1"/>
    <display value="Donald Duck"/> 
  </subject>

    <!--  insert contents here  -->
  
</DeviceAssociation>