This page is part of the FHIR Specification (v1.0.2: DSTU 2). 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": "diagnosticorder-example", "text": { "status": "generated", "div": "<div>\n Example Diagnostic Order\n </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": [ { "type": { "text": "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://loinc.org", "code": "57698-3" } ], "text": "Lipid panel with direct LDL - Serum or Plasma" } } ] }
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.