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

6.5.5 Resource DocumentManifest - Formal Definitions

Formal definitions for the elements in the DocumentManifest resource.

DocumentManifest
DefinitionA manifest that defines a set of documents.
Control1..1
DocumentManifest.masterIdentifier
DefinitionA single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts.
Control1..1
TypeIdentifier
DocumentManifest.identifier
DefinitionOther identifiers associated with the document, including version independent, source record and workflow related identifiers.
Control0..*
TypeIdentifier
CommentsOther identifiers can also include Identifiers may be Accession Numbers, Order Numbers, Referral Request Identifiers, XDS Workflow Instance Identifiers.
DocumentManifest.subject
DefinitionWho or what the set of documents is about. The documents can be about a person, (patient or healthcare practitioner), a device (i.e. machine) or even a group of subjects (such as a document about a herd of farm animals, or a set of patients that share a common exposure). If the documents cross more than one subject, then more than one subject is allowed here (unusual use case).
Control1..*
TypeResource(Patient | Practitioner | Group | Device)
DocumentManifest.recipient
DefinitionA patient, practitioner, or organization for which this set of documents is intended.
Control0..*
TypeResource(Patient | Practitioner | Organization)
CommentsHow the recipient receives the document set or is notified of it is up to the implementation. This element is just a statement of intent.
DocumentManifest.type
DefinitionSpecifies the kind of this 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 it - especially if there is only one - but it may be wider.
Control0..1
BindingDocumentSetType: (See http://hl7.org/fhir/vs/docset-codes)
TypeCodeableConcept
DocumentManifest.author
DefinitionIdentifies who is responsible for adding the information to the document.
Control0..*
TypeResource(Practitioner | Device | Patient | RelatedPerson)
CommentsNot necessarily who did the actual data entry (i.e. typist) or who was the source (informant).
DocumentManifest.created
DefinitionWhen the document manifest was created for submission to the server (not necessarily the same thing as the actual resource last modified time, since it may be modified, replicated etc).
Control0..1
TypedateTime
CommentsCreation time is used for tracking, organizing versions and searching. This is the creation time of the document set, not the documents on which it is based.
DocumentManifest.source
DefinitionIdentifies the source system, application, or software that produced the document manifest.
Control0..1
Typeuri
DocumentManifest.status
DefinitionThe status of this document manifest.
Control1..1
BindingDocumentReferenceStatus: The status of the document reference (see http://hl7.org/fhir/document-reference-status for values)
Typecode
Is Modifiertrue
DocumentManifest.supercedes
DefinitionWhether this document manifest replaces another.
Control0..1
TypeResource(DocumentManifest)
Is Modifiertrue
DocumentManifest.description
DefinitionHuman-readable description of the source document. This is sometimes known as the "title".
Control0..1
Typestring
RequirementsHelps humans to assess whether the document is of interest.
CommentsWhat the document is about, rather than a terse summary of the document. It is commonly the case that records do not have a title and are collectively referred to by the display name of Record code (e.g. a "consultation" or "progress note").
DocumentManifest.confidentiality
DefinitionA code specifying the level of confidentiality of this set of Documents.
Control0..1
BindingDocumentConfidentiality: Codes specifying the level of confidentiality of the composition (Value Set Definition)
TypeCodeableConcept
Is Modifiertrue
CommentsThe document set is at least as confidential as the most confidential of the documents in it.
DocumentManifest.content
DefinitionThe list of resources that describe the parts of this document reference. Usually, these would be document references, but direct references to binary attachments and images are also allowed.
Control1..*
TypeResource(DocumentReference | Binary | Media)

comments powered by Disqus