DocumentReference

A DocumentReference resource is used to index a document, clinical note, and other binary objects to make them available to a healthcare system.

Interactions

  • Read: GET [base]/DocumentReference[id]
  • Search: GET [base]/DocumentReference?{parameters...}

Search Parameters

Search Parameter

Search Parameter Type

Example

_id

token

GET [base]/DocumentReference?_id=[id]

category

token

GET [base]/DocumentReference?category=[category]

date

date

GET [base]/DocumentReference?date=[date]

patient

reference

GET [base]/DocumentReference?patient=[patient]

period

date

GET [base]/DocumentReference?period=[period]

type

token

GET [base]/DocumentReference?type=[type]

_lastUpdated

date

GET [base]/DocumentReference?_lastUpdated=[_lastUpdated]

Supported includes & revIncludes

_include

_revInclude

N/A

Provenance:target