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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CommunicationRequest ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleLetterCommunicationRequest"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nhsdigital.github.io/nhs-notify-standards/fhir/docs/StructureDefinition/nhsnotify-letter-communicationrequest"^^xsd:anyURI ;
fhir:link <https://nhsdigital.github.io/nhs-notify-standards/fhir/docs/StructureDefinition/nhsnotify-letter-communicationrequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:category ( [
( fhir:coding [
a sct:736253002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "736253002" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
] ; #
fhir:payload ( [
fhir:content [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/ExampleLetterDocRef" ] ]
] ) ; #
fhir:authoredOn [ fhir:v "2025-09-29T08:30:00+01:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Organization/ExampleSenderOrg" ]
] ; #
fhir:recipient ( [
fhir:reference [ fhir:v "Patient/ExamplePatient" ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Organization/ExampleSenderOrg" ]
] . #