> ## Documentation Index
> Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
> Use this file to discover all available pages before exploring further.

# DocumentManifest

> A collection of documents compiled for a purpose together with metadata that applies to the collection.

## Properties

| Name                | Required | Type                                                                                                                                                                                                                                                                                                                                                               | Description                                            |
| ------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------ |
| masterIdentifier    | No       | [Identifier](/medical-api/fhir/data-types/identifier)                                                                                                                                                                                                                                                                                                              | Unique Identifier for the set of documents             |
| identifier          | No       | [Identifier](/medical-api/fhir/data-types/identifier)\[]                                                                                                                                                                                                                                                                                                           | Other identifiers for the manifest                     |
| status              | Yes      | code                                                                                                                                                                                                                                                                                                                                                               | current / superseded / entered-in-error                |
| type                | No       | [CodeableConcept](/medical-api/fhir/data-types/codeableconcept)                                                                                                                                                                                                                                                                                                    | Kind of document set                                   |
| subject             | No       | Reference\<[Patient](/medical-api/fhir/resources/patient) / [Practitioner](/medical-api/fhir/resources/practitioner) / [Group](/medical-api/fhir/resources/group) / [Device](/medical-api/fhir/resources/device)>                                                                                                                                                  | The subject of the set of documents                    |
| created             | No       | dateTime                                                                                                                                                                                                                                                                                                                                                           | When this document manifest created                    |
| author              | No       | Reference\<[Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [Organization](/medical-api/fhir/resources/organization) / [Device](/medical-api/fhir/resources/device) / [Patient](/medical-api/fhir/resources/patient) / [RelatedPerson](/medical-api/fhir/resources/relatedperson)>\[] | Who and/or what authored the DocumentManifest          |
| recipient           | No       | Reference\<[Patient](/medical-api/fhir/resources/patient) / [Practitioner](/medical-api/fhir/resources/practitioner) / [PractitionerRole](/medical-api/fhir/resources/practitionerrole) / [RelatedPerson](/medical-api/fhir/resources/relatedperson) / [Organization](/medical-api/fhir/resources/organization)>\[]                                                | Intended to get notified about this set of documents   |
| source              | No       | uri                                                                                                                                                                                                                                                                                                                                                                | The source system/application/software                 |
| description         | No       | string                                                                                                                                                                                                                                                                                                                                                             | Human-readable description (title)                     |
| content             | Yes      | Reference\<Resource>\[]                                                                                                                                                                                                                                                                                                                                            | Items in manifest                                      |
| related             | No       | DocumentManifestRelated                                                                                                                                                                                                                                                                                                                                            | Related things                                         |
| - id                | No       | string                                                                                                                                                                                                                                                                                                                                                             | Unique id for inter-element referencing                |
| - extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[]                                                                                                                                                                                                                                                                                                             | Additional content defined by implementations          |
| - modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[]                                                                                                                                                                                                                                                                                                             | Extensions that cannot be ignored even if unrecognized |
| - identifier        | No       | [Identifier](/medical-api/fhir/data-types/identifier)                                                                                                                                                                                                                                                                                                              | Identifiers of things that are related                 |
| - ref               | No       | Reference\<Resource>                                                                                                                                                                                                                                                                                                                                               | Related Resource                                       |

## Search Parameters

| Name        | Type      | Description                                          | Expression                          |
| ----------- | --------- | ---------------------------------------------------- | ----------------------------------- |
| identifier  | token     | Unique Identifier for the set of documents           | DocumentManifest.masterIdentifier   |
| patient     | reference | The subject of the set of documents                  | DocumentManifest.subject            |
| type        | token     | Kind of document set                                 | DocumentManifest.type               |
| author      | reference | Who and/or what authored the DocumentManifest        | DocumentManifest.author             |
| created     | date      | When this document manifest created                  | DocumentManifest.created            |
| description | string    | Human-readable description (title)                   | DocumentManifest.description        |
| item        | reference | Items in manifest                                    | DocumentManifest.content            |
| recipient   | reference | Intended to get notified about this set of documents | DocumentManifest.recipient          |
| related-id  | token     | Identifiers of things that are related               | DocumentManifest.related.identifier |
| related-ref | reference | Related Resource                                     | DocumentManifest.related.ref        |
| 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            |

## Inherited Properties

| Name              | Required | Type                                                   | Description                                            |
| ----------------- | -------- | ------------------------------------------------------ | ------------------------------------------------------ |
| id                | No       | string                                                 | Logical id of this artifact                            |
| meta              | No       | [Meta](/medical-api/fhir/data-types/meta)              | Metadata about the resource                            |
| implicitRules     | No       | uri                                                    | A set of rules under which this content was created    |
| language          | No       | code                                                   | Language of the resource content                       |
| text              | No       | [Narrative](/medical-api/fhir/data-types/narrative)    | Text summary of the resource, for human interpretation |
| contained         | No       | Resource\[]                                            | Contained, inline Resources                            |
| extension         | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Additional content defined by implementations          |
| modifierExtension | No       | [Extension](/medical-api/fhir/data-types/extension)\[] | Extensions that cannot be ignored                      |

To view the FHIR specification for this resource, see [DocumentManifest](https://www.hl7.org/fhir/StructureDefinition/DocumentManifest).
