This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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
This resource maintained by the FHIR Management Group Work Group
A manifest that defines a set of documents.
A document manifest gathers a set of Document Reference resources into a single package that may be the subject of workflow such as access control, auditing, and targeted delivery.
Typically, Document Manifest Resources are used in document indexing systems, such as IHE XDS (see the XDS specific profile).
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DocumentManifest | DomainResource | A manifest that defines a set of documents | ||
masterIdentifier | 0..1 | Identifier | Unique Identifier for the set of documents | |
identifier | 0..* | Identifier | Other identifiers for the manifest | |
subject | 0..1 | Patient | Practitioner | Group | Device | The subject of the set of documents | |
recipient | 0..* | Patient | Practitioner | Organization | Intended to get notified about this set of documents | |
type | 0..1 | CodeableConcept | What kind of document set this is DocumentC80Type (Preferred) | |
author | 0..* | Practitioner | Organization | Device | Patient | RelatedPerson | Who and/or what authored the document | |
created | 0..1 | dateTime | When this document manifest created | |
source | 0..1 | uri | The source system/application/software | |
status | ?! | 1..1 | code | current | superceded | entered-in-error DocumentReferenceStatus (Required) |
description | 0..1 | string | Human-readable description (title) | |
content | 1..* | Element | Contents of the manifest | |
p[x] | Contents of this set of documents | |||
pAttachment | 1..1 | Attachment | ||
pReference | 1..1 | DocumentReference | Media | ||
related | 0..* | Element | Related things | |
identifier | 0..1 | Identifier | Related Identifier | |
ref | 0..1 | Any | Related Resource |
UML Diagram
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|Organization) Intended to get notified about this set of documents --></recipient> <type><!-- 0..1 CodeableConcept What kind of document set this is --></type> <author><!-- 0..* Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Who and/or what authored the document --></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 | superceded | entered-in-error --> <description value="[string]"/><!-- 0..1 Human-readable description (title) --> <content> <!-- 1..* Contents of the manifest --> <p[x]><!-- 1..1 Attachment|Reference(DocumentReference|Media) Contents of this set of documents --></p[x]> </content> <related> <!-- 0..* Related things --> <identifier><!-- 0..1 Identifier Related Identifier --></identifier> <ref><!-- 0..1 Reference(Any) Related Resource --></ref> </related> </DocumentManifest>
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|Organization) }], // Intended to get notified about this set of documents "type" : { CodeableConcept }, // What kind of document set this is "author" : [{ Reference(Practitioner|Organization|Device|Patient| RelatedPerson) }], // Who and/or what authored the document "created" : "<dateTime>", // When this document manifest created "source" : "<uri>", // The source system/application/software "status" : "<code>", // R! current | superceded | entered-in-error "description" : "<string>", // Human-readable description (title) "content" : [{ // R! Contents of the manifest // p[x]: Contents of this set of documents. One of these 2: "pAttachment" : { Attachment } "pReference" : { Reference(DocumentReference|Media) } }], "related" : [{ // Related things "identifier" : { Identifier }, // Related Identifier "ref" : { Reference(Any) } // Related Resource }] }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
DocumentManifest | DomainResource | A manifest that defines a set of documents | ||
masterIdentifier | 0..1 | Identifier | Unique Identifier for the set of documents | |
identifier | 0..* | Identifier | Other identifiers for the manifest | |
subject | 0..1 | Patient | Practitioner | Group | Device | The subject of the set of documents | |
recipient | 0..* | Patient | Practitioner | Organization | Intended to get notified about this set of documents | |
type | 0..1 | CodeableConcept | What kind of document set this is DocumentC80Type (Preferred) | |
author | 0..* | Practitioner | Organization | Device | Patient | RelatedPerson | Who and/or what authored the document | |
created | 0..1 | dateTime | When this document manifest created | |
source | 0..1 | uri | The source system/application/software | |
status | ?! | 1..1 | code | current | superceded | entered-in-error DocumentReferenceStatus (Required) |
description | 0..1 | string | Human-readable description (title) | |
content | 1..* | Element | Contents of the manifest | |
p[x] | Contents of this set of documents | |||
pAttachment | 1..1 | Attachment | ||
pReference | 1..1 | DocumentReference | Media | ||
related | 0..* | Element | Related things | |
identifier | 0..1 | Identifier | Related Identifier | |
ref | 0..1 | Any | Related Resource |
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|Organization) Intended to get notified about this set of documents --></recipient> <type><!-- 0..1 CodeableConcept What kind of document set this is --></type> <author><!-- 0..* Reference(Practitioner|Organization|Device|Patient| RelatedPerson) Who and/or what authored the document --></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 | superceded | entered-in-error --> <description value="[string]"/><!-- 0..1 Human-readable description (title) --> <content> <!-- 1..* Contents of the manifest --> <p[x]><!-- 1..1 Attachment|Reference(DocumentReference|Media) Contents of this set of documents --></p[x]> </content> <related> <!-- 0..* Related things --> <identifier><!-- 0..1 Identifier Related Identifier --></identifier> <ref><!-- 0..1 Reference(Any) Related Resource --></ref> </related> </DocumentManifest>
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|Organization) }], // Intended to get notified about this set of documents "type" : { CodeableConcept }, // What kind of document set this is "author" : [{ Reference(Practitioner|Organization|Device|Patient| RelatedPerson) }], // Who and/or what authored the document "created" : "<dateTime>", // When this document manifest created "source" : "<uri>", // The source system/application/software "status" : "<code>", // R! current | superceded | entered-in-error "description" : "<string>", // Human-readable description (title) "content" : [{ // R! Contents of the manifest // p[x]: Contents of this set of documents. One of these 2: "pAttachment" : { Attachment } "pReference" : { Reference(DocumentReference|Media) } }], "related" : [{ // Related things "identifier" : { Identifier }, // Related Identifier "ref" : { Reference(Any) } // Related Resource }] }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON)
Path | Definition | Type | Reference |
---|---|---|---|
DocumentManifest.type | Precice type of clinical document | Preferred | http://hl7.org/fhir/vs/c80-doc-typecodes |
DocumentManifest.status | The status of the document reference | Required | http://hl7.org/fhir/document-reference-status |
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 | Paths |
author | reference | Who and/or what authored the document | DocumentManifest.author (Device, Patient, Organization, Practitioner, RelatedPerson) |
contentref | reference | Contents of this set of documents | DocumentManifest.content.pReference (Media, DocumentReference) |
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 | DocumentManifest.masterIdentifier, DocumentManifest.identifier |
patient | reference | The subject of the set of documents | DocumentManifest.subject (Patient) |
recipient | reference | Intended to get notified about this set of documents | DocumentManifest.recipient (Organization, Patient, Practitioner) |
relatedid | token | Related Identifier | DocumentManifest.related.identifier |
relatedref | reference | Related Resource | DocumentManifest.related.ref (Any) |
source | uri | The source system/application/software | DocumentManifest.source |
status | token | current | superceded | entered-in-error | DocumentManifest.status |
subject | reference | The subject of the set of documents | DocumentManifest.subject (Device, Patient, Practitioner, Group) |
type | token | What kind of document set this is | DocumentManifest.type |