This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"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"
}
]
}