{

"resourceType": "Task",
"id": "fm-example2",
"identifier": [
  {
    "use": "official",
    "system": "http:/happyvalley.com/task",
    "value": "20181012-005"
  }
],
"status": "requested",
"intent": "order",
"priority": "stat",
"code": {
  "coding": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/financialtaskcode",
      "code": "poll"
    }
  ]
},
"authoredOn": "2018-10-12T08:25:05+10:00",
"lastModified": "2018-10-12T08:25:05+10:00",
"requester": {
  "reference": "Organization/example",
  "display": "Happy Valley Clinic"
},
"owner": {
  "identifier": {
    "system": "http://nationalinsurers.com/identifiers",
    "value": "12345"
  }
},
"input": [
  {
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/financialtaskinputtype",
          "code": "include"
        }
      ]
    },
    "valueCode": "ClaimResponse"
  },
  {
    "type": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/financialtaskinputtype",
          "code": "period"
        }
      ]
    },
    "valuePeriod": {
      "start": "2018-10-01",
      "end": "2018-10-12"
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}