FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Communication |
| Id | Communication-dental-education.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"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": "<!-- snip (see above) -->"
},
"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"
}
]
}