This
page
is
part
of
the
FHIR
Specification
(v1.0.2:
DSTU
(v3.0.2:
STU
2).
3).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R4B
R4
R3
R2
R3
R2
| Structured Documents Work Group | Maturity Level : N/A | Ballot Status : Informative | Compartments : Device , Patient , Practitioner , RelatedPerson |
Example
of
documentmanifest
XDS
SubmissionSet
example
(id
=
"example")
<DocumentManifest xmlns="http://hl7.org/fhir"> <id value="example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml">Text</div> </text> <!-- 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> <masterIdentifier> <system value="http://example.org/documents"/> <value value="23425234234-2346"/> </masterIdentifier> <identifier> <system value="http://example.org/documents"/> <value value="23425234234-2347"/> </identifier> <status value="current"/> <type> <text value="History and Physical"/> </type> <subject> <reference value="Patient/xcda"/> </subject> <created value="2004-12-25T23:50:50-05:00"/> <author> <reference value="#a1"/> </author> <recipient> <reference value="Practitioner/xcda1"/> </recipient> <source value="urn:oid:1.3.6.1.4.1.21367.2009.1.2.1"/> <description value="Physical"/> <content> <pReference> <reference value="DocumentReference/example"/> </pReference> </content> <related> <identifier> <system value="http://example.org/documents"/> <value value="23425234234-9999"/> </identifier> <ref> <reference value="DocumentReference/example"/> </ref> </related> </ DocumentManifest >
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.