Da Vinci Clinical Data Exchange (CDex) Implementation Guide
0.2.0 - ballot

This page is part of the Da Vinci Clinical Documentation Exchange (v0.2.0: STU1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions

: Scenario 1 Authorization Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "cdex-example1-authorized-request",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "Scenario 1 Authorization Example"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "Task to seek a patient active conditions with a reference to a formal authorization."
      }
    ],
    "profile" : [
      "http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-data-request"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>basedOn</b>: <a href=\"http://example.org/fhir/CommunicationRequest/cdex-example1-authorization\">http://example.org/fhir/CommunicationRequest/cdex-example1-authorization</a></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>: <a href=\"http://example.org/fhir/Patient/cdex-example-patient\">http://example.org/fhir/Patient/cdex-example-patient</a></p><p><b>authoredOn</b>: Oct 26, 2020 2:58:55 AM</p><p><b>lastModified</b>: Oct 26, 2020 2:58:55 AM</p><p><b>requester</b>: <a href=\"http://example.org/fhir/Organization/cdex-example-payer\">http://example.org/fhir/Organization/cdex-example-payer</a></p><p><b>owner</b>: <a href=\"http://example.org/fhir/Organization/cdex-example-payer\">http://example.org/fhir/Organization/cdex-example-payer</a></p><p><b>reasonCode</b>: <span title=\"Codes: \">Support prior authorization decision-making</span></p><p><b>reasonReference</b>: <a href=\"http://example.org/fhir/Claim/cdex-example-claim\">http://example.org/fhir/Claim/cdex-example-claim</a></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-query}\">data query input</span></td><td>Condition?patient=cdex-example-patient&amp;clinical-status=active,recurrance,remission</td></tr></table></div>"
  },
  "basedOn" : [
    {
      "reference" : "http://example.org/fhir/CommunicationRequest/cdex-example1-authorization"
    }
  ],
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
        "code" : "data-request"
      }
    ]
  },
  "for" : {
    "reference" : "http://example.org/fhir/Patient/cdex-example-patient"
  },
  "authoredOn" : "2020-10-26T02:58:55.179Z",
  "lastModified" : "2020-10-26T02:58:55.179Z",
  "requester" : {
    "reference" : "http://example.org/fhir/Organization/cdex-example-payer"
  },
  "owner" : {
    "reference" : "http://example.org/fhir/Organization/cdex-example-payer"
  },
  "reasonCode" : {
    "text" : "Support prior authorization decision-making"
  },
  "reasonReference" : {
    "reference" : "http://example.org/fhir/Claim/cdex-example-claim"
  },
  "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"
    }
  ]
}