Release 4 Snapshot 3: Connectathon 32 Base

This page is part of the FHIR Specification (v4.0.1: R4 - Mixed Normative and STU (v5.0.0-snapshot3: R5 Snapshot #3, to support Connectathon 32 ) in it's permanent home (it will always be available at this URL). ). 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: R5 R4B R4 R3 R2

Capabilitystatement-knowledge-repository.json

2.10 Resource DocumentManifest - Content

FHIR Infrastructure Orders and Observations icon Work Group Maturity Level : N/A 2   Trial Use Standards Status : Informative Security Category : Not Classified Compartments : Not linked Device , Encounter , Patient , Practitioner , RelatedPerson

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

Note to Balloters: DocumentManifest will be retired in R5 of FHIR as the functionality has been taken over by other resources such as List . Those that require DocumentManifest should look to other resources, or provide Change Requests justifying the need for DocumentManifest.

DocumentManifest resources was initially used in document indexing systems, such as IHE XDS icon. Such as profiled in IHE Mobile access to Health Documents icon. The IHE Mobile access to Health Documents icon has moved away from DocumentManifest toward the use of the List resource.

A document manifest gathers a set of Resources into a single package with some clinical context that may be the subject of workflow such as targeted delivery. The usage of "document" in the case of DocumentManifest, covers the broader scope of "document" as defined compartments in REST and HTTP. This use is not limited to the formal "Document" model used for FHIR documents or DocumentReference resources.

A DocumentManifest resource could be used to bring clinical context grouping to a broader set of Resources.

Structure

Name icon Flags icon Card. icon Type icon Description & Constraints icondocoicon
.. DocumentManifest TU DomainResource A list that defines a set of documents

Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension
... masterIdentifier Σ 0..1 Identifier Unique Identifier for the set of documents
... identifier Σ 0..* Identifier Other identifiers for the manifest

... status ?! Σ 1..1 code current | superseded | entered-in-error
DocumentReferenceStatus ( Required )
... subject Σ 0..1 Reference ( Patient | Practitioner | Group | Device ) The subject of the set of documents
... created 0..1 dateTime When this document manifest created
... author Σ 0..* Reference ( Practitioner | PractitionerRole | Organization | Device | Patient | RelatedPerson ) Who and/or what authored the DocumentManifest

... recipient 0..* Reference ( Patient | Practitioner | PractitionerRole | RelatedPerson | Organization ) Intended to get notified about this set of documents

... source 0..1 uri The source system/application/software
... description Σ 0..1 string Human-readable description (title)
... content Σ 1..* Reference ( Any ) Items in manifest

... related 0..* BackboneElement Related things

.... identifier 0..1 Identifier Identifiers of things that are related
.... ref 0..1 Reference ( Any ) Related Resource

doco Documentation for this format icon

Raw JSON See the Extensions for this resource

UML Diagram ( canonical form Legend + also see JSON Format Specification )

DocumentManifest ( DomainResource ) A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts masterIdentifier : Identifier [0..1] Other identifiers associated with the document manifest, including version independent identifiers identifier : Identifier [0..*] The status of this document manifest (this element modifies the meaning of other elements) status : code [1..1] « null (Strength=Required) DocumentReferenceStatus ! » The code specifying the type of clinical activity that resulted in placing the associated content into the DocumentManifest type : CodeableConcept [0..1] « null (Strength=Example) ActCode ?? » Who 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) subject : Reference [0..1] « Patient | Practitioner | Group | Device » When 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.) created : dateTime [0..1] Identifies who is the author of the manifest. Manifest author is not necessarly the author of the references included author : Reference [0..*] « Practitioner | PractitionerRole | Organization | Device | Patient | RelatedPerson » A patient, practitioner, or organization for which this set of documents is intended recipient : Reference [0..*] « Patient | Practitioner | PractitionerRole | RelatedPerson | Organization » Identifies the source system, application, or software that produced the document manifest source : uri [0..1] Human-readable description of the source document. This is sometimes known as the "title" description : string [0..1] The list of Resources that consist of the parts of this manifest content : Reference [1..*] « Any » Related Related identifier to this DocumentManifest. For example, Order numbers, accession numbers, XDW workflow numbers identifier : Identifier [0..1] Related Resource to this DocumentManifest. For example, Order, ServiceRequest, Procedure, EligibilityRequest, etc ref : Reference [0..1] « Any » Related identifiers or resources associated with the DocumentManifest related [0..*]

Knowledge Repository Base Capability Statement JSON Template

{ "resourceType": "CapabilityStatement", "id": "knowledge-repository", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>Knowledge Repository Service Conformance Statement</h2>\n <div>\n <p>Basic conformance statement for a Knowledge Repository Service. A server can support more functionality\n than defined here, but this is the minimum amount</p>\n\n </div>\n <table>\n <tr>\n <td>Mode</td>\n <td>SERVER</td>\n </tr>\n <tr>\n <td>Description</td>\n <td>RESTful Knowledge Repository Server</td>\n </tr>\n <tr>\n <td>Transaction</td>\n <td/>\n </tr>\n <tr>\n <td>System History</td>\n <td/>\n </tr>\n <tr>\n <td>System Search</td>\n <td/>\n </tr>\n </table>\n <table>\n <tr>\n <th>\n <b>Resource Type</b>\n </th>\n <th>\n <b>Profile</b>\n </th>\n <th>\n <b>Read</b>\n </th>\n <th>\n <b>V-Read</b>\n </th>\n <th>\n <b>Search</b>\n </th>\n <th>\n <b>Update</b>\n </th>\n <th>\n <b>Updates</b>\n </th>\n <th>\n <b>Create</b>\n </th>\n <th>\n <b>Delete</b>\n </th>\n <th>\n <b>History</b>\n </th>\n </tr>\n </table>\n </div>" }, "url": "http://hl7.org/fhir/knowledge-repository", "name": "Knowledge Repository Service Conformance Statement", "status": "draft", "date": "2017-02-25", "publisher": "HL7, Inc", "contact": [ { "name": "FHIR Project", "telecom": [ { "system": "other", "value": "http://hl7.org/fhir" } ] } ], "description": "Basic conformance statement for a Knowledge Repository Service. A server can support more functionality than defined here, but this is the minimum amount", "kind": "capability", "software": { "name": "ACME Knowledge Repository Service" }, "fhirVersion": "4.0.1", "format": [ "json", "xml" ], "rest": [ { "mode": "server", "documentation": "RESTful Knowledge Repository Service", "security": { "cors": true, "service": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/restful-security-service", "code": "Certificates" } ] } ] }, "resource": [ { "type": "Library", "profile": "StructureDefinition/Library", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the libraries" }, { "code": "search-type", "documentation": "Search allows clients to filter libraries based on a provided search parameter" } ], "searchParam": [ { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/Library-description", "type": "string" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Library-identifier", "type": "token" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Library-status", "type": "token" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Library-title", "type": "string" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/Library-topic", "type": "token" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Library-version", "type": "string" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/Library-composed-of", "type": "reference" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/Library-depends-on", "type": "reference" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/Library-derived-from", "type": "reference" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/Library-predecessor", "type": "reference" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/Library-successor", "type": "reference" } ] }, { "type": "PlanDefinition", "profile": "StructureDefinition/PlanDefinition", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the plan definitions" }, { "code": "search-type", "documentation": "Search allows clients to filter plan definitions based on a provided search parameter" } ], "searchParam": [ { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-description", "type": "string" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-identifier", "type": "token" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-status", "type": "token" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-title", "type": "string" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-topic", "type": "token" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-version", "type": "string" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-composed-of", "type": "reference" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-depends-on", "type": "reference" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-derived-from", "type": "reference" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-predecessor", "type": "reference" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/PlanDefinition-successor", "type": "reference" } ] }, { "type": "ActivityDefinition", "profile": "StructureDefinition/ActivityDefinition", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the activity definitions" }, { "code": "search-type", "documentation": "Search allows clients to filter activity definitions based on a provided search parameter" } ], "searchParam": [ { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-description", "type": "string" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-identifier", "type": "token" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-status", "type": "token" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-title", "type": "string" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-topic", "type": "token" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-version", "type": "string" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-composed-of", "type": "reference" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-depends-on", "type": "reference" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-derived-from", "type": "reference" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-predecessor", "type": "reference" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/ActivityDefinition-successor", "type": "reference" } ] }, { "type": "Measure", "profile": "StructureDefinition/Measure", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the measures" }, { "code": "search-type", "documentation": "Search allows clients to filter measures based on a provided search parameter" } ], "searchParam": [ { "name": "description", "definition": "http://hl7.org/fhir/SearchParameter/Measure-description", "type": "string" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Measure-identifier", "type": "token" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Measure-status", "type": "token" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Measure-title", "type": "string" }, { "name": "topic", "definition": "http://hl7.org/fhir/SearchParameter/Measure-topic", "type": "token" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Measure-version", "type": "string" }, { "name": "composed-of", "definition": "http://hl7.org/fhir/SearchParameter/Measure-composed-of", "type": "reference" }, { "name": "depends-on", "definition": "http://hl7.org/fhir/SearchParameter/Measure-depends-on", "type": "reference" }, { "name": "derived-from", "definition": "http://hl7.org/fhir/SearchParameter/Measure-derived-from", "type": "reference" }, { "name": "predecessor", "definition": "http://hl7.org/fhir/SearchParameter/Measure-predecessor", "type": "reference" }, { "name": "successor", "definition": "http://hl7.org/fhir/SearchParameter/Measure-successor", "type": "reference" } ] }, { "type": "Questionnaire", "profile": "StructureDefinition/Questionnaire", "interaction": [ { "code": "read", "documentation": "Read allows clients to get the logical definitions of the measures" }, { "code": "search-type", "documentation": "Search allows clients to filter measures based on a provided search parameter" } ], "searchParam": [ { "name": "code", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-code", "type": "token" }, { "name": "context", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-context", "type": "token" }, { "name": "date", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-date", "type": "date" }, { "name": "identifier", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-identifier", "type": "token" }, { "name": "publisher", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-publisher", "type": "string" }, { "name": "status", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-status", "type": "token" }, { "name": "title", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-title", "type": "string" }, { "name": "version", "definition": "http://hl7.org/fhir/SearchParameter/Questionnaire-version", "type": "string" } ] } ], "operation": [ { "name": "data-requirements", "definition": "OperationDefinition/Library-data-requirements" } ] } ]

Usage note: every effort has been made Turtle Template


@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:DocumentManifest;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:DocumentManifest.masterIdentifier [ Identifier ]; # 0..1 Unique Identifier for the set of documents
  fhir:DocumentManifest.identifier [ Identifier ], ... ; # 0..* Other identifiers for the manifest
  fhir:DocumentManifest.status [ code ]; # 1..1 current | superseded | entered-in-error
  fhir:DocumentManifest.type [ CodeableConcept ]; # 0..1 Kind of document set
  fhir:DocumentManifest.subject [ Reference(Device|Group|Patient|Practitioner) ]; # 0..1 The subject of the set of documents
  fhir:DocumentManifest.created [ dateTime ]; # 0..1 When this document manifest created
  fhir:DocumentManifest.author [ Reference(Device|Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) ], ... ; # 0..* Who and/or what authored the DocumentManifest
  fhir:DocumentManifest.recipient [ Reference(Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) ], ... ; # 0..* Intended to get notified about this set of documents
  fhir:DocumentManifest.source [ uri ]; # 0..1 The source system/application/software
  fhir:DocumentManifest.description [ string ]; # 0..1 Human-readable description (title)
  fhir:DocumentManifest.content [ Reference(Any) ], ... ; # 1..* Items in manifest
  fhir:DocumentManifest.related [ # 0..* Related things
    fhir:DocumentManifest.related.identifier [ Identifier ]; # 0..1 Identifiers of things that are related
    fhir:DocumentManifest.related.ref [ Reference(Any) ]; # 0..1 Related Resource
  ], ...;
]

Changes since R4

DocumentManifest
  • No Changes

See the Full Difference for further information

This analysis is available as XML or JSON .

See R3 <--> R4 Conversion Maps (status = 2 tests of which 2 fail to ensure execute .)

Structure

Name icon Flags icon Card. icon Type icon Description & Constraints icondocoicon
.. DocumentManifest TU DomainResource A list that defines a set of documents

Elements defined in Ancestors: id , meta , implicitRules , language , text , contained , extension , modifierExtension
... masterIdentifier Σ 0..1 Identifier Unique Identifier for the examples set of documents
... identifier Σ 0..* Identifier Other identifiers for the manifest

... status ?! Σ 1..1 code current | superseded | entered-in-error
DocumentReferenceStatus ( Required )
... subject Σ 0..1 Reference ( Patient | Practitioner | Group | Device ) The subject of the set of documents
... created 0..1 dateTime When this document manifest created
... author Σ 0..* Reference ( Practitioner | PractitionerRole | Organization | Device | Patient | RelatedPerson ) Who and/or what authored the DocumentManifest

... recipient 0..* Reference ( Patient | Practitioner | PractitionerRole | RelatedPerson | Organization ) Intended to get notified about this set of documents

... source 0..1 uri The source system/application/software
... description Σ 0..1 string Human-readable description (title)
... content Σ 1..* Reference ( Any ) Items in manifest

... related 0..* BackboneElement Related things

.... identifier 0..1 Identifier Identifiers of things that are correct related
.... ref 0..1 Reference ( Any ) Related Resource

doco Documentation for this format icon

See the Extensions for this resource

UML Diagram ( Legend )

DocumentManifest ( DomainResource ) A single identifier that uniquely identifies this manifest. Principally used to refer to the manifest in non-FHIR contexts masterIdentifier : Identifier [0..1] Other identifiers associated with the document manifest, including version independent identifiers identifier : Identifier [0..*] The status of this document manifest (this element modifies the meaning of other elements) status : code [1..1] « null (Strength=Required) DocumentReferenceStatus ! » The code specifying the type of clinical activity that resulted in placing the associated content into the DocumentManifest type : CodeableConcept [0..1] « null (Strength=Example) ActCode ?? » Who 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) subject : Reference [0..1] « Patient | Practitioner | Group | Device » When 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.) created : dateTime [0..1] Identifies who is the author of the manifest. Manifest author is not necessarly the author of the references included author : Reference [0..*] « Practitioner | PractitionerRole | Organization | Device | Patient | RelatedPerson » A patient, practitioner, or organization for which this set of documents is intended recipient : Reference [0..*] « Patient | Practitioner | PractitionerRole | RelatedPerson | Organization » Identifies the source system, application, or software that produced the document manifest source : uri [0..1] Human-readable description of the source document. This is sometimes known as the "title" description : string [0..1] The list of Resources that consist of the parts of this manifest content : Reference [1..*] « Any » Related Related identifier to this DocumentManifest. For example, Order numbers, accession numbers, XDW workflow numbers identifier : Identifier [0..1] Related Resource to this DocumentManifest. For example, Order, ServiceRequest, Procedure, EligibilityRequest, etc ref : Reference [0..1] « Any » Related identifiers or resources associated with the DocumentManifest related [0..*]

Turtle Template


@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:DocumentManifest;
  fhir:nodeRole fhir:treeRoot; # if this is the parser root

  # from Resource: .id, .meta, .implicitRules, and .language
  # from DomainResource: .text, .contained, .extension, and .modifierExtension
  fhir:DocumentManifest.masterIdentifier [ Identifier ]; # 0..1 Unique Identifier for the set of documents
  fhir:DocumentManifest.identifier [ Identifier ], ... ; # 0..* Other identifiers for the manifest
  fhir:DocumentManifest.status [ code ]; # 1..1 current | superseded | entered-in-error
  fhir:DocumentManifest.type [ CodeableConcept ]; # 0..1 Kind of document set
  fhir:DocumentManifest.subject [ Reference(Device|Group|Patient|Practitioner) ]; # 0..1 The subject of the set of documents
  fhir:DocumentManifest.created [ dateTime ]; # 0..1 When this document manifest created
  fhir:DocumentManifest.author [ Reference(Device|Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) ], ... ; # 0..* Who and/or what authored the DocumentManifest
  fhir:DocumentManifest.recipient [ Reference(Organization|Patient|Practitioner|PractitionerRole|RelatedPerson) ], ... ; # 0..* Intended to get notified about this set of documents
  fhir:DocumentManifest.source [ uri ]; # 0..1 The source system/application/software
  fhir:DocumentManifest.description [ string ]; # 0..1 Human-readable description (title)
  fhir:DocumentManifest.content [ Reference(Any) ], ... ; # 1..* Items in manifest
  fhir:DocumentManifest.related [ # 0..* Related things
    fhir:DocumentManifest.related.identifier [ Identifier ]; # 0..1 Identifiers of things that are related
    fhir:DocumentManifest.related.ref [ Reference(Any) ]; # 0..1 Related Resource
  ], ...;
]

Changes since Release 4

DocumentManifest
  • No Changes

See the Full Difference for further information

This analysis is available as XML or JSON .

See R3 <--> R4 Conversion Maps (status = 2 tests of which 2 fail to execute .)

 

Additional definitions: Master Definition XML + JSON , XML Schema / Schematron + JSON Schema , ShEx (for Turtle ) + see the extensions , the spreadsheet version & the dependency analysis

Path Definition Type Reference
DocumentManifest.status

The status of the document reference.

Required DocumentReferenceStatus
DocumentManifest.type

A code specifying the particular kind of Act that the Act-instance represents within its class. Constraints: The kind of Act (e.g. physical examination, serum potassium, inpatient encounter, charge financial transaction, etc.) is specified with a code from one of several, typically external, coding systems. The coding system will depend on the class of Act, such as LOINC for observations, etc. Conceptually, the Act.code must be a specialization of the Act.classCode. This is why the structure of ActClass domain should be reflected in the superstructure of the ActCode domain and useful, but they then individual codes or externally referenced vocabularies subordinated under these domains that reflect the ActClass structure. Act.classCode and Act.code are not a normative part modifiers of each other but the specification. Act.code concept should really imply the Act.classCode concept. For a negative example, it is not appropriate to use an Act.code "potassium" together with and Act.classCode for "laboratory observation" to somehow mean "potassium laboratory observation" and then use the same Act.code for "potassium" together with Act.classCode for "medication" to mean "substitution of potassium". This mutually modifying use of Act.code and Act.classCode is not permitted.

Example ActCode icon

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 Expression In Common
author reference Who and/or what authored the DocumentManifest DocumentManifest.author
( Practitioner , Organization , Device , Patient , PractitionerRole , RelatedPerson )
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 30 Resources
item reference Items in manifest DocumentManifest.content
(Any)
patient reference The subject of the set of documents DocumentManifest.subject.where(resolve() is Patient)
( Patient )
33 Resources
recipient reference Intended to get notified about this set of documents DocumentManifest.recipient
( Practitioner , Organization , Patient , PractitionerRole , RelatedPerson )
related-id token Identifiers of things that are related DocumentManifest.related.identifier
related-ref reference Related Resource DocumentManifest.related.ref
(Any)
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
( Practitioner , Group , Device , Patient )
type token Kind of document set DocumentManifest.type 6 Resources