--- type: "example" title: "List Example: list-example-xds" resource: "List" example: "list-example-xds" --- # List Example: list-example-xds ## Example XML ```xml <code> <text value="History and Physical"/> </code> <subject> <reference value="Patient/xcda"/> </subject> <date value="2004-12-25T23:50:50-05:00"/> <source> <reference value="#a1"/> </source> <!-- <recipient> <reference value="Practitioner/xcda1"/> </recipient> <source value="urn:oid:1.3.6.1.4.1.21367.2009.1.2.1"/> --> <entry> <item> <reference value="DocumentReference/example"/> </item> </entry> <!-- <related> <identifier> <system value="http://example.org/documents"/> <value value="23425234234-9999"/> </identifier> <ref> <reference value="DocumentReference/example"/> </ref> </related> --> </List> ```