NHS Notify – FHIR Letter Printing Implementation Guide
0.1.0 - ci-build United Kingdom

NHS Notify – FHIR Letter Printing Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ExampleLetterCommunicationRequest - JSON Representation

Raw json | Download

{
  "resourceType" : "CommunicationRequest",
  "id" : "ExampleLetterCommunicationRequest",
  "meta" : {
    "profile" : [
      🔗 "https://nhsdigital.github.io/nhs-notify-standards/fhir/docs/StructureDefinition/nhsnotify-letter-communicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CommunicationRequest ExampleLetterCommunicationRequest</b></p><a name=\"ExampleLetterCommunicationRequest\"> </a><a name=\"hcExampleLetterCommunicationRequest\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nhsnotify-letter-communicationrequest.html\">Letter CommunicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 736253002}\">Mental health crisis plan</span></p><p><b>subject</b>: <a href=\"Patient-ExamplePatient.html\">Pat Patient  (no stated gender), DoB Unknown ( https://fhir.nhs.uk/Id/nhs-number#9449304135)</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Content[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"DocumentReference-ExampleLetterDocRef.html\">DocumentReference: status = current; type = Clinical consultation report</a></td></tr></table><p><b>authoredOn</b>: 2025-09-29 08:30:00+0100</p><p><b>requester</b>: <a href=\"Organization-ExampleSenderOrg.html\">Organization Example NHS Trust</a></p><p><b>recipient</b>: <a href=\"Patient-ExamplePatient.html\">Pat Patient  (no stated gender), DoB Unknown ( https://fhir.nhs.uk/Id/nhs-number#9449304135)</a></p><p><b>sender</b>: <a href=\"Organization-ExampleSenderOrg.html\">Organization Example NHS Trust</a></p></div>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "736253002"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatient"
  },
  "payload" : [
    {
      "contentReference" : {
        🔗 "reference" : "DocumentReference/ExampleLetterDocRef"
      }
    }
  ],
  "authoredOn" : "2025-09-29T08:30:00+01:00",
  "requester" : {
    🔗 "reference" : "Organization/ExampleSenderOrg"
  },
  "recipient" : [
    {
      🔗 "reference" : "Patient/ExamplePatient"
    }
  ],
  "sender" : {
    🔗 "reference" : "Organization/ExampleSenderOrg"
  }
}