This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
Publish-box
(todo)
Example
List/example-xds
(XML)
Raw
XML
(
canonical
form
+
also
see
XML
Format
Specification
)
Jump
past
Narrative
XDS
SubmissionSet
example
(id
=
"example-xds")
<?xml version="1.0" encoding="UTF-8"?>
<!-- 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 -->
<!--
<recipient>
<reference value="Practitioner/xcda1"/>
</recipient>
<source value="urn:oid:1.3.6.1.4.1.21367.2009.1.2.1"/>
-->
<!--
<related>
<identifier>
<system value="http://example.org/documents"/>
<value value="23425234234-9999"/>
</identifier>
<ref>
<reference value="DocumentReference/example"/>
</ref>
</related>
-->
<List xmlns="http://hl7.org/fhir">
<id value="example-xds"/> <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> <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> <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>
<entry> <item> <reference value="DocumentReference/example"/> </item> </entry>
</
List
>
Usage
note:
every
effort
has
been
made
to
ensure
that
the
examples
are
correct
and
useful,
but
they
are
not
a
normative
part
of
the
specification.