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

: TemplateInvitationCommunicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "TemplateInvitationCommunicationRequest",
  "meta" : {
    "versionId" : "AE80CAA3-9BFA-449C-A6D7-8F591C9F9FA9",
    "profile" : [
      🔗 "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/InvitationCommunicationRequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest TemplateInvitationCommunicationRequest</b></p><a name=\"TemplateInvitationCommunicationRequest\"> </a><a name=\"hcTemplateInvitationCommunicationRequest\"> </a><a name=\"TemplateInvitationCommunicationRequest-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: AE80CAA3-9BFA-449C-A6D7-8F591C9F9FA9</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-InvitationCommunicationRequest.html\">Invitation CommunicationRequest</a></p></div><p><b>Invitation Action Type</b>: BOOK</p><p><b>Digital only flag</b>: false</p><p><b>identifier</b>: 4F8B8C97-EE8E-4FC6-B434-894A6A3B0991</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>subject</b>: <a href=\"Patient-TemplatePatient.html\">Reference to Patient</a></p><p><b>about</b>: <a href=\"Appointment-TemplateInvitationAppointment.html\">Referens till bokning</a></p></div>"
  },
  "extension" : [
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extInvitationActionType",
      "valueString" : "BOOK"
    },
    {
      "url" : "http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extDigitalOnly",
      "valueBoolean" : false
    }
  ],
  "identifier" : [
    {
      "value" : "4F8B8C97-EE8E-4FC6-B434-894A6A3B0991"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "subject" : {
    🔗 "reference" : "Patient/TemplatePatient",
    "display" : "Reference to Patient"
  },
  "about" : [
    {
      🔗 "reference" : "Appointment/TemplateInvitationAppointment",
      "display" : "Referens till bokning"
    }
  ]
}