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

Orderresponse-example.json

Example of orderresponse

{
  "resourceType": "OrderResponse",
  "text": {
    "status": "generated",
    "div": "<div>Lab Report completed at 13:10 28-Dec 2012</div>"
  },
  "request": {
    "reference": "Order/example"
  },
  "date": "2012-12-28T13:10:56+11:00",
  "who": {
    "reference": "Organization/1832473e-2fe0-452d-abe9-3cdb9879522f"
  },
  "code": "complete",
  "fulfillment": [
    {
      "reference": "DiagnosticReport/101"
    }
  ]
}