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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pcde
Resource TypeTask
IdTask-failed.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

Resource Task "failed" Version "1" Updated "2019-07-21 11:01:00+0500"

status: failed

statusReason: Consent prohibits sharing ()

intent: order

code: data request task (HRex Temporary Code System#data-request)

for:

authoredOn: 2020-07-30 08:07:15-0600

requester: : New Insurance Co Inc.

owner: : Original Insurance Co Inc.

Inputs

-TypeValue[x]
*data code input (HRex Temporary Code System#data-code)Coverage Transition Document (PCDE Temporary Codes#pcde)

Source1

{
  "resourceType": "Task",
  "id": "failed",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-21T11:01:00+05:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "failed",
  "statusReason": {
    "text": "Consent prohibits sharing"
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
        "code": "data-request"
      }
    ]
  },
  "for": {
    "identifier": {
      "system": "http://originalinsuranceinc.com/fhir/NamingSystem/client-ids",
      "value": "444222222"
    }
  },
  "authoredOn": "2020-07-30T20:07:15-06:00",
  "requester": {
    "type": "Organization",
    "display": "New Insurance Co Inc."
  },
  "owner": {
    "type": "Organization",
    "display": "Original Insurance Co Inc."
  },
  "input": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code": "data-code"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes",
            "code": "pcde",
            "display": "Coverage Transition Document"
          }
        ]
      }
    }
  ]
}