<?xml version="1.0" encoding="UTF-8"?>

<CommunicationRequest xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml">To be filled out at a later time</div>
  </text>
  <status value="active"/>
  <intent value="proposal"/>
  <!--  insert contents here  -->
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
</CommunicationRequest>