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 / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. 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 Inline Task Example 21 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Task",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString" : "CDex Inline Task Example 21"
      },
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown" : "Task example used to create inline task based scenarios for [surgical notes as ccda documents](task-based-approach.html#surgical-notes-as-ccda-documents)"
      }
    ],
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-data-request"
    ]
  },
  "status" : "requested",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp",
        "code" : "data-request-code"
      }
    ]
  },
  "for" : {
    "reference" : "http://example.org/fhir/Patient/cdex-example-patient"
  },
  "authoredOn" : "2020-10-27T11:05:34-07:00",
  "lastModified" : "2020-10-27T11:05:34-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-code"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11504-8"
          }
        ],
        "text" : "Surgical operation note"
      }
    },
    {
      "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" : "COC"
          }
        ]
      }
    }
  ]
}