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
{
"resourceType" : "DocumentReference",
"id" : "ExampleLetterDocRef",
"meta" : {
"profile" : [
🔗 "https://nhsdigital.github.io/nhs-notify-standards/fhir/docs/StructureDefinition/nhsnotify-letter-documentreference"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference ExampleLetterDocRef</b></p><a name=\"ExampleLetterDocRef\"> </a><a name=\"hcExampleLetterDocRef\"> </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-documentreference.html\">Letter PDF Document</a></p></div><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 371530004}\">Clinical consultation report</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><p><b>author</b>: <a href=\"Organization-ExampleSenderOrg.html\">Organization Example NHS Trust</a></p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"Binary-ExampleLetterBinary.html\">Binary: application/pdf (16 bytes base64)</a></td></tr></table></blockquote></div>"
},
"status" : "current",
"type" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "371530004"
}
]
},
"subject" : {
🔗 "reference" : "Patient/ExamplePatient"
},
"author" : [
{
🔗 "reference" : "Organization/ExampleSenderOrg"
}
],
"content" : [
{
"attachment" : {
"contentType" : "application/pdf",
"url" : "Binary/ExampleLetterBinary"
}
}
]
}