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

: reminder-id - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "reminder-id",
  "meta" : {
    "versionId" : "8b215b35-4d64-4ac1-a0c9-6f9c03fea583",
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/ReminderCommunicationRequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">ReminderCommunicationRequest</div>"
  },
  "extension" : [
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extReminderScheduledAtUtcDate",
      "valueDateTime" : "2025-09-14"
    }
  ],
  "identifier" : [
    {
      "value" : "b089f841-2119-41f2-9772-3a40a43ddf6f"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/200107095433",
    "display" : "Referens till Patient"
  },
  "about" : [
    {
      🔗 "reference" : "Appointment/reminder-appointment-id",
      "display" : "Referens till påminnelse"
    }
  ]
}