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 2.0.0-ballot 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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "dental-education2"] ; #
fhir:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2021-08-27T15:26:33.979+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#GdB7kPWmcWXC0N81"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-communication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-communication> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication dental-education2</b></p><a name=\"dental-education2\"> </a><a name=\"hcdental-education2\"> </a><a name=\"dental-education2-en-US\"> </a><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\">version: 4; Last updated: 2021-08-27 15:26:33+0000; </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>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category instruction}\">Instruction</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-Dental-encounter.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Encounter for problem; priority = routine; period = 2020-02-16 15:00:14-0500 --> 2020-02-16 15:30:14-0500</a></p><p><b>recipient</b>: <a href=\"Patient-example-dental.html\">Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))</a></p><p><b>sender</b>: <a href=\"Practitioner-practitioner-D.html\">Practitioner John D </a></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>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "instruction" ] ;
fhir:display [ fhir:v "Instruction" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-dental" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/Dental-encounter" ]
] ; #
fhir:recipient ( [
fhir:reference [ fhir:v "Patient/example-dental" ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Practitioner/practitioner-D" ]
] ; #
fhir:payload ( [
fhir:content [ fhir:v "Patient educated on the benefits of using a fluoride toothpaste, daily flossing, and bi-annual routine dental cleaning visits." ]
] ) . #