Radiology (Sandbox)
0.0.1-current - ci-build
Requirement Specification
This is for collaboration and discussion purposes and is subject to change.
This is not an Implementation Guide
Radiology (Sandbox) - Local Development build (v0.0.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "DocumentReference",
"id" : "DocumentReferenceImagingReportNRL",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference DocumentReferenceImagingReportNRL</b></p><a name=\"DocumentReferenceImagingReportNRL\"> </a><a name=\"hcDocumentReferenceImagingReportNRL\"> </a><a name=\"DocumentReferenceImagingReportNRL-en-US\"> </a><p><b>identifier</b>: Accession-Number/Y05868.123456789</p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{https://nicip.nhs.uk MAULR}\">MRA Upper limb Rt</span></p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 4201000179104}\">Imaging report</span></p><p><b>subject</b>: Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9912003888</p><p><b>custodian</b>: LEEDS TEACHING HOSPITALS NHS TRUST (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RR8)</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><td><b>Title</b></td><td><b>Creation</b></td></tr><tr><td style=\"display: none\">*</td><td>application/fhir+json</td><td><a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&canonical=https://example.nhs.uk/FHIR/R4/DocumentReference?_id=DiagnosticReportRadiologyPlatforms\">https://example.nhs.uk/FHIR/R4/DocumentReference?_id=DiagnosticReportRadiologyPlatforms</a></td><td>Imaging Report</td><td>2023-10-22 09:31:45+0000</td></tr></table><p><b>format</b>: [not stated] apiplatform: API Platform</p></blockquote></div>"
},
"identifier" : [
{
"type" : {
"text" : "Accession-Number"
},
"value" : "Y05868.123456789"
}
],
"status" : "current",
"type" : {
"coding" : [
{
"system" : "https://nicip.nhs.uk",
"code" : "MAULR",
"display" : "MRA Upper limb Rt"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "4201000179104",
"display" : "Imaging report"
}
]
}
],
"subject" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/nhs-number",
"value" : "9912003888"
}
},
"custodian" : {
"identifier" : {
"system" : "https://fhir.nhs.uk/Id/ods-organization-code",
"value" : "RR8"
},
"display" : "LEEDS TEACHING HOSPITALS NHS TRUST"
},
"content" : [
{
"attachment" : {
"contentType" : "application/fhir+json",
"url" : "https://example.nhs.uk/FHIR/R4/DocumentReference?_id=DiagnosticReportRadiologyPlatforms",
"title" : "Imaging Report",
"creation" : "2023-10-22T09:31:45+00:00"
},
"format" : {
"code" : "apiplatform",
"display" : "API Platform"
}
}
]
}