DocumentManifest - FHIR Resource (dstu2)
This DocumentManifest Resource uses the
FHIR API standard for access and structure.
Validate an DocumentManifest FHIR Resource (dstu2)
Resource Attributes
Attribute | Field is list | Type | Description |
---|
author | true | Reference | # "author" : [{ Reference(Practitioner|Organization|Device|Patient|
|
content | true | Data Type | # The items included
|
created | false | dateTime | # When this document manifest created
|
description | false | string | # Human-readable description (title)
|
identifier | true | Identifier | # Other identifiers for the manifest
|
masterIdentifier | false | Identifier | # Unique Identifier for the set of documents
|
recipient | true | Reference | # Intended to get notified about this set of documents
|
related | true | Data Type | # Related things
|
source | false | uri | # The source system/application/software
|
status | false | code | # current | superseded | entered-in-error
|
subject | false | Reference | # The subject of the set of documents
|
type | false | CodeableConcept | # Kind of document set
|
DocumentManifest Structure
{
"resourceType" : "DocumentManifest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"masterIdentifier" : { Identifier }, // Unique Identifier for the set of documents
"identifier" : [{ Identifier }], // Other identifiers for the manifest
"subject" : { Reference(Patient|Practitioner|Group|Device) }, // The subject of the set of documents
"recipient" : [{ Reference(Patient|Practitioner|RelatedPerson|Organization) }], // Intended to get notified about this set of documents
"type" : { CodeableConcept }, // Kind of document set
"author" : [{ Reference(Practitioner|Organization|Device|Patient|
RelatedPerson) }], // Who and/or what authored the manifest
"created" : "<dateTime>", // When this document manifest created
"source" : "<uri>", // The source system/application/software
"status" : "<code>", // R! current | superseded | entered-in-error
"description" : "<string>", // Human-readable description (title)
"content" : [{ // R! The items included
// p[x]: Contents of this set of documents. One of these 2:
"pAttachment" : { Attachment }
"pReference" : { Reference(Any) }
}],
"related" : [{ // Related things
"identifier" : { Identifier }, // Identifiers of things that are related
"ref" : { Reference(Any) } // Related Resource
}]
}
DocumentManifest Search Parameters
The following search parameters can be used to query DocumentManifest resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/DocumentManifest?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
author | reference | author |
content-ref | reference | content.pReference |
created | date | created |
description | text | description |
identifier | text | masterIdentifier, DocumentManifest.identifier |
patient | reference | subject |
recipient | reference | recipient |
related-id | text | related.identifier |
related-ref | reference | related.ref |
source | uri | source |
status | text | status |
subject | reference | subject |
type | text | type |