{
  "resourceType" : "Task",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "CDex Inline Task Example 10"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "Task example used to create inline task based scenarios for and [example unsuccessful task based transaction](task-based-approach.html#example-unsuccessful-task-based-transaction)"
    }],
    "profile" : ["http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-data-request"]
  },
  "language" : "en",
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [{
      "system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
      "code" : "data-request-query"
    }]
  },
  "for" : {
    "reference" : "http://example.org/fhir/Patient/cdex-example-patient"
  },
  "authoredOn" : "2020-10-27T11:05:34-07:00",
  "lastModified" : "2020-10-27T11:05:34-07:00",
  "requester" : {
    "reference" : "http://example.org/fhir/Organization/cdex-example-payer"
  },
  "owner" : {
    "reference" : "http://example.org/fhir/Organization/cdex-example-provider"
  },
  "input" : [{
    "type" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
        "code" : "data-query"
      }]
    },
    "valueString" : "Observation?patient=cdex-example-patient&date=gt2018-01-01&code=4548-4"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
        "code" : "purpose-of-use"
      }]
    },
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HQUALIMP"
      }]
    }
  }]
}