This page is part of the FHIR Specification (v1.4.0:
STU
3 Ballot 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
. For a full list of available versions, see the
Directory of published versions
.
Page
versions:
. Page versions:
R4B
R4
R3
R2
|
|
Compartments
|
A manifest that defines a set of documents.
A document manifest gathers a set of
DocumentReference
resources
into
a
single
package
that
may
be
the
subject
of
workflow
such
as
access
control,
auditing,
and
targeted
delivery.
Typically,
DocumentManifest
resources
are
used
in
document
indexing
systems,
such
as
IHE
XDS
resources into a single package that may be the subject of workflow such as access control, auditing, and targeted delivery.
Typically, DocumentManifest resources are used in document indexing systems, such as
IHE XDS
(see the
XDS specific profile
(see
the
XDS
specific
profile
).
).
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..1 | Identifier |
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..1 |
Reference
(
Patient
|
|
|
Σ | 0..* |
Reference
(
Patient
|
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..* |
Reference
(
Practitioner
|
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | uri |
|
|
|
1..1 | code |
DocumentReferenceStatus |
|
Σ | 0..1 | string |
|
|
Σ | 1..* | BackboneElement |
|
|
Σ | 1..1 |
|
|
|
Attachment | |||
|
Reference ( Any ) | |||
|
Σ | 0..* | BackboneElement |
|
|
Σ | 0..1 | Identifier |
|
|
Σ | 0..1 | Reference ( Any ) |
|
Documentation for this format
|
||||
UML
Diagram
UML Diagram
XML
Template
XML Template
<DocumentManifest xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <masterIdentifier><!-- 0..1 Identifier Unique Identifier for the set of documents --></masterIdentifier> <identifier><!-- 0..* Identifier Other identifiers for the manifest --></identifier> <subject><!-- 0..1 Reference(Patient|Practitioner|Group|Device) The subject of the set of documents --></subject> <recipient><!-- 0..* Reference(Patient|Practitioner|RelatedPerson|Organization) Intended to get notified about this set of documents --></recipient> <type><!-- 0..1 CodeableConcept Kind of document set --></type> <author><!-- 0..* Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Who and/or what authored the manifest --></author> <created value="[dateTime]"/><!-- 0..1 When this document manifest created --> <source value="[uri]"/><!-- 0..1 The source system/application/software --> <status value="[code]"/><!-- 1..1 current | superseded | entered-in-error --> <description value="[string]"/><!-- 0..1 Human-readable description (title) --> <content> <!-- 1..* The items included --> <p[x]><!-- 1..1 Attachment|Reference(Any) Contents of this set of documents --></p[x]> </content> <related> <!-- 0..* Related things --> <identifier><!-- 0..1 Identifier Identifiers of things that are related --></identifier> <ref><!-- 0..1 Reference(Any) Related Resource --></ref> </related> </DocumentManifest>
JSON
Template
JSON Template
{
"resourceType" : "DocumentManifest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"masterIdentifier" : { Identifier }, // Unique Identifier for the set of documents
"identifier" : [{ Identifier }], // Other identifiers for the manifest
"subject" : { Reference(Patient|Practitioner|Group|Device) }, // The subject of the set of documents
"recipient" : [{ Reference(Patient|Practitioner|RelatedPerson|Organization) }], // Intended to get notified about this set of documents
"type" : { CodeableConcept }, // Kind of document set
"author" : [{ Reference(Practitioner|Organization|Device|Patient|
RelatedPerson) }], // Who and/or what authored the manifest
"created" : "<dateTime>", // When this document manifest created
"source" : "<uri>", // The source system/application/software
"status" : "<code>", // R! current | superseded | entered-in-error
"description" : "<string>", // Human-readable description (title)
"content" : [{ // R! The items included
// p[x]: Contents of this set of documents. One of these 2:
"pAttachment" : { Attachment }
"pReference" : { Reference(Any) }
}],
"related" : [{ // Related things
"identifier" : { Identifier }, // Identifiers of things that are related
"ref" : { Reference(Any) } // Related Resource
}]
}
Structure
| Name | Flags | Card. | Type |
|
|---|---|---|---|---|
|
Σ | DomainResource |
|
|
|
Σ | 0..1 | Identifier |
|
|
Σ | 0..* | Identifier |
|
|
Σ | 0..1 |
Reference
(
Patient
|
|
|
Σ | 0..* |
Reference
(
Patient
|
|
|
Σ | 0..1 | CodeableConcept |
|
|
Σ | 0..* |
Reference
(
Practitioner
|
|
|
Σ | 0..1 | dateTime |
|
|
Σ | 0..1 | uri |
|
|
|
1..1 | code |
DocumentReferenceStatus |
|
Σ | 0..1 | string |
|
|
Σ | 1..* | BackboneElement |
|
|
Σ | 1..1 |
|
|
|
Attachment | |||
|
Reference ( Any ) | |||
|
Σ | 0..* | BackboneElement |
|
|
Σ | 0..1 | Identifier |
|
|
Σ | 0..1 | Reference ( Any ) |
|
Documentation for this format
|
||||
XML
Template
XML Template
<DocumentManifest xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <masterIdentifier><!-- 0..1 Identifier Unique Identifier for the set of documents --></masterIdentifier> <identifier><!-- 0..* Identifier Other identifiers for the manifest --></identifier> <subject><!-- 0..1 Reference(Patient|Practitioner|Group|Device) The subject of the set of documents --></subject> <recipient><!-- 0..* Reference(Patient|Practitioner|RelatedPerson|Organization) Intended to get notified about this set of documents --></recipient> <type><!-- 0..1 CodeableConcept Kind of document set --></type> <author><!-- 0..* Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Who and/or what authored the manifest --></author> <created value="[dateTime]"/><!-- 0..1 When this document manifest created --> <source value="[uri]"/><!-- 0..1 The source system/application/software --> <status value="[code]"/><!-- 1..1 current | superseded | entered-in-error --> <description value="[string]"/><!-- 0..1 Human-readable description (title) --> <content> <!-- 1..* The items included --> <p[x]><!-- 1..1 Attachment|Reference(Any) Contents of this set of documents --></p[x]> </content> <related> <!-- 0..* Related things --> <identifier><!-- 0..1 Identifier Identifiers of things that are related --></identifier> <ref><!-- 0..1 Reference(Any) Related Resource --></ref> </related> </DocumentManifest>
JSON
Template
JSON Template
{
"resourceType" : "DocumentManifest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"masterIdentifier" : { Identifier }, // Unique Identifier for the set of documents
"identifier" : [{ Identifier }], // Other identifiers for the manifest
"subject" : { Reference(Patient|Practitioner|Group|Device) }, // The subject of the set of documents
"recipient" : [{ Reference(Patient|Practitioner|RelatedPerson|Organization) }], // Intended to get notified about this set of documents
"type" : { CodeableConcept }, // Kind of document set
"author" : [{ Reference(Practitioner|Organization|Device|Patient|
RelatedPerson) }], // Who and/or what authored the manifest
"created" : "<dateTime>", // When this document manifest created
"source" : "<uri>", // The source system/application/software
"status" : "<code>", // R! current | superseded | entered-in-error
"description" : "<string>", // Human-readable description (title)
"content" : [{ // R! The items included
// p[x]: Contents of this set of documents. One of these 2:
"pAttachment" : { Attachment }
"pReference" : { Reference(Any) }
}],
"related" : [{ // Related things
"identifier" : { Identifier }, // Identifiers of things that are related
"ref" : { Reference(Any) } // Related Resource
}]
}
Alternate
definitions:
Alternate definitions:
Schema
/
Schematron
,
Resource
Profile
(
, Resource Profile (
XML
,
,
JSON
),
),
Questionnaire
| Path | Definition | Type | Reference |
|---|---|---|---|
|
|
|
Preferred |
|
|
|
|
Required | DocumentReferenceStatus |
Search parameters for this resource. The
common parameters
also apply. See
Searching
for
more
information
about
searching
in
REST,
messaging,
and
services.
for more information about searching in REST, messaging, and services.
| Name | Type | Description | Paths |
| author | reference |
|
DocumentManifest.author
( Device |
| content-ref | reference |
|
DocumentManifest.content.pReference
(Any) |
| created | date |
|
DocumentManifest.created |
| description | string |
|
DocumentManifest.description |
| identifier | token |
|
|
| patient | reference |
|
DocumentManifest.subject
( Patient ) |
| recipient | reference |
|
DocumentManifest.recipient
( Organization |
| related-id | token |
|
DocumentManifest.related.identifier |
| related-ref | reference |
|
DocumentManifest.related.ref
(Any) |
| source | uri |
|
DocumentManifest.source |
| status | token |
|
DocumentManifest.status |
| subject | reference |
|
DocumentManifest.subject
( Device |
| type | token |
|
DocumentManifest.type |