Da Vinci - Payer Coverage Decision Exchange (PCDE)
1.0.0 - STU 1

This page is part of the Da Vinci Payer Coverage Decision Exchange (PCDE) FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: PCDE Coverage Transition Task Request Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "requested",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes: {http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp data-request}\">data request task</span></p><p><b>for</b>: <span></span></p><p><b>authoredOn</b>: Jul 31, 2020 2:07:15 AM</p><p><b>requester</b>: <span>New Insurance Co Inc.</span></p><p><b>owner</b>: <span>Original Insurance Co Inc.</span></p><h3>Inputs</h3><table class=\"grid\"><tr><td>-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td>*</td><td><span title=\"Codes: {http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp data-code}\">data code input</span></td><td><span title=\"Codes: {http://hl7.org/fhir/us/davinci-pcde/CodeSystem/PCDEtempCodes pcde}\">Coverage Transition Document</span></td></tr></table></div>"
  },
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
        "code" : "data-request"
      }
    ]
  },
  "for" : {
    "type" : "Patient",
    "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"
          }
        ]
      }
    }
  ]
}