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 example - JSON Representation

Raw json | Download


{
  "resourceType" : "Communication",
  "id" : "dental-education",
  "meta" : {
    "versionId" : "8",
    "lastUpdated" : "2021-08-27T15:26:29.185+00:00",
    "source" : "#FYwqy6PSKnGE7QuG",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient education\n        \n        \n        \n        \n        </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/Med-visit-1"
  },
  "recipient" : [
    {
      🔗 "reference" : "Patient/example-dental"
    }
  ],
  "sender" : {
    🔗 "reference" : "Practitioner/practitioner-M"
  },
  "payload" : [
    {
      "contentString" : "Pt. Education. Advised to see dentist regularly, brush 2x/day w/ fluoride toothpaste, floss"
    }
  ]
}