Dental Data Exchange
1.0.0 - STU 1

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

: Communication- Patient education example - XML Representation

Raw xml | Download



<Communication xmlns="http://hl7.org/fhir">
  <id value="dental-education"/>
  <meta>
    <versionId value="8"/>
    <lastUpdated value="2021-08-27T15:26:29.185+00:00"/>
    <source value="#FYwqy6PSKnGE7QuG"/>
    <profile
             value="http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-communication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Patient education
        
        
        
        
        </div>
  </text>
  <status value="completed"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/communication-category"/>
      <code value="instruction"/>
      <display value="Instruction"/>
    </coding>
  </category>
  <subject>
    <reference value="Patient/example-dental"/>
  </subject>
  <encounter>
    <reference value="Encounter/Med-visit-1"/>
  </encounter>
  <recipient>
    <reference value="Patient/example-dental"/>
  </recipient>
  <sender>
    <reference value="Practitioner/practitioner-M"/>
  </sender>
  <payload>
    <contentString
                   value="Pt. Education. Advised to see dentist regularly, brush 2x/day w/ fluoride toothpaste, floss"/>
  </payload>
</Communication>