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
@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:Resource.id [ fhir:value "dental-education"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "4" ]; fhir:Meta.lastUpdated [ fhir:value "2020-08-06T17:04:21.046+00:00"^^xsd:dateTime ]; fhir:Meta.source [ fhir:value "#czq2jlsVbCk8xfAe" ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-communication"; fhir:index 0; fhir:link <http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-communication> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Patient education\n \n </div>" ]; fhir:Communication.status [ fhir:value "completed"]; fhir:Communication.subject [ fhir:Reference.reference [ fhir:value "Patient/example-dental" ] ]; fhir:Communication.encounter [ fhir:Reference.reference [ fhir:value "Encounter/Med-visit-1" ] ]; fhir:Communication.sent [ fhir:value "2020-02-14T18:01:10-08:00"^^xsd:dateTime]; fhir:Communication.received [ fhir:value "2020-01-12T18:01:11-08:00"^^xsd:dateTime]; fhir:Communication.recipient [ fhir:index 0; fhir:Reference.reference [ fhir:value "Patient/example-dental" ] ]; fhir:Communication.sender [ fhir:Reference.reference [ fhir:value "Practitioner/practitioner-M" ] ]; fhir:Communication.payload [ fhir:index 0; fhir:Communication.payload.contentString [ fhir:value "Pt. Education. Advised to see dentist regularly, brush 2x/day w/ fluoride toothpaste, floss" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.