Search FHIR

FHIR Osiris Implementation Guide
1.1.0 - trial-implementation

This page is part of the OSIRIS FHIR Implementation Guide (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Radiotherapy Code System - JSON Representation

Draft as of 2025-04-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "RadiotherapyCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem RadiotherapyCS</b></p><a name=\"RadiotherapyCS\"> </a><a name=\"hcRadiotherapyCS\"> </a><a name=\"RadiotherapyCS-en-US\"> </a><p>This  code system <code>https://ig-osiris.cancer.fr/ig/osiris/CodeSystem/RadiotherapyCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Planned<a name=\"RadiotherapyCS-Planned\"> </a></td><td>Planified</td></tr><tr><td style=\"white-space:nowrap\">Delivered<a name=\"RadiotherapyCS-Delivered\"> </a></td><td>Delivered</td></tr></table></div>"
  },
  "url" : "https://ig-osiris.cancer.fr/ig/osiris/CodeSystem/RadiotherapyCS",
  "version" : "1.1.0",
  "name" : "RadiotherapyCS",
  "title" : "Radiotherapy Code System",
  "status" : "draft",
  "date" : "2025-04-03T15:16:31+02:00",
  "publisher" : "institutcancer",
  "contact" : [
    {
      "name" : "institutcancer",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://cancer.fr"
        },
        {
          "system" : "email",
          "value" : "osiris@institutcancer.fr"
        }
      ]
    },
    {
      "name" : "Aurélien JOBARD",
      "telecom" : [
        {
          "system" : "email",
          "value" : "osiris@institutcancer.fr"
        }
      ]
    }
  ],
  "description" : "Radiotherapy Code System",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "Planned",
      "display" : "Planified"
    },
    {
      "code" : "Delivered",
      "display" : "Delivered"
    }
  ]
}