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

: Imaging Report based on Royal College of Radiologists HL7 v2 ORU converted to HL7 FHIR - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "DiagnosticReportImagingReportRCR",
  "meta" : {
    "versionId" : "1.0"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DiagnosticReport DiagnosticReportImagingReportRCR</b></p><a name=\"DiagnosticReportImagingReportRCR\"> </a><a name=\"hcDiagnosticReportImagingReportRCR\"> </a><a name=\"DiagnosticReportImagingReportRCR-en-US\"> </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\">version: 1.0</p></div><h2><span title=\"Codes:{https://nicip.nhs.uk MAULR}, {http://snomed.info/sct 418062002}\">MRA Upper limb Rt</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>Identifier</td><td> 25edee2b-add8-4522-9fa2-1ee8f229bd75</td></tr></table><p><b>Report Details</b></p><p>Normal - no action</p></div>"
  },
  "identifier" : [
    {
      "value" : "25edee2b-add8-4522-9fa2-1ee8f229bd75"
    }
  ],
  "basedOn" : [
    {
      "type" : "ServiceRequest",
      "identifier" : {
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
              "code" : "ACSN"
            }
          ]
        },
        "system" : "https://fhir.leedsth.nhs.uk/Id/AccessionNumber",
        "value" : "123456789",
        "assigner" : {
          "identifier" : {
            "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
            "value" : "RR8"
          }
        }
      }
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "16310003",
          "display" : "Ultrasound"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://nicip.nhs.uk",
        "code" : "MAULR",
        "display" : "MRA Upper limb Rt"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "418062002",
        "display" : "MRA upper limb artery"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9912003888"
    },
    "display" : "Richard SMITH"
  },
  "issued" : "2023-09-07T11:45:41+11:00",
  "performer" : [
    {
      "type" : "Organization",
      "identifier" : {
        "system" : "https://fhir.nhs.uk/Id/ods-organization-code",
        "value" : "RR8"
      },
      "display" : "LEEDS TEACHING HOSPITALS NHS TRUST"
    }
  ],
  "resultsInterpreter" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/event-performerFunction",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code" : "PPRF",
                "display" : "primary performer"
              }
            ]
          }
        }
      ],
      "type" : "Practitioner",
      "identifier" : {
        "system" : "https://fhir.hl7.org.uk/Id/gmc-number",
        "value" : "C1234567"
      },
      "display" : "FICTITIOUS, Ralph"
    }
  ],
  "conclusion" : "Normal - no action"
}