Dental Data Exchange
0.1.0 - STU1 Ballot

This page is part of the Dental Data Exchange (v0.1.0: STU 1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Pt education (example) - JSON Representation

Raw json | Download

{
  "resourceType" : "Communication",
  "id" : "dental-education",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2020-08-06T17:04:21.046+00:00",
    "source" : "#czq2jlsVbCk8xfAe",
    "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        </div>"
  },
  "status" : "completed",
  "subject" : {
    "reference" : "Patient/example-dental"
  },
  "encounter" : {
    "reference" : "Encounter/Med-visit-1"
  },
  "sent" : "2020-02-14T18:01:10-08:00",
  "received" : "2020-01-12T18:01:11-08:00",
  "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"
    }
  ]
}