Da Vinci Clinical Data Exchange (CDex) Implementation Guide Release 0.1.0

This page is part of the Da Vinci Clinical Documentation Exchange (v0.1.0: STU 1 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

JSON Format: CommunicationRequest-cdex-example-resource-request

Raw json

{
  "resourceType" : "CommunicationRequest",
  "id" : "cdex-example-resource-request",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2019-04-19T14:19:05.000-04:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Request for Condition resources\n        </div>"
  },
  "identifier" : [
    {
      "system" : "http://www.jurisdiction.com/insurer/123456",
      "value" : "ABC123"
    }
  ],
  "groupIdentifier" : {
    "value" : "12345"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://acme.org/messagetypes",
          "code" : "SolicitedAttachmentRequest"
        }
      ]
    }
  ],
  "priority" : "routine",
  "medium" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
          "code" : "WRITTEN",
          "display" : "written"
        }
      ],
      "text" : "written"
    }
  ],
  "subject" : {
    "reference" : "Patient/cdex-example-patient"
  },
  "about" : [
    {
      "reference" : "Claim/cdex-example-claim"
    }
  ],
  "encounter" : {
    "reference" : "Encounter/cdex-example-encounter"
  },
  "payload" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-payload-query-string",
          "valueString" : "Condition?patient=cdex-example-patient"
        }
      ],
      "contentString" : "Please provide the patient's conditions."
    }
  ],
  "occurrenceDateTime" : "2016-06-10T11:01:10-08:00",
  "authoredOn" : "2016-06-10T11:01:10-08:00",
  "requester" : {
    "reference" : "Practitioner/cdex-example-practitioner"
  },
  "recipient" : [
    {
      "reference" : "Organization/cdex-example-provider"
    }
  ],
  "sender" : {
    "reference" : "Organization/cdex-example-payer"
  }
}