Get a list of document references

get

/DocumentReference

Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.

Retrieves a list of document references that meet the supplied query parameters.

Request

Query Parameters
Header Parameters

There's no request body for this operation.

Back to Top

Response

200 Response

Successful search response.
Body ()
Root Schema : schema
Type: object
Show Source
Nested Schema : entry
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : DocumentReference
Type: object
Show Source
Nested Schema : author
Type: array
The individual who is responsible for adding the information to the document.
Show Source
Nested Schema : category
Type: array
A categorization for the type of document referenced.
Show Source
Nested Schema : content
Type: array
The document and format referenced.
Show Source
Nested Schema : context
The clinical context in which the document was prepared.
Match All
The clinical context in which the document was prepared.
Show Source
Nested Schema : identifier
Type: array
The other identifiers associated with the document, including version-independent identifiers.
Show Source
Nested Schema : subject
Who or what the document is about.
Match All
Who or what the document is about.
Show Source
Nested Schema : type
The particular type of document referenced.
Match All
The particular type of document referenced.
Show Source
Nested Schema : Reference
Type: object
Show Source
Nested Schema : CodeableConcept
Type: object
Show Source
Nested Schema : coding
Type: array
Show Source
Nested Schema : Coding
Type: object
Show Source
Nested Schema : DocumentReferenceContent
Type: object
Show Source
Nested Schema : attachment
The document or URL of the document with critical metadata to prove that the content has integrity.
Match All
The document or URL of the document with critical metadata to prove that the content has integrity.
Show Source
Nested Schema : format
An identifier of the document encoding, structure, and template.
Match All
An identifier of the document encoding, structure, and template.
Show Source
Nested Schema : DocumentReferenceAttachment
Type: object
Show Source
Nested Schema : DocumentReferenceContext
Type: object
Show Source
Nested Schema : encounter
The clinical encounter that the document content is associated with.
Match All
The clinical encounter that the document content is associated with.
Show Source
Nested Schema : period
The time period over which the service that is described by the document was provided.
Match All
The time period over which the service that is described by the document was provided.
Show Source
Nested Schema : Period
Type: object
Show Source
Nested Schema : Identifier
Type: object
Show Source

Default Response

An OperationOutcome describing any error that occurred.
Body ()
Root Schema : OperationOutcome
Type: object
Show Source
Nested Schema : issue
Type: array
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top