This page is part of the FHIR Specification (v0.0.82: DSTU 1). 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
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).
<DocumentManifest xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <masterIdentifier><!-- 1..1 Identifier Unique Identifier for the set of documents --></masterIdentifier> <identifier><!-- 0..* Identifier Other identifiers for the manifest --></identifier> <subject><!-- 1..* Resource(Patient|Practitioner|Group|Device) The subject of the set of documents --></subject> <recipient><!-- 0..* Resource(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..* Resource(Practitioner|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 Resource(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..* Resource(DocumentReference|Binary|Media) Contents of this set of documents --></content> </DocumentManifest>
Alternate definitions: Schema/Schematron, Resource Profile
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 standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
author | reference | Who and/or what authored the document | DocumentManifest.author (Device, Patient, 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 |
recipient | reference | Intended to get notified about this set of documents | DocumentManifest.recipient (Organization, Patient, Practitioner) |
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 |