DocumentReference - FHIR Resource (dstu2)
This DocumentReference Resource uses the
FHIR API standard for access and structure.
Validate an DocumentReference FHIR Resource (dstu2)
DocumentReference 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
Description: Who/what authenticated the document
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
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
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
Description: Organization which maintains the document
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Master Version Specific Identifier
Attribute Type : Identifier
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Example:"masterIdentifier":
Description: Relationships to other documents
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Document creation time
Attribute Type : dateTime
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Document referenced
Attribute Type : Data Type
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Clinical context of document
Attribute Type : Data Type
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: preliminary | final | appended | amended | entered-in-error
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: When this document reference created
Attribute Type : instant
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Document security-tags
Attribute Type : CodeableConcept
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Other identifiers for the document
Attribute Type : Identifier
Required: N/A
Countability: Array
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Kind of document (LOINC if possible)
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Categorization of document
Attribute Type : CodeableConcept
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
Description: Who/what is the subject of the document
Attribute Type : Reference
Required: N/A
Countability: Singleton
Flags: N/A
Terminology bindings: N/A
Requirements: N/A
Comments: N/A
DocumentReference Structure
{
"resourceType" : "DocumentReference",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"masterIdentifier" : { Identifier }, // Master Version Specific Identifier
"identifier" : [{ Identifier }], // Other identifiers for the document
"subject" : { Reference(Patient|Practitioner|Group|Device) }, // Who/what is the subject of the document
"type" : { CodeableConcept }, // R! Kind of document (LOINC if possible)
"class" : { CodeableConcept }, // Categorization of document
"author" : [{ Reference(Practitioner|Organization|Device|Patient|
RelatedPerson) }], // Who and/or what authored the document
"custodian" : { Reference(Organization) }, // Organization which maintains the document
"authenticator" : { Reference(Practitioner|Organization) }, // Who/what authenticated the document
"created" : "<dateTime>", // Document creation time
"indexed" : "<instant>", // R! When this document reference created
"status" : "<code>", // R! current | superseded | entered-in-error
"docStatus" : { CodeableConcept }, // preliminary | final | appended | amended | entered-in-error
"relatesTo" : [{ // Relationships to other documents
"code" : "<code>", // R! replaces | transforms | signs | appends
"target" : { Reference(DocumentReference) } // R! Target of the relationship
}],
"description" : "<string>", // Human-readable description (title)
"securityLabel" : [{ CodeableConcept }], // Document security-tags
"content" : [{ // R! Document referenced
"attachment" : { Attachment }, // R! Where to access the document
"format" : [{ Coding }] // Format/content rules for the document
}],
"context" : { // Clinical context of document
"encounter" : { Reference(Encounter) }, // Context of the document content
"event" : [{ CodeableConcept }], // Main Clinical Acts Documented
"period" : { Period }, // Time of service that is being documented
"facilityType" : { CodeableConcept }, // Kind of facility where patient was seen
"practiceSetting" : { CodeableConcept }, // Additional details about where the content was created (e.g. clinical specialty)
"sourcePatientInfo" : { Reference(Patient) }, // Patient demographics from source
"related" : [{ // Related identifiers or resources
"identifier" : { Identifier }, // Identifier of related objects or events
"ref" : { Reference(Any) } // Related Resource
}]
}
}
DocumentReference Search Parameters
The following search parameters can be used to query DocumentReference resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/DocumentReference?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|
authenticator | reference | authenticator |
author | reference | author |
class | text | class |
created | date | created |
custodian | reference | custodian |
description | text | description |
encounter | reference | context.encounter |
event | text | context.event |
facility | text | context.facilityType |
format | text | content.format |
identifier | text | masterIdentifier, DocumentReference.identifier |
indexed | date | indexed |
language | text | content.attachment.language |
location | uri | content.attachment.url |
patient | reference | subject |
period | date | context.period |
related-id | text | context.related.identifier |
related-ref | reference | context.related.ref |
relatesto | reference | relatesTo.target |
relation | text | relatesTo.code |
relationship | composite |
|
securitylabel | text | securityLabel |
setting | text | context.practiceSetting |
status | text | status |
subject | reference | subject |
type | text | type |