Da Vinci Clinical Data Exchange (CDex)
2.1.0-preview - CI Build United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International - Patient Care Work Group. This is not an authorized publication; it is the continuous build for version 2.1.0-preview). This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions

: CDex Task Example 9 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Task",
  "id" : "cdex-task-example9",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-data-request"
    ],
    "tag" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
        "code" : "quality-metrics"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"cdex-task-example9\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;cdex-task-example9&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cdex-task-data-request.html\">CDex Task Data Request Profile</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp}\">http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp</span></p></div><p><b>status</b>: failed</p><p><b>statusReason</b>: No matching results <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>intent</b>: order</p><p><b>code</b>: Data Request Query <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cdex-temp.html\">CDex Temporary Code System</a>#data-request-query)</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>: 2020-10-27 11:05:34-0700</p><p><b>lastModified</b>: 2020-10-27 18:23:27-0700</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-provider\">http://example.org/fhir/Organization/cdex-example-provider</a></p><blockquote><p><b>input</b></p><p><b>type</b>: data query input <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/davinci-hrex/STU1/CodeSystem-hrex-temp.html\">HRex Temporary Code System</a>#data-query)</span></p><p><b>value</b>: Observation?patient=cdex-example-patient&amp;date=gt2018-01-01&amp;code=4548-4</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: Purpose Of Use <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cdex-temp.html\">CDex Temporary Code System</a>#purpose-of-use)</span></p><p><b>value</b>: health quality improvement <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActReason.html\">ActReason</a>#HQUALIMP)</span></p></blockquote></div>"
  },
  "status" : "failed",
  "statusReason" : {
    "text" : "No matching results"
  },
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
        "code" : "data-request-query"
      }
    ]
  },
  "for" : {
    "reference" : "http://example.org/fhir/Patient/cdex-example-patient"
  },
  "authoredOn" : "2020-10-27T11:05:34-07:00",
  "lastModified" : "2020-10-27T18:23:27-07:00",
  "requester" : {
    "reference" : "http://example.org/fhir/Organization/cdex-example-payer"
  },
  "owner" : {
    "reference" : "http://example.org/fhir/Organization/cdex-example-provider"
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp",
            "code" : "data-query"
          }
        ]
      },
      "valueString" : "Observation?patient=cdex-example-patient&date=gt2018-01-01&code=4548-4"
    },
    {
      "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" : "HQUALIMP"
          }
        ]
      }
    }
  ]
}