Skip to main content

DocumentReference

Trial Use 4 Foundation

A reference to a document of any kind for any purpose. While the term “document” implies a more narrow focus, for this resource this “document” encompasses any serialized object with a mime-type, it includes formal patient-centric documents (CDA), clinical notes, scanned paper, non-patient specific documents like policy text, as well as a photo, video, or audio recording acquired or used in healthcare. The DocumentReference resource provides metadata about the document so that the document can be discovered and managed. The actual content may be inline base64 encoded data or provided by direct reference.

Endpoints

devhttps://api.sandbox.ovok.com/fhir/R5/DocumentReference
InteractionMethodPath
ReadGET/fhir/R5/DocumentReference/[id]
VreadGET/fhir/R5/DocumentReference/[id]/_history/[vid]
UpdatePUT/fhir/R5/DocumentReference/[id]
PatchPATCH/fhir/R5/DocumentReference/[id]
DeleteDELETE/fhir/R5/DocumentReference/[id]
CreatePOST/fhir/R5/DocumentReference
SearchGET/fhir/R5/DocumentReference?...
HistoryGET/fhir/R5/DocumentReference/[id]/_history
Type-historyGET/fhir/R5/DocumentReference/_history

Top-level elements

ElementType(s)CardinalityDescription
identifierIdentifier0..*Business identifiers for the document
versionstring0..1An explicitly assigned identifer of a variation of the content in the DocumentReference
basedOnReference0..*Procedure that caused this media to be created
statuscode1..1current
docStatuscode0..1registered
modalityCodeableConcept0..*Imaging modality used
typeCodeableConcept0..1Kind of document (LOINC if possible)
categoryCodeableConcept0..*Categorization of document
subjectReference0..1Who/what is the subject of the document
contextReference0..*Context of the document content
eventCodeableReference0..*Main clinical acts documented
bodySiteCodeableReference0..*Body part included
facilityTypeCodeableConcept0..1Kind of facility where patient was seen
practiceSettingCodeableConcept0..1Additional details about where the content was created (e.g. clinical specialty)
periodPeriod0..1Time of service that is being documented
dateinstant0..1When this document reference was created
authorReference0..*Who and/or what authored the document
attesterBackboneElement0..*Attests to accuracy of the document
custodianReference0..1Organization which maintains the document
relatesToBackboneElement0..*Relationships to other documents
descriptionmarkdown0..1Human-readable description
securityLabelCodeableConcept0..*Document security-tags
contentBackboneElement1..*Document referenced

Resource-specific search parameters

ParameterTypeDescription
attesterreferenceWho attested the document
authorreferenceWho and/or what authored the document
based-onreferenceProcedure that caused this media to be created
bodysitetokenThe body site studied
bodysite-referencereferenceThe body site studied
categorytokenCategorization of document
contenttypetokenMime type of the content, with charset etc.
contextreferenceContext of the document content
creationdateDate attachment was first created
custodianreferenceOrganization which maintains the document
datedateWhen the event occurred
descriptionstringHuman-readable description
doc-statustokenpreliminary
event-codetokenMain clinical acts documented
event-referencereferenceMain clinical acts documented
facilitytokenKind of facility where patient was seen
format-canonicalreferenceProfile canonical content rules for the document
format-codetokenFormat code content rules for the document
format-uriuriProfile URI content rules for the document
identifiertokenAccount number
languagetokenHuman language of the content (BCP-47)
locationuriUri where the data can be found
modalitytokenThe modality used
patientreferenceThe entity that caused the expenses
perioddateTime of service that is being documented
relatestoreferenceTarget of the relationship
relationtokenreplaces
relationshipcompositeCombination of relation and relatesTo
security-labeltokenDocument security-tags
settingtokenAdditional details about where the content was created (e.g. clinical specialty)
statustokencurrent
subjectreferenceWho/what is the subject of the document
typetokenE.g. patient, expense, depreciation
versionstringThe business version identifier

Reference