{

"resourceType": "ServiceRequest",
"id": "benchpress",
"status": "active",
"intent": "plan",
"code": {
  "coding": [
    {
      "system": "http://snomed.info/sct",
      "code": "229115003",
      "display": "Bench Press (regime/therapy) "
    }
  ]
},
"subject": {
  "reference": "Patient/example"
},
"occurrenceTiming": {
  "repeat": {
    "count": 20,
    "countMax": 30,
    "frequency": 3,
    "period": 1,
    "periodUnit": "wk"
  }
},
"patientInstruction": "Start with 30kg 10-15 repetitions for three sets and increase in increments of 5kg when you feel ready",
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}