Da Vinci Payer Data Exchange
2.1.0 - STU2 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. 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-epdx/ and changes regularly. See the Directory of published versions

: ExampleBundle1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "2000002",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/Bundle"
    ]
  },
  "type" : "searchset",
  "timestamp" : "2020-07-16T20:26:23.217+00:00",
  "total" : 2,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://example.com/base/fhir/MedicationDispense?ct=W3sidG9rZW4iOiIrUklEOn53MThjQUk5RlVPZ0lEQUFBQUFBQU"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://example.com/base/Patient/1",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "1",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_1\"> </a><p><b>Generated Narrative: Patient</b><a name=\"1\"> </a><a name=\"hc1\"> </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 Patient &quot;1&quot; </p></div></div>"
        }
      },
      "search" : {
        "mode" : "include"
      }
    },
    {
      "fullUrl" : "https://example.com/base/MedicationDispense/1000001",
      "resource" : {
        "resourceType" : "MedicationDispense",
        "id" : "1000001",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MedicationDispense_1000001\"> </a><p><b>Generated Narrative: MedicationDispense</b><a name=\"1000001\"> </a><a name=\"hc1000001\"> </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 MedicationDispense &quot;1000001&quot; </p></div><p><b>status</b>: completed</p><p><b>medication</b>: Lisinopril, 30 TABLET in 1 BLISTER PACK (54458-872-10) (package) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ndc.html\">National drug codes</a>#54458-872-10)</span></p><p><b>subject</b>: See on this page: Patient/1</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-4.html\">Practitioner/4</a> &quot; SMITH&quot;</td></tr></table><p><b>location</b>: <a href=\"Location-5.html\">Location/5</a> &quot;MyFavorite Pharmacy&quot;</p><p><b>type</b>: Refill <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-ActCode.html\">ActCode</a>#RF)</span></p><p><b>quantity</b>: 60</p><p><b>daysSupply</b>: 30</p></div>"
        },
        "status" : "completed",
        "medicationCodeableConcept" : {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sid/ndc",
              "code" : "54458-872-10"
            }
          ]
        },
        "subject" : {
          🔗 "reference" : "Patient/1"
        },
        "performer" : [
          {
            "actor" : {
              🔗 "reference" : "Practitioner/4"
            }
          }
        ],
        "location" : {
          🔗 "reference" : "Location/5"
        },
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
              "code" : "RF"
            }
          ]
        },
        "quantity" : {
          "value" : 60
        },
        "daysSupply" : {
          "value" : 30
        }
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}