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

<Linkage xmlns="http://hl7.org/fhir" resourceDefinition="http://hl7.org/fhir/StructureDefinition/Linkage|0.1.0">
  <id value="example"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Linkage example</b></p><a name="example"> </a><a name="hcexample"> </a><p><b>author</b>: <a href="Practitioner/f201">Practitioner/f201</a></p><blockquote><p><b>item</b></p><p><b>type</b>: Source of Truth</p><p><b>resource</b>: <a href="Condition/example">Severe burn of left ear (Date: 24-May 2012)</a></p></blockquote><blockquote><p><b>item</b></p><p><b>type</b>: Alternate Record</p><p><b>resource</b>: <a href="Condition/example-linkage">Severe burn of left ear (Date: 24-May 2012)</a></p></blockquote></div>
  </text>
  <author>
    <reference value="Practitioner/f201"/>
  </author>
  <item>
    <type value="source"/>
    <resource>
      <reference value="Condition/example"/>
      <display value="Severe burn of left ear (Date: 24-May 2012)"/>
    </resource>
  </item>
  <item>
    <type value="alternate"/>
    <resource>
      <reference value="Condition/example-linkage"/>
      <display value="Severe burn of left ear (Date: 24-May 2012)"/>
    </resource>
  </item>
</Linkage>