type: exampleresource: Listexample: list-example-xds
List Example: list-example-xds
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<!--
source data from http://wiki.ihe.net/index.php?title=Annotated_ProvideAndRegister.b_Transaction.
-->
<List xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/documentmanifest.xsd">
<id value="example-xds"/>
<!-- Many XDS systems do not track any id for the author. When systems don't do this,
the only option is for the author information to be contained in the Document Reference -->
<contained>
<Practitioner>
<id value="a1"/>
<name>
<family value="Dopplemeyer"/>
<given value="Sherry"/>
</name>
<telecom>
<system value="email"/>
<value value="john.doe@healthcare.example.org"/>
</telecom>
</Practitioner>
</contained>
<identifier>
<!-- master identifier -->
<type>
<coding>
<system value="http://ihe.net/fhir/CodeSystem/identifier-type"/>
<code value="master"/>
</coding>
</type>
<system value="http://example.org/documents"/>
<value value="23425234234-2346"/>
</identifier>
<identifier>
<!-- set identifier -->
<type>
<coding>
<system value="http://ihe.net/fhir/CodeSystem/identifier-type"/>
<code value="set"/>
</coding>
</type>
<system value="http://example.org/documents"/>
<value value="23425234234-2347"/>
</identifier>
<status value="current"/>
<mode value="working"/>
<title value="Physical"/>
<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>