This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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 DocumentSetType (Incomplete) | |
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 | M | 1..1 | code | current | superceded | entered-in-error DocumentReferenceStatus (Required) |
supercedes | M | 0..1 | DocumentManifest | If this document manifest replaces another |
description | 0..1 | string | Human-readable description (title) | |
confidentiality | M | 0..1 | CodeableConcept | Sensitivity of set of documents DocumentConfidentiality (Incomplete) |
content | 1..* | DocumentReference | Binary | Media | Contents of this set of documents |
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 --> <supercedes><!-- 0..1 Reference(DocumentManifest) If this document manifest replaces another --></supercedes> <description value="[string]"/><!-- 0..1 Human-readable description (title) --> <confidentiality><!-- 0..1 CodeableConcept Sensitivity of set of documents --></confidentiality> <content><!-- 1..* Reference(DocumentReference|Binary|Media) Contents of this set of documents --></content> </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 "supercedes" : { Reference(DocumentManifest) }, // If this document manifest replaces another "description" : "<string>", // Human-readable description (title) "confidentiality" : { CodeableConcept }, // Sensitivity of set of documents "content" : [{ Reference(DocumentReference|Binary|Media) }] // R! Contents of this set of documents }
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 DocumentSetType (Incomplete) | |
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 | M | 1..1 | code | current | superceded | entered-in-error DocumentReferenceStatus (Required) |
supercedes | M | 0..1 | DocumentManifest | If this document manifest replaces another |
description | 0..1 | string | Human-readable description (title) | |
confidentiality | M | 0..1 | CodeableConcept | Sensitivity of set of documents DocumentConfidentiality (Incomplete) |
content | 1..* | DocumentReference | Binary | Media | Contents of this set of documents |
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 --> <supercedes><!-- 0..1 Reference(DocumentManifest) If this document manifest replaces another --></supercedes> <description value="[string]"/><!-- 0..1 Human-readable description (title) --> <confidentiality><!-- 0..1 CodeableConcept Sensitivity of set of documents --></confidentiality> <content><!-- 1..* Reference(DocumentReference|Binary|Media) Contents of this set of documents --></content> </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 "supercedes" : { Reference(DocumentManifest) }, // If this document manifest replaces another "description" : "<string>", // Human-readable description (title) "confidentiality" : { CodeableConcept }, // Sensitivity of set of documents "content" : [{ Reference(DocumentReference|Binary|Media) }] // R! Contents of this set of documents }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
DocumentManifest.type | Specifies the kind of a set of documents (e.g. Patient Summary, Discharge Summary, Prescription, etc.). The type of a set of documents may be the same as one of the documents in the set - especially if there is only one - but it may be wider | Incomplete | http://hl7.org/fhir/vs/docset-codes |
DocumentManifest.status | The status of the document reference | Fixed | http://hl7.org/fhir/document-reference-status |
DocumentManifest.confidentiality | Codes specifying the level of confidentiality of the composition | Incomplete | http://hl7.org/fhir/v3/vs/Confidentiality |
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) |
confidentiality | token | Sensitivity of set of documents | DocumentManifest.confidentiality |
content | reference | Contents of this set of documents | DocumentManifest.content (Media, Binary, 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) |
source | string | 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) |
supersedes | reference | If this document manifest replaces another | DocumentManifest.supercedes (DocumentManifest) |
type | token | What kind of document set this is | DocumentManifest.type |