AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: MinimalReminderCommunicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "MinimalReminderCommunicationRequest",
  "meta" : {
    "versionId" : "8b215b35-4d64-4ac1-a0c9-6f9c03fea432",
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderCommunicationRequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest MinimalReminderCommunicationRequest</b></p><a name=\"MinimalReminderCommunicationRequest\"> </a><a name=\"hcMinimalReminderCommunicationRequest\"> </a><a name=\"MinimalReminderCommunicationRequest-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 8b215b35-4d64-4ac1-a0c9-6f9c03fea432</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ReminderCommunicationRequest.html\">Reminder CommunicationRequest</a></p></div><p><b>Date for reminder to be sent</b>: 2025-09-14</p><p><b>identifier</b>: b089f841-2119-41f2-9772-3a40a43ddg7r</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-MinimalPatient.html\">Referens till Patient</a></p><p><b>about</b>: <a href=\"Appointment-MinimalReminderAppointment.html\">Referens till påminnelse</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extReminderScheduledAtUtcDate",
      "valueDateTime" : "2025-09-14"
    }
  ],
  "identifier" : [
    {
      "value" : "b089f841-2119-41f2-9772-3a40a43ddg7r"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/MinimalPatient",
    "display" : "Referens till Patient"
  },
  "about" : [
    {
      🔗 "reference" : "Appointment/MinimalReminderAppointment",
      "display" : "Referens till påminnelse"
    }
  ]
}