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
Example of QICore DiagnosticOrder
{
"resourceType": "DiagnosticOrder",
"id": "qicore",
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/diagnosticorder-reason",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActReason",
"code": "PHY",
"display": "Physician request"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/diagnosticorder-reasonRejected",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActReason",
"code": "NON-AVAIL",
"display": "patient not-available"
}
]
}
}
],
"subject": {
"reference": "Patient/example"
},
"orderer": {
"reference": "Practitioner/example"
},
"identifier": [
{
"label": "Placer",
"system": "urn:oid:1.3.4.5.6.7",
"value": "2345234234234"
}
],
"status": "rejected",
"event": [
{
"status": "requested",
"dateTime": "2013-05-02T16:16:00-07:00"
},
{
"status": "rejected",
"dateTime": "2013-05-06T11:20:00-07:00"
}
],
"item": [
{
"code": {
"coding": [
{
"system": "http://acme.org/tests",
"code": "LIPID"
}
],
"text": "Lipid Panel"
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.