This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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 orderresponse

Raw JSON

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