FHIR Osiris Implementation Guide
2.1.0 - ci-build

FHIR Osiris Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Radiotherapy Code System - JSON Representation

Draft as of 2024-03-21

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "RadiotherapyCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://build.fhir.org/ig/arkhn/arkhn-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://build.fhir.org/ig/arkhn/arkhn-ig-osiris/CodeSystem/RadiotherapyCS",
  "version" : "2.1.0",
  "name" : "RadiotherapyCS",
  "title" : "Radiotherapy Code System",
  "status" : "draft",
  "date" : "2024-03-21T14:34:32+00:00",
  "publisher" : "Arkhn",
  "contact" : [
    {
      "name" : "Arkhn",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://arkhn.com"
        },
        {
          "system" : "email",
          "value" : "contact@arkhn.com"
        }
      ]
    },
    {
      "name" : "Nicolas Riss",
      "telecom" : [
        {
          "system" : "email",
          "value" : "nicolas@arkhn.com"
        }
      ]
    }
  ],
  "description" : "Radiotherapy Code System",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "Planned",
      "display" : "Planified"
    },
    {
      "code" : "Delivered",
      "display" : "Delivered"
    }
  ]
}