Radiology (Sandbox)
0.0.1-current - ci-build International flag

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

: Bundle - DiagnosticReport Search Results NRL - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "NRLSearchDiagnosticReports",
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://example.nhs.uk/FHIR/R4/DiagnosticReport?_id=ABCD"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/DiagnosticReport/DiagnosticReportImagingReportNRL",
      "resource" : {
        "resourceType" : "DiagnosticReport",
        "id" : "DiagnosticReportImagingReportNRL",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_DiagnosticReportImagingReportNRL\"> </a><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DiagnosticReportImagingReportNRL</b></p><a name=\"DiagnosticReportImagingReportNRL\"> </a><a name=\"hcDiagnosticReportImagingReportNRL\"> </a><a name=\"DiagnosticReportImagingReportNRL-en-US\"> </a><h2><span title=\"Codes:{http://snomed.info/sct 371525003}\">Clinical procedure report (record artifact)</span> (<span title=\"Codes:{http://snomed.info/sct 16310003}\">Ultrasound</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>Unable to get Patient Details</td></tr><tr><td>Reported</td><td>2023-09-07 11:45:41+1100</td></tr><tr><td>Performer</td><td> LEEDS TEACHING HOSPITALS NHS TRUST (Identifier: <code>https://fhir.nhs.uk/Id/ods-organization-code</code>/RR8)</td></tr><tr><td>Identifiers</td><td> Accession-Number/Y05868.123456789 Version-Identifier/1.0</td></tr></table><p><b>Report Details</b></p><p>Normal - no action</p></div>"
        },
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "code" : "Accession-Number"
                }
              ]
            },
            "value" : "Y05868.123456789"
          },
          {
            "type" : {
              "coding" : [
                {
                  "code" : "Version-Identifier"
                }
              ]
            },
            "value" : "1.0"
          }
        ],
        "status" : "final",
        "category" : [
          {
            "coding" : [
              {
                "system" : "http://snomed.info/sct",
                "code" : "16310003",
                "display" : "Ultrasound"
              }
            ]
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "371525003",
              "display" : "Clinical procedure report (record artifact)"
            }
          ]
        },
        "subject" : {
          "identifier" : {
            "system" : "https://fhir.nhs.uk/Id/nhs-number",
            "value" : "9912003888"
          },
          "display" : "Richard SMITH"
        },
        "issued" : "2023-09-07T11:45:41+11:00",
        "performer" : [
          {
            "identifier" : {
              "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
              "value" : "RR8"
            },
            "display" : "LEEDS TEACHING HOSPITALS NHS TRUST"
          }
        ],
        "resultsInterpreter" : [
          {
            "identifier" : {
              "system" : "https://fhir.hl7.org.uk/Id/gmc-number",
              "value" : "C1234567"
            },
            "display" : "FICTITIOUS, Ralph"
          }
        ],
        "conclusion" : "Normal - no action"
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}