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

status: Requested

intent: order

code: Data Request Query

for: Identifier: Member Number/Member123

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

lastModified: 2020-10-26 02:58:55+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,recurrance,remission

input

type: Purpose Of Use

value: coverage under policy or program

input

type: Signature Flag

value: true


Source1

{
  "resourceType": "Task",
  "id": "cdex-task-example17",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "requested",
  "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-26T02:58:55.179Z",
  "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,recurrance,remission"
    },
    {
      "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"
          }
        ]
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
            "code": "signature-flag"
          }
        ]
      },
      "valueBoolean": true
    }
  ]
}