FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-cdex
Resource TypeTask
IdTask-cdex-task-example9.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task cdex-task-example9

status: Failed

statusReason: No matching results

intent: order

code: Data Request Query

for: http://example.org/fhir/Patient/cdex-example-patient

authoredOn: 2020-10-27 11:05:34-0700

lastModified: 2020-10-27 18:23:27-0700

requester: http://example.org/fhir/Organization/cdex-example-payer

owner: http://example.org/fhir/Organization/cdex-example-provider

input

type: data query input

value: Observation?patient=cdex-example-patient&date=gt2018-01-01&code=4548-4

input

type: Purpose Of Use

value: health quality improvement


Source1

{
  "resourceType": "Task",
  "id": "cdex-task-example9",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "failed",
  "statusReason": {
    "text": "No matching results"
  },
  "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-27T18:23:27-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"
          }
        ]
      }
    }
  ]
}