Da Vinci Payer Data Exchange
2.1.1 - STU2 Ballot 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.1 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

: ExampleDocumentReference - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "123456",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-documentreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference 123456</b></p><a name=\"123456\"> </a><a name=\"hc123456\"> </a><a name=\"123456-en-US\"> </a><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 34133-9}\">Summary of episode note</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category clinical-note}\">Clinical Note</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Johnny Appleseed  Male, DoB: 1986-01-01 ( Member Number)</a></p><p><b>date</b>: 2020-10-09 15:26:23+0000</p><p><b>author</b>: <a href=\"Organization-ProviderOrg1.html\">Organization Provider 1</a></p><p><b>custodian</b>: <a href=\"Organization-Payer1.html\">Organization Payer 1</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td><td><b>Title</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://hl7.org/fhir/us/core//Binary/1-pdf\">/Binary/1-pdf</a></td><td>Uri where the data can be found = [base]/Binary/1-pdf\nor base64encode document and include in content.attachment.data element</td></tr></table><p><b>format</b>: IHE.FormatCode.codesystem : urn:ihe:iti:xds:2017:mimeTypeSufficient</p></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "34133-9"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-documentreference-category",
          "code" : "clinical-note"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/1"
  },
  "date" : "2020-10-09T15:26:23.217+00:00",
  "author" : [
    {
      🔗 "reference" : "Organization/ProviderOrg1"
    }
  ],
  "custodian" : {
    🔗 "reference" : "Organization/Payer1"
  },
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "/Binary/1-pdf",
        "title" : "Uri where the data can be found = [base]/Binary/1-pdf\nor base64encode document and include in content.attachment.data element"
      },
      "format" : {
        "system" : "http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem",
        "display" : "urn:ihe:iti:xds:2017:mimeTypeSufficient"
      }
    }
  ]
}