This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
A request for a diagnostic investigation service to be performed.
A Diagnostic Order is a record of a request for a set of diagnostic investigations to be performed. The investigation will lead to a Diagnostic Report that summarizes the outcome of the investigation, and includes any useful data and/or images that are relevant to the treatment/management of the subject.
The principal intention of the Diagnostic Order is to support ordering diagnostic investigations on patients (which includes non-human patients in veterinary medicine). However in many contexts, healthcare related processes include performing diagnostic investigations on groups of subjects, devices involved in the provision of healthcare, and even environmental locations such as ducts, bodies of water, etc. The Diagnostic Order supports all these usages.
The general work flow that this resource facilitates is that a clinical system creates a diagnostic order. The diagnostic order is then exchanged, perhaps via intermediaries, with a system that represents a diagnostic service that can perform the investigation as a request to do so. The diagnostic service will update the request as the work is performed, and then finally issue a report that references the requests that it fulfills.
Note that the Diagnostic Order itself is not a request to perform the investigation - it is just a record of the fact that a request was made. To actually request that a diagnostic procedure be performed, additional workflow beyond sumply the existence of a Diagnostic Order is required. This can be achieved by using an Order resource, with the Diagnostic Order referenced from the Order.details, or by using the Diagnostic Order resource in the context of of an messaging or service workflow where the request is explicit or implicit.
This resource is referenced by CarePlan, DiagnosticReport and ImagingStudy
<DiagnosticOrder xmlns="http://hl7.org/fhir"> <!-- from Resource: extension, modifierExtension, language, text, and contained --> <subject><!-- 1..1 Resource(Patient|Group|Location|Device) Who and/or what test is about --></subject> <orderer><!-- 0..1 Resource(Practitioner) Who ordered the test --></orderer> <identifier><!-- 0..* Identifier Identifiers assigned to this order --></identifier> <encounter><!-- 0..1 Resource(Encounter) The encounter that this diagnostic order is associated with --></encounter> <clinicalNotes value="[string]"/><!-- 0..1 Explanation/Justification for test --> <specimen><!-- 0..* Resource(Specimen) If the whole order relates to specific specimens --></specimen> <status value="[code]"/><!-- 0..1 requested | received | accepted | in progress | review | completed | suspended | rejected | failed --> <priority value="[code]"/><!-- 0..1 routine | urgent | stat | asap --> <event> <!-- 0..* A list of events of interest in the lifecycle --> <status value="[code]"/><!-- 1..1 requested | received | accepted | in progress | review | completed | suspended | rejected | failed --> <description><!-- 0..1 CodeableConcept More information about the event and it's context --></description> <dateTime value="[dateTime]"/><!-- 1..1 The date at which the event happened --> <actor><!-- 0..1 Resource(Practitioner|Device) Who recorded or did this --></actor> </event> <item> <!-- 0..* The items the orderer requested --> <code><!-- 1..1 CodeableConcept Code to indicate the item (test or panel) being ordered --></code> <specimen><!-- 0..* Resource(Specimen) If this item relates to specific specimens --></specimen> <bodySite><!-- 0..1 CodeableConcept Location of requested test (if applicable) --></bodySite> <status value="[code]"/><!-- 0..1 requested | received | accepted | in progress | review | completed | suspended | rejected | failed --> <event><!-- 0..* Content as for DiagnosticOrder.event Events specific to this item --></event> </item> </DiagnosticOrder>
Alternate definitions: Schema/Schematron, Resource Profile
Path | Definition | Type | Reference |
---|---|---|---|
DiagnosticOrder.status DiagnosticOrder.event.status DiagnosticOrder.item.status | The status of a diagnostic order | Fixed | http://hl7.org/fhir/diagnostic-order-status |
DiagnosticOrder.priority | The clinical priority of a diagnostic order | Fixed | http://hl7.org/fhir/diagnostic-order-priority |
DiagnosticOrder.event.description | Additional information about an event that occurred to a diagnostic order - e.g. if the status remained unchanged | Example | http://hl7.org/fhir/vs/diagnostic-order-event |
DiagnosticOrder.item.code | Codes for tests/services that can be performed by diagnostic services | Incomplete | http://hl7.org/fhir/vs/diagnostic-requests |
DiagnosticOrder.item.bodySite | Codes describing anatomical locations. May include laterality | Example | http://hl7.org/fhir/vs/body-site |
Search parameters for this resource. The standard parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
_id | token | The logical resource id associated with the resource (must be supported by all servers) | |
_language | token | The language of the resource | |
actor | reference | Who recorded or did this | DiagnosticOrder.event.actor, DiagnosticOrder.item.event.actor (Device, Practitioner) |
bodysite | token | Location of requested test (if applicable) | DiagnosticOrder.item.bodySite |
code | token | Code to indicate the item (test or panel) being ordered | DiagnosticOrder.item.code |
encounter | reference | The encounter that this diagnostic order is associated with | DiagnosticOrder.encounter (Encounter) |
event-date | date | The date at which the event happened | DiagnosticOrder.event.dateTime |
event-status | token | requested | received | accepted | in progress | review | completed | suspended | rejected | failed | DiagnosticOrder.event.status |
event-status-date | composite | A combination of past-status and date | |
identifier | token | Identifiers assigned to this order | DiagnosticOrder.identifier |
item-date | date | The date at which the event happened | DiagnosticOrder.item.event.dateTime |
item-past-status | token | requested | received | accepted | in progress | review | completed | suspended | rejected | failed | DiagnosticOrder.item.event.status |
item-status | token | requested | received | accepted | in progress | review | completed | suspended | rejected | failed | DiagnosticOrder.item.status |
item-status-date | composite | A combination of item-past-status and item-date | |
orderer | reference | Who ordered the test | DiagnosticOrder.orderer (Practitioner) |
specimen | reference | If the whole order relates to specific specimens | DiagnosticOrder.specimen, DiagnosticOrder.item.specimen (Specimen) |
status | token | requested | received | accepted | in progress | review | completed | suspended | rejected | failed | DiagnosticOrder.status |
subject | reference | Who and/or what test is about | DiagnosticOrder.subject (Device, Location, Patient, Group) |