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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Treatment Type Value Set - JSON Representation

Draft as of 2025-04-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "TreatmentType",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet TreatmentType</b></p><a name=\"TreatmentType\"> </a><a name=\"hcTreatmentType\"> </a><a name=\"TreatmentType-en-US\"> </a><ul><li>Include ces codes sont définis dans <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-umls.html\"><code>http://terminology.hl7.org/CodeSystem/umls</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>C3665472</td><td>Chemotherapy</td></tr><tr><td>C0279025</td><td>Hormone therapy</td></tr><tr><td>C1522449</td><td>Therapeutic radiology procedure</td></tr><tr><td>C0728940</td><td>Surgery</td></tr><tr><td>C0006098</td><td>Brachytherapy</td></tr><tr><td>C0021083</td><td>Immunotherapy</td></tr><tr><td>C0005961</td><td>Bone marrow transplant</td></tr><tr><td>C0279694</td><td>Monoclonal antibody</td></tr><tr><td>C93352</td><td>Target therapy</td></tr><tr><td>C0439673</td><td>Unknown</td></tr></table></li></ul></div>"
  },
  "url" : "https://ig-osiris.cancer.fr/ig/osiris/ValueSet/TreatmentType",
  "version" : "1.1.0",
  "name" : "TreatmentType",
  "title" : "Treatment Type Value Set",
  "status" : "draft",
  "date" : "2025-04-03T14:14:07+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" : "Treatment type",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/umls",
        "concept" : [
          {
            "code" : "C3665472",
            "display" : "Chemotherapy"
          },
          {
            "code" : "C0279025",
            "display" : "Hormone therapy"
          },
          {
            "code" : "C1522449",
            "display" : "Therapeutic radiology procedure"
          },
          {
            "code" : "C0728940",
            "display" : "Surgery"
          },
          {
            "code" : "C0006098",
            "display" : "Brachytherapy"
          },
          {
            "code" : "C0021083",
            "display" : "Immunotherapy"
          },
          {
            "code" : "C0005961",
            "display" : "Bone marrow transplant"
          },
          {
            "code" : "C0279694",
            "display" : "Monoclonal antibody"
          },
          {
            "code" : "C93352",
            "display" : "Target therapy"
          },
          {
            "code" : "C0439673",
            "display" : "Unknown"
          }
        ]
      }
    ]
  }
}