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
:
|
Trial Use | Compartments : Device , Patient , Practitioner , RelatedPerson |
A
manifest
that
defines
a
set
collection
of
documents.
documents
compiled
for
a
purpose
together
with
metadata
that
applies
to
the
collection.
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
(see
the
XDS
specific
profile
).
.
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ | DomainResource |
A
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
Σ | 0..1 | Identifier | Unique Identifier for the set of documents |
|
Σ | 0..* | Identifier |
Other
identifiers
for
the
manifest
|
|
?! Σ | 1..1 |
|
current
|
DocumentReferenceStatus |
| Σ | 0..1 | CodeableConcept |
Kind
of
Document Type Value Set ( Preferred ) |
|
Σ | 0..1 |
Reference
(
Patient
|
Practitioner
|
|
The subject of the set of documents |
|
Σ | 0..1 |
|
When
this
document
|
|
Σ | 0..* | Reference ( Practitioner | Organization | Device | Patient | RelatedPerson ) |
Who
and/or
what
authored
the
manifest
|
|
Σ | 0..* |
|
Intended
to
get
notified
about
this
|
|
Σ | 0..1 | uri | The source system/application/software |
|
Σ | 0..1 | string | Human-readable description (title) |
|
Σ | 1..* | BackboneElement |
The
items
included
|
|
Σ | 1..1 | Contents of this set of documents | |
|
Attachment | |||
|
Reference ( Any ) | |||
|
Σ | 0..* | BackboneElement |
Related
things
|
|
Σ | 0..1 | Identifier | Identifiers of things that are related |
|
Σ | 0..1 | Reference ( Any ) | Related Resource |
Documentation
for
this
format
|
||||
UML Diagram ( Legend )
XML Template
<<DocumentManifest xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</masterIdentifier> <</identifier> <</subject> <</recipient> <</type> <|<masterIdentifier><!-- 0..1 Identifier Unique Identifier for the set of documents --></masterIdentifier> <identifier><!-- 0..* Identifier Other identifiers for the manifest --></identifier> <status value="[code]"/><!-- 1..1 current | superseded | entered-in-error --> <type><!-- 0..1 CodeableConcept Kind of document set --></type> <subject><!-- 0..1 Reference(Patient|Practitioner|Group|Device) The subject of the set of documents --></subject> <created value="[dateTime]"/><!-- 0..1 When this document manifest created --> <author><!-- 0..* Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Who and/or what authored the manifest --></author>< < < < < <</p[x]><recipient><!-- 0..* Reference(Patient|Practitioner|RelatedPerson|Organization) Intended to get notified about this set of documents --></recipient> <source value="[uri]"/><!-- 0..1 The source system/application/software --> <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>< <</identifier> <</ref><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
{ "resourceType" : "",{"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 "status" : "<code>", // R! current | superseded | entered-in-error "type" : { CodeableConcept }, // Kind of document set "subject" : { Reference(Patient|Practitioner|Group|Device) }, // The subject of the set of documents "created" : "<dateTime>", // When this document manifest created "author" : [{ Reference(Practitioner|Organization|Device|Patient| RelatedPerson) }], // Who and/or what authored the manifest" " " " ""recipient" : [{ Reference(Patient|Practitioner|RelatedPerson|Organization) }], // Intended to get notified about this set of documents "source" : "<uri>", // The source system/application/software "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 }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:DocumentManifest; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:DocumentManifest.masterIdentifier [ Identifier ]; # 0..1 Unique Identifier for the set of documents fhir:DocumentManifest.identifier [ Identifier ], ... ; # 0..* Other identifiers for the manifest fhir:DocumentManifest.status [ code ]; # 1..1 current | superseded | entered-in-error fhir:DocumentManifest.type [ CodeableConcept ]; # 0..1 Kind of document set fhir:DocumentManifest.subject [ Reference(Patient|Practitioner|Group|Device) ]; # 0..1 The subject of the set of documents fhir:DocumentManifest.created [ dateTime ]; # 0..1 When this document manifest created fhir:DocumentManifest.author [ Reference(Practitioner|Organization|Device|Patient|RelatedPerson) ], ... ; # 0..* Who and/or what authored the manifest fhir:DocumentManifest.recipient [ Reference(Patient|Practitioner|RelatedPerson|Organization) ], ... ; # 0..* Intended to get notified about this set of documents fhir:DocumentManifest.source [ uri ]; # 0..1 The source system/application/software fhir:DocumentManifest.description [ string ]; # 0..1 Human-readable description (title) fhir:DocumentManifest.content [ # 1..* The items included # DocumentManifest.content.p[x] : 1..1 Contents of this set of documents. One of these 2 fhir:DocumentManifest.content.pAttachment [ Attachment ] fhir:DocumentManifest.content.pReference [ Reference(Any) ] ], ...; fhir:DocumentManifest.related [ # 0..* Related things fhir:DocumentManifest.related.identifier [ Identifier ]; # 0..1 Identifiers of things that are related fhir:DocumentManifest.related.ref [ Reference(Any) ]; # 0..1 Related Resource ], ...; ]
Changes since DSTU2
| DocumentManifest |
See the Full Difference for further information
This analysis is available as XML or JSON .
See R2 <--> R3 Conversion Maps (status = 1 test that all execute ok. 1 fail round-trip testing and all r3 resources are valid.).
Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
Σ | DomainResource |
A
Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension |
|
|
Σ | 0..1 | Identifier | Unique Identifier for the set of documents |
|
Σ | 0..* | Identifier |
Other
identifiers
for
the
manifest
|
|
?! Σ | 1..1 |
|
current
|
DocumentReferenceStatus |
| Σ | 0..1 | CodeableConcept |
Kind
of
Document Type Value Set ( Preferred ) |
|
Σ | 0..1 |
Reference
(
Patient
|
Practitioner
|
|
The subject of the set of documents |
|
Σ | 0..1 |
|
When
this
document
|
|
Σ | 0..* | Reference ( Practitioner | Organization | Device | Patient | RelatedPerson ) |
Who
and/or
what
authored
the
manifest
|
|
Σ | 0..* |
|
Intended
to
get
notified
about
this
|
|
Σ | 0..1 | uri | The source system/application/software |
|
Σ | 0..1 | string | Human-readable description (title) |
|
Σ | 1..* | BackboneElement |
The
items
included
|
|
Σ | 1..1 | Contents of this set of documents | |
|
Attachment | |||
|
Reference ( Any ) | |||
|
Σ | 0..* | BackboneElement |
Related
things
|
|
Σ | 0..1 | Identifier | Identifiers of things that are related |
|
Σ | 0..1 | Reference ( Any ) | Related Resource |
Documentation
for
this
format
|
||||
XML Template
<<DocumentManifest xmlns="http://hl7.org/fhir"><!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension -->
<</masterIdentifier> <</identifier> <</subject> <</recipient> <</type> <|<masterIdentifier><!-- 0..1 Identifier Unique Identifier for the set of documents --></masterIdentifier> <identifier><!-- 0..* Identifier Other identifiers for the manifest --></identifier> <status value="[code]"/><!-- 1..1 current | superseded | entered-in-error --> <type><!-- 0..1 CodeableConcept Kind of document set --></type> <subject><!-- 0..1 Reference(Patient|Practitioner|Group|Device) The subject of the set of documents --></subject> <created value="[dateTime]"/><!-- 0..1 When this document manifest created --> <author><!-- 0..* Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Who and/or what authored the manifest --></author>< < < < < <</p[x]><recipient><!-- 0..* Reference(Patient|Practitioner|RelatedPerson|Organization) Intended to get notified about this set of documents --></recipient> <source value="[uri]"/><!-- 0..1 The source system/application/software --> <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>< <</identifier> <</ref><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
{ "resourceType" : "",{"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 "status" : "<code>", // R! current | superseded | entered-in-error "type" : { CodeableConcept }, // Kind of document set "subject" : { Reference(Patient|Practitioner|Group|Device) }, // The subject of the set of documents "created" : "<dateTime>", // When this document manifest created "author" : [{ Reference(Practitioner|Organization|Device|Patient| RelatedPerson) }], // Who and/or what authored the manifest" " " " ""recipient" : [{ Reference(Patient|Practitioner|RelatedPerson|Organization) }], // Intended to get notified about this set of documents "source" : "<uri>", // The source system/application/software "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 }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> .[ a fhir:DocumentManifest; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:DocumentManifest.masterIdentifier [ Identifier ]; # 0..1 Unique Identifier for the set of documents fhir:DocumentManifest.identifier [ Identifier ], ... ; # 0..* Other identifiers for the manifest fhir:DocumentManifest.status [ code ]; # 1..1 current | superseded | entered-in-error fhir:DocumentManifest.type [ CodeableConcept ]; # 0..1 Kind of document set fhir:DocumentManifest.subject [ Reference(Patient|Practitioner|Group|Device) ]; # 0..1 The subject of the set of documents fhir:DocumentManifest.created [ dateTime ]; # 0..1 When this document manifest created fhir:DocumentManifest.author [ Reference(Practitioner|Organization|Device|Patient|RelatedPerson) ], ... ; # 0..* Who and/or what authored the manifest fhir:DocumentManifest.recipient [ Reference(Patient|Practitioner|RelatedPerson|Organization) ], ... ; # 0..* Intended to get notified about this set of documents fhir:DocumentManifest.source [ uri ]; # 0..1 The source system/application/software fhir:DocumentManifest.description [ string ]; # 0..1 Human-readable description (title) fhir:DocumentManifest.content [ # 1..* The items included # DocumentManifest.content.p[x] : 1..1 Contents of this set of documents. One of these 2 fhir:DocumentManifest.content.pAttachment [ Attachment ] fhir:DocumentManifest.content.pReference [ Reference(Any) ] ], ...; fhir:DocumentManifest.related [ # 0..* Related things fhir:DocumentManifest.related.identifier [ Identifier ]; # 0..1 Identifiers of things that are related fhir:DocumentManifest.related.ref [ Reference(Any) ]; # 0..1 Related Resource ], ...; ]
Changes
since
DSTU2
| DocumentManifest |
See the Full Difference for further information
This analysis is available as XML or JSON .
See R2 <--> R3 Conversion Maps (status = 1 test that all execute ok. 1 fail round-trip testing and all r3 resources are valid.).
Alternate
definitions:
Schema
/
Schematron
,
Resource
Profile
Master
Definition
(
XML
,
JSON
),
Questionnaire
XML
Schema
/
Schematron
(for
)
+
JSON
Schema
,
ShEx
(for
Turtle
)
| Path | Definition | Type | Reference |
|---|---|---|---|
| DocumentManifest.status |
|
|
|
| DocumentManifest.type |
|
|
|
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
| Name | Type | Description |
| In Common |
| author | reference | Who and/or what authored the manifest |
DocumentManifest.author
( Practitioner , Organization , Device , Patient , |
|
| content-ref | reference | Contents of this set of documents |
(Any) |
|
| created | date | When this document manifest created | DocumentManifest.created | |
| description | string | Human-readable description (title) | DocumentManifest.description | |
| identifier | token | Unique Identifier for the set of documents |
|
26 Resources |
| patient | reference | The subject of the set of documents |
DocumentManifest.subject
( Patient ) |
31 Resources |
| recipient | reference | Intended to get notified about this set of documents |
DocumentManifest.recipient
( Practitioner , Organization , Patient , |
|
| related-id | token | Identifiers of things that are related | DocumentManifest.related.identifier | |
| related-ref | reference | Related Resource |
DocumentManifest.related.ref
(Any) |
|
| source | uri | The source system/application/software | DocumentManifest.source | |
| status | token | current | superseded | entered-in-error | DocumentManifest.status | |
| subject | reference | The subject of the set of documents |
DocumentManifest.subject
( |
|
| type | token | Kind of document set | DocumentManifest.type | 6 Resources |