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-example2.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-example2

status: Completed

businessStatus: Results reviewed for release

intent: order

code: Data Request Query

for: Identifier: Member Number/Member123

authoredOn: 2020-10-26 02:58:55+0000

lastModified: 2020-10-26 04:04:52+0000

requester: Identifier: http://example.org/cdex/payer/payer-ids/Payer123

owner: Identifier: United States National Provider Identifier/9941339108

reasonReference: Identifier: Payer Claim ID/Claim123

input

type: data query input

value: Condition?patient=cdex-example-patient&clinical-status=Active

input

type: Purpose Of Use

value: coverage under policy or program

Outputs

-TypeValue[x]
*data values outputhttp://example.org/fhir/Bundle/cdex-searchbundle-scenario1-example

Source1

{
  "resourceType": "Task",
  "id": "cdex-task-example2",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "businessStatus": {
    "text": "Results reviewed for release"
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
        "code": "data-request-query"
      }
    ]
  },
  "for": {
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB",
            "display": "Member Number"
          }
        ],
        "text": "Member Number"
      },
      "system": "http://example.org/cdex/payer/member-ids",
      "value": "Member123"
    }
  },
  "authoredOn": "2020-10-26T02:58:55.179Z",
  "lastModified": "2020-10-26T04:04:52.019Z",
  "requester": {
    "identifier": {
      "system": "http://example.org/cdex/payer/payer-ids",
      "value": "Payer123"
    }
  },
  "owner": {
    "identifier": {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "9941339108"
    }
  },
  "reasonReference": {
    "identifier": {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FILL",
            "display": "Filler Identifier"
          }
        ],
        "text": "Payer Claim ID"
      },
      "system": "http://example.org/cdex/payer/claim-ids",
      "value": "Claim123"
    }
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code": "data-query"
          }
        ]
      },
      "valueString": "Condition?patient=cdex-example-patient&clinical-status=Active"
    },
    {
      "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": "COVERAGE"
          }
        ]
      }
    }
  ],
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code": "data-value"
          }
        ]
      },
      "valueReference": {
        "reference": "http://example.org/fhir/Bundle/cdex-searchbundle-scenario1-example"
      }
    }
  ]
}