Diagnostic Order
A Diagnostic Order resource represents a request for a diagnostic service.
Sample Query
Find orders requested by a particular practitioner:
https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/DiagnosticOrder?orderer=1456400a-3e21-e611-8128-0a69c1b3225b
Overview
See the FHIR documentation for more information about Diagnostic Order resources.
Mapped Concepts in HIEBus
Supported Interactions
Diagnostic Order resources support the following interactions.
Search Parameters
When searching for Diagnostic Order resources, the following search parameters are supported.
Name |
Type
|
Prefixes
Modifiers
|
Can be Chained? |
Description |
_id |
Token |
|
|
Resource id.
|
_lastUpdated |
Date |
ne
lt
le
gt
ge
sa
eb
ap
|
|
When the resource last changed.
|
_source |
Uri |
:missing
|
|
Where the resource comes from.
|
actor |
Reference |
:missing
|
yes |
Who recorded or did this.
|
code |
Token |
:not
:in
:not-in
:missing
|
|
Code to indicate the item (test or panel) being ordered.
|
encounter |
Reference |
:missing
|
yes |
The encounter that this diagnostic order is associated with.
|
event-date |
Date |
ne
lt
le
gt
ge
sa
eb
ap
:missing
|
|
The date at which the event happened.
|
identifier |
Token |
:missing
|
|
Identifiers assigned to this order.
|
item-date |
Date |
ne
lt
le
gt
ge
sa
eb
ap
:missing
|
|
The date at which the event happened.
|
item-status |
Token |
:missing
|
|
proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed.
|
orderer |
Reference |
:missing
|
yes |
Who ordered the test.
|
patient |
Reference |
:missing
|
yes |
The patient the DiagnosticOrder is about.
|
provenance-agent |
Reference |
:missing
|
yes |
Search by provenance, specified by its author (aka originator) Organization.
|
status |
Token |
:missing
|
|
proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed.
|
subject |
Reference |
:missing
|
yes |
The patient the DiagnosticOrder is about. Functionally identical to the "patient" search parameter.
|
Sortable Parameters
When searching Diagnostic Order resources, it is possible to sort the returned values by the following search parameters.
Only one sort parameter may be specified.
Supported Includes
When searching Diagnostic Order resources, it is possible to include the resources referenced by the following field names.
- Actor
- Encounter
- Orderer
- Patient
- Provenance Agent
- Subject
Supported Operations
Diagnostic Order supports the following extended operations.
Back to Resources