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 - XML Representation

Raw xml | Download


<CommunicationRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleLetterCommunicationRequest"/>
  <meta>
    <profile
             value="https://nhsdigital.github.io/nhs-notify-standards/fhir/docs/StructureDefinition/nhsnotify-letter-communicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="736253002"/>
    </coding>
  </category>
  <subject>🔗 
    <reference value="Patient/ExamplePatient"/>
  </subject>
  <payload>
    <contentReference>🔗 
      <reference value="DocumentReference/ExampleLetterDocRef"/>
    </contentReference>
  </payload>
  <authoredOn value="2025-09-29T08:30:00+01:00"/>
  <requester>🔗 
    <reference value="Organization/ExampleSenderOrg"/>
  </requester>
  <recipient>🔗 
    <reference value="Patient/ExamplePatient"/>
  </recipient>
  <sender>🔗 
    <reference value="Organization/ExampleSenderOrg"/>
  </sender>
</CommunicationRequest>