Da Vinci Clinical Data Exchange (CDex)
2.1.0 - STU2 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 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 Bundle Inline Example 858p - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "cdex-bundle-inline-example-858p",
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "http://hapi.fhir.org/baseR4/Condition?patient=06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b&clinical-status=active,recurrance,remission&_revinclude=Provenance:target"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://hapi.fhir.org/baseR4/Condition/4ac41715-fcbd-421c-8796-9b2c9706dd3f",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "4ac41715-fcbd-421c-8796-9b2c9706dd3f",
        "meta" : {
          "versionId" : "10",
          "lastUpdated" : "2020-04-28T20:28:00.008+00:00",
          "source" : "#cabiJIK51sD2iz4N"
        },
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active"
            }
          ]
        },
        "verificationStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
              "code" : "confirmed"
            }
          ]
        },
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
                "code" : "encounter-diagnosis",
                "display" : "Encounter Diagnosis"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "122481008",
              "display" : "Hammer toe (disorder)"
            }
          ],
          "text" : "Hammer Toe"
        },
        "subject" : {
          "reference" : "http://example.org/cdex/provider/fhir/Patient/06e1f0dd-5fbe-4480-9bb4-6b54ec02d31b"
        },
        "encounter" : {
          "reference" : "http://example.org/cdex/provider/fhir/Encounter/5fe62cd5-bfcf-4d3b-a1e9-80d6f75d6f82"
        },
        "onsetDateTime" : "2018-10-21T21:22:15-07:00",
        "recordedDate" : "2018-10-21T21:22:15-07:00"
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "http://hapi.fhir.org/baseR4/Provenance/b2ce4584-b213-411b-bdc9-d515dc92eadf",
      "resource" : {
        "resourceType" : "Provenance",
        "id" : "b2ce4584-b213-411b-bdc9-d515dc92eadf",
        "target" : [
          {
            "reference" : "Condition/4ac41715-fcbd-421c-8796-9b2c9706dd3f"
          }
        ],
        "recorded" : "2020-04-28T20:28:00.008+00:00",
        "agent" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
                  "code" : "author",
                  "display" : "Author"
                }
              ]
            },
            "who" : {
              "reference" : "http://example.org/cdex/provider/fhir/Practitioner/Dr-Jones-12345"
            },
            "onBehalfOf" : {
              "reference" : "http://example.org/cdex/provider/fhir/Organization/good-health-54321"
            }
          }
        ]
      },
      "search" : {
        "mode" : "include"
      }
    }
  ]
}