{

"resourceType": "ServiceRequest",
"id": "do-not-turn",
"identifier": [
  {
    "system": "http://goodhealth.org/placer-ids",
    "value": "20170201-0002"
  }
],
"status": "active",
"intent": "order",
"priority": "stat",
"doNotPerform": true,
"code": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "359962006",
      "display": "Turning patient in bed (procedure)"
    }
  ]
},
"subject": {
  "reference": "Patient/example"
},
"authoredOn": "2017-02-01T17:23:07Z",
"requester": {
  "reference": "Practitioner/example",
  "display": "Dr Adam Careful"
},
"reasonReference": [
  {
    "display": "Patient has a spinal fracture"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}