FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeCommunication
IdCommunication-dental-education.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Patient education

Source1

{
  "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"
    }
  ]
}