STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

10.3.7 Resource DiagnosticRequest - Detailed Descriptions

Detailed Descriptions for the elements in the DiagnosticRequest resource.

DiagnosticRequest
Definition

A record of a request for a diagnostic investigation service to be performed.

Control1..1
DiagnosticRequest.identifier
Definition

Identifiers assigned to this order instance by the orderer and/or the receiver and/or order fulfiller.

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Summarytrue
Comments

The identifier.type element is used to distinguish between the identifiers assigned by the orderer (known as the 'Placer' in HL7 v2) and the producer of the observations in response to the order (known as the 'Filler' in HL7 v2). For further discussion and examples see the notes section below.

DiagnosticRequest.definition
Definition

Protocol or definition followed by this request.

Control0..*
TypeReference(Any)
Summarytrue
DiagnosticRequest.basedOn
Definition

Plan/proposal/order fulfilled by this request.

Control0..*
TypeReference(Any)
Summarytrue
DiagnosticRequest.replaces
Definition

The request takes the place of the referenced completed or terminated request(s).

Control0..*
TypeReference(Any)
Summarytrue
DiagnosticRequest.requisition
Definition

Composite request this is part of.

Control0..1
TypeIdentifier
Summarytrue
DiagnosticRequest.status
Definition

The status of the order.

Control0..1
BindingRequestStatus: The status of a diagnostic order. (Required)
Typecode
Is Modifiertrue
Summarytrue
Comments

Typically the system placing the order sets the status to "requested". Thereafter, the order is maintained by the receiver that updates the status as the request is handled.

DiagnosticRequest.stage
Definition

Whether the request is a proposal, plan, an original order or a reflex order.

Control1..1
BindingDiagnosticRequestStage: The kind of diagnostic request (Extensible)
TypeCodeableConcept
Is Modifiertrue
Summarytrue
DiagnosticRequest.code
Definition

A code that identifies a particular diagnostic investigation, or panel of investigations, that have been requested.

Control1..1
BindingLOINC Diagnostic Request Codes: Codes for tests/services that can be performed by diagnostic services. (Preferred)
TypeCodeableConcept
Summarytrue
Comments

Many laboratory tests and radiology tests embed the specimen/organ system in the test name, for example, serum or serum/plasma glucose, or a chest xray. The specimen may not be recorded separately from the test code.

DiagnosticRequest.subject
Definition

On whom or what the investigation is to be performed. This is usually a human patient, but diagnostic tests can also be requested on animals, groups of humans or animals, devices such as dialysis machines, or even locations (typically for environmental scans).

Control1..1
TypeReference(Patient | Group | Location | Device)
Summarytrue
DiagnosticRequest.context
Definition

An encounter or episode of care that provides additional information about the healthcare context in which this request is made.

Control0..1
TypeReference(Encounter | EpisodeOfCare)
Summarytrue
DiagnosticRequest.occurrence[x]
Definition

The date/time at which the diagnostic testing should occur.

Control0..1
TypedateTime|Period|Timing
[x] NoteSee Choice of Data Types for further information about how to use [x]
Summarytrue
DiagnosticRequest.authored
Definition

When the request transitioned to being actionable.

Control0..1
TypedateTime
Summarytrue
DiagnosticRequest.requester
Definition

Who/what is requesting diagnostics. The practitioner that holds legal responsibility for ordering the investigation.

Control0..1
TypeReference(Device | Practitioner | Organization)
Summarytrue
Comments

This not the dispatcher, but rather who is authorizing.

DiagnosticRequest.performerType
Definition

Desired type of performer for doing the diagnostic testing. (.

Control0..1
BindingParticipant Roles: Indicates specific responsibility of an individual within the care team, such as "Primary physician", "Team coordinator", "Caregiver", etc. (Example)
TypeCodeableConcept
Summarytrue
Comments

this is a role, not aparticipation type. I.e. doesn’t describe the task, describes the capacity. Examples “compounding pharmacy” or “psychiatrist” or “internal referral”.

DiagnosticRequest.performer
Definition

The desired perfomer for doing the diagnostic testing.

Control0..1
TypeReference(Practitioner | Organization | Patient | Device | RelatedPerson)
Summarytrue
Comments

Use an extension or listing alternative alternative performers and/or roles and/or preference.

DiagnosticRequest.reason
Definition

An explanation or justification for why this diagnostic investigation is being requested. This is often for billing purposes. May relate to the resources referred to in supportingInformation.

Control0..*
BindingCondition/Problem/Diagnosis Codes: Diagnosis or problem codes justifying the reason for requesting the diagnostic investigation. (Example)
TypeCodeableConcept
Summarytrue
Comments

This may be used to decide how the diagnostic investigation will be performed, or even if it will be performed at all. Use CodeableConcept text element if the data is free (uncoded) text as shown in the CT Scan example.

DiagnosticRequest.supportingInformation
Definition

Additional clinical information about the patient or specimen that may influence test interpretations. This includes observations explicitly requested by the producer(filler) to provide context or supporting information needed to complete the order.

Control0..*
TypeReference(Any)
Alternate NamesAsk at order entry question; AOE
Comments

This information includes diagnosis, clinical findings and other observations. In laboratory ordering these are typically referred to as "ask at order entry questions (AOEs)". Examples include reporting the amount of inspired oxygen for blood gasses, the point in the menstrual cycle for cervical pap tests, and other conditions that influence test interpretations.

DiagnosticRequest.note
Definition

Any other notes and comments made about the service request. (e.g. "patient hates needles").

Control0..*
TypeAnnotation
DiagnosticRequest.relevantHistory
Definition

Key events in the history of the request.

Control0..*
TypeReference(Provenance)
Comments

This may not include provenances for all versions of the request – only those deemed “relevant” or important. This SHALL NOT include the Provenance associated with this current version of the resource. (If that provenance is deemed to be a “relevant” change, it will need to be added as part of a later update. Until then, it can be queried directly as the Provenance that points to this version using _revinclude All Provenances should have some historical version of this Request as their subject.