DocumentManifest.related
FHIR attribute (stu3)
In the DocumentManifest resource for FHIR stu3 , the related attribute identifies the Related things
related (DocumentManifest) description
Attribute Name: related
Description: Related things
Attribute Type :
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
DocumentManifest.related Example
"related": [
{
"identifier": {
"system": "http://example.org/documents",
"value": "23425234234-9999"
},
"ref": {
"reference": "DocumentReference/example"
}
}
]
DocumentManifest attributes
AttributeField is listTypeDescription
Description: current | superseded | entered-in-error
Attribute Type : code
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"status": "current"
Description: Human-readable description (title)
Attribute Type : string
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"description": "Physical"
Description: Unique Identifier for the set of documents
Attribute Type : Identifier
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"masterIdentifier": {
"system": "http://example.org/documents",
"value": "23425234234-2346"
}
Description: Kind of document set
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"type": {
"text": "History and Physical"
}
Description: When this document manifest created
Attribute Type : dateTime
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"created": "2004-12-25T23:50:50-05:00"
Description: Related things
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"related": [
{
"identifier": {
"system": "http://example.org/documents",
"value": "23425234234-9999"
},
"ref": {
"reference": "DocumentReference/example"
}
}
]
Description: The items included
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"content": [
{
"pReference": {
"reference": "DocumentReference/example"
}
}
]
Description: The source system/application/software
Attribute Type : uri
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"source": "urn:oid:1.3.6.1.4.1.21367.2009.1.2.1"
Description: "author" : [{ Reference(Practitioner|Organization|Device|Patient|
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"author": [
{
"reference": "#a1"
}
]
Description: Other identifiers for the manifest
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"identifier": [
{
"system": "http://example.org/documents",
"value": "23425234234-2347"
}
]
Description: Intended to get notified about this set of documents
Attribute Type : Reference
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"recipient": [
{
"reference": "Practitioner/xcda1"
}
]
Description: The subject of the set of documents
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"subject": {
"reference": "Patient/xcda"
}