"status":
"priority":
"specimen":
"orderer":
"note":
"item":
"reason":
"encounter":
"identifier":
"event":
"supportingInformation":
"subject":
{
"resourceType" : "DiagnosticOrder",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"subject" : { Reference(Patient|Group|Location|Device) }, // R! Who and/or what test is about
"orderer" : { Reference(Practitioner) }, // Who ordered the test
"identifier" : [{ Identifier }], // Identifiers assigned to this order
"encounter" : { Reference(Encounter) }, // The encounter that this diagnostic order is associated with
"reason" : [{ CodeableConcept }], // Explanation/Justification for test
"supportingInformation" : [{ Reference(Observation|Condition|
DocumentReference) }], // Additional clinical information
"specimen" : [{ Reference(Specimen) }], // If the whole order relates to specific specimens
"status" : "<code>", // proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed
"priority" : "<code>", // routine | urgent | stat | asap
"event" : [{ // A list of events of interest in the lifecycle
"status" : "<code>", // R! proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed
"description" : { CodeableConcept }, // More information about the event and its context
"dateTime" : "<dateTime>", // R! The date at which the event happened
"actor" : { Reference(Practitioner|Device) } // Who recorded or did this
}],
"item" : [{ // The items the orderer requested
"code" : { CodeableConcept }, // R! Code to indicate the item (test or panel) being ordered
"specimen" : [{ Reference(Specimen) }], // If this item relates to specific specimens
"bodySite" : { CodeableConcept }, // Location of requested test (if applicable)
"status" : "<code>", // proposed | draft | planned | requested | received | accepted | in-progress | review | completed | cancelled | suspended | rejected | failed
"event" : [{ Content as for DiagnosticOrder.event }] // Events specific to this item
}],
"note" : [{ Annotation }] // Other notes and comments
}
The following search parameters can be used to query DiagnosticOrder resources. Just submit them like so:
https://api.1up.health/fhir/dstu2/DiagnosticOrder?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
actor | reference | event.actor, DiagnosticOrder.item.event.actor |
bodysite | text | item.bodySite |
code | text | item.code |
encounter | reference | encounter |
event-date | date | event.dateTime |
event-status | text | event.status |
event-status-date | composite |
|
identifier | text | identifier |
item-date | date | item.event.dateTime |
item-past-status | text | item.event.status |
item-status | text | item.status |
item-status-date | composite |
|
orderer | reference | orderer |
patient | reference | subject |
specimen | reference | specimen, DiagnosticOrder.item.specimen |
status | text | status |
subject | reference | subject |