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-education2.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

Generated Narrative: Communication dental-education2

version: 4; Last updated: 2021-08-27 15:26:33+0000;

Information Source: #GdB7kPWmcWXC0N81

Profile: Dental Communication

status: Completed

category: Instruction

subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))

encounter: 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

recipient: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))

sender: Practitioner John D

Payloads

-Content[x]
*Patient educated on the benefits of using a fluoride toothpaste, daily flossing, and bi-annual routine dental cleaning visits.

Source1

{
  "resourceType": "Communication",
  "id": "dental-education2",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2021-08-27T15:26:33.979+00:00",
    "source": "#GdB7kPWmcWXC0N81",
    "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/Dental-encounter"
  },
  "recipient": [
    {
      "reference": "Patient/example-dental"
    }
  ],
  "sender": {
    "reference": "Practitioner/practitioner-D"
  },
  "payload": [
    {
      "contentString": "Patient educated on the benefits of using a fluoride toothpaste, daily flossing, and bi-annual routine dental cleaning visits."
    }
  ]
}