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 - 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-education"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "8" ] ;
fhir:lastUpdated [ fhir:v "2021-08-27T15:26:29.185+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#FYwqy6PSKnGE7QuG"^^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\">Patient education\n        \n        \n        \n        \n        </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/Med-visit-1" ]
  ] ; # 
  fhir:recipient ( [
fhir:reference [ fhir:v "Patient/example-dental" ]
  ] ) ; # 
  fhir:sender [
fhir:reference [ fhir:v "Practitioner/practitioner-M" ]
  ] ; # 
  fhir:payload ( [
fhir:content [ fhir:v "Pt. Education. Advised to see dentist regularly, brush 2x/day w/ fluoride toothpaste, floss" ]
  ] ) . #