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

: ExampleDocumentReference - JSON Representation

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><b>Generated Narrative: DocumentReference</b><a name=\"123456\"> </a><a name=\"hc123456\"> </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 DocumentReference &quot;123456&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-documentreference.html\">US Core DocumentReference Profile</a></p></div><p><b>status</b>: current</p><p><b>type</b>: Letter <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#51852-2)</span></p><p><b>category</b>: Clinical Note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU6.1/CodeSystem-us-core-documentreference-category.html\">US Core DocumentReferences Category Codes</a>#clinical-note)</span></p><p><b>subject</b>: <a href=\"Patient-1.html\">Patient/1</a> &quot; APPLESEED&quot;</p><p><b>date</b>: Oct 9, 2020, 3:26:23\u202fPM</p><p><b>author</b>: <a href=\"Organization-ProviderOrg1.html\">Organization/ProviderOrg1</a> &quot;Provider 1&quot;</p><p><b>custodian</b>: <a href=\"Organization-Payer1.html\">Organization/Payer1</a> &quot;Payer 1&quot;</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><code>/Binary/1-pdf</code></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>: urn:ihe:iti:xds:2017:mimeTypeSufficient (Details: http://ihe.net/fhir/ValueSet/IHE.FormatCode.codesystem code null = 'null', stated as 'urn:ihe:iti:xds:2017:mimeTypeSufficient')</p></blockquote></div>"
  },
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "51852-2"
      }
    ]
  },
  "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"
      }
    }
  ]
}