Shared Managament of Radiation Treatments
0.0.1-current - ci-build International flag

Shared Managament of Radiation Treatments, published by IHE Radiation Oncology Technical Committee. This guide is not an authorized publication; it is the continuous build for version 0.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/RO.SMRT/ and changes regularly. See the Directory of published versions

: Example Plan Imaging Study - JSON Representation

Raw json | Download

{
  "resourceType" : "ImagingStudy",
  "id" : "PlanImagingStudy1",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/RO/SMRT/StructureDefinition/plan-imaging-study"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy PlanImagingStudy1</b></p><a name=\"PlanImagingStudy1\"> </a><a name=\"hcPlanImagingStudy1\"> </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-plan-imaging-study.html\">SMRT Plan ImagingStudy Profile</a></p></div><p><b>identifier</b>: Study Instance UID/2.16.124.113543.6003.2588828330.45298.1\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-RTPLAN\">DICOM: RTPLAN</a> (Radiotherapy Plan)</p><p><b>subject</b>: <a href=\"Patient-Patient1.html\">John Schmidt  Other, DoB: 1923-07-25</a></p><p><b>started</b>: 2026-09-09 10:15:24+0100</p><p><b>endpoint</b>: <a href=\"Endpoint-DICOMEndpoint1.html\">Endpoint MY_OST_AET</a></p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.124.113543.6003.2588828330.45298.1.1</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-RTPLAN\">DICOM: RTPLAN</a> (Radiotherapy Plan)</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.124.113543.6003.2588828330.45298.1.1.1</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.481.5 (RT Plan Storage)</td></tr></table></blockquote></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://dicom.nema.org/resources/ontology/DCM",
            "code" : "110180",
            "display" : "Study Instance UID"
          }
        ]
      },
      "system" : "urn:dicom:uid",
      "value" : "2.16.124.113543.6003.2588828330.45298.1"
    }
  ],
  "status" : "available",
  "modality" : [
    {
      "system" : "http://dicom.nema.org/resources/ontology/DCM",
      "code" : "RTPLAN"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/Patient1"
  },
  "started" : "2026-09-09T10:15:24+01:00",
  "endpoint" : [
    {
      🔗 "reference" : "Endpoint/DICOMEndpoint1"
    }
  ],
  "series" : [
    {
      "uid" : "2.16.124.113543.6003.2588828330.45298.1.1",
      "modality" : {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "RTPLAN"
      },
      "instance" : [
        {
          "uid" : "2.16.124.113543.6003.2588828330.45298.1.1.1",
          "sopClass" : {
            "system" : "urn:ietf:rfc:3986",
            "code" : "urn:oid:1.2.840.10008.5.1.4.1.1.481.5",
            "display" : "RT Plan Storage"
          }
        }
      ]
    }
  ]
}