Properties
| Name | Required | Type | Description |
|---|---|---|---|
| masterIdentifier | No | Identifier | Unique Identifier for the set of documents |
| identifier | No | Identifier[] | Other identifiers for the manifest |
| status | Yes | code | current / superseded / entered-in-error |
| type | No | CodeableConcept | Kind of document set |
| subject | No | Reference<Patient / Practitioner / Group / Device> | The subject of the set of documents |
| created | No | dateTime | When this document manifest created |
| author | No | Reference<Practitioner / PractitionerRole / Organization / Device / Patient / RelatedPerson>[] | Who and/or what authored the DocumentManifest |
| recipient | No | Reference<Patient / Practitioner / PractitionerRole / RelatedPerson / 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[] | Additional content defined by implementations |
| - modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
| - identifier | No | 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 | 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 | Text summary of the resource, for human interpretation |
| contained | No | Resource[] | Contained, inline Resources |
| extension | No | Extension[] | Additional content defined by implementations |
| modifierExtension | No | Extension[] | Extensions that cannot be ignored |

