Dental Data Exchange
1.0.0 - CI Build United States of America flag

Dental Data Exchange, published by Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/dental-data-exchange/ and changes regularly. See the Directory of published versions

: Communication- Patient Education 2 example - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "dental-education2",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-08-27T15:26:33.979+00:00",
    "source" : "#GdB7kPWmcWXC0N81",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b><a name=\"dental-education2\"> </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 Communication &quot;dental-education2&quot; Version &quot;4&quot; Updated &quot;2021-08-27 15:26:33+0000&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #GdB7kPWmcWXC0N81!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dental-communication.html\">Dental Communication</a></p></div><p><b>status</b>: completed</p><p><b>category</b>: Instruction <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/1.0.0/CodeSystem-communication-category.html\">CommunicationCategory</a>#instruction)</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient/example-dental</a> &quot; A&quot;</p><p><b>encounter</b>: <a href=\"Encounter-Dental-encounter.html\">Encounter/Dental-encounter</a></p><p><b>recipient</b>: <a href=\"Patient-example-dental.html\">Patient/example-dental</a> &quot; A&quot;</p><p><b>sender</b>: <a href=\"Practitioner-practitioner-D.html\">Practitioner/practitioner-D</a> &quot; D&quot;</p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Patient educated on the benefits of using a fluoride toothpaste, daily flossing, and bi-annual routine dental cleaning visits.</td></tr></table></div>"
  },
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/communication-category",
          "code" : "instruction",
          "display" : "Instruction"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/example-dental"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Dental-encounter"
  },
  "recipient" : [
    {
      🔗 "reference" : "Patient/example-dental"
    }
  ],
  "sender" : {
    🔗 "reference" : "Practitioner/practitioner-D"
  },
  "payload" : [
    {
      "contentString" : "Patient educated on the benefits of using a fluoride toothpaste, daily flossing, and bi-annual routine dental cleaning visits."
    }
  ]
}