FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/RadiationTherapyTarget

Packagedk.kip.rkkp.fhir.ig.core
TypeCodeSystem
IdRadiationTherapyTarget
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/CodeSystem-RadiationTherapyTarget.html
URLhttps://kip.rkkp.dk/fhir/CodeSystem/RadiationTherapyTarget
Version2.12.0
Statusactive
Date2022-06-17T00:00:00+02:00
NameRadiationTherapyTarget
TitleTarget of the radiation therapy
DescriptionTarget of the radiation therapy
Contentcomplete

Resources that use this resource

ValueSet
StraalebehandlingMaalStrålebehandlingens mål

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem RadiationTherapyTarget

This code system https://kip.rkkp.dk/fhir/CodeSystem/RadiationTherapyTarget defines the following codes:

CodeDisplayDefinition
primarytumor Primary tumorPrimary tumor
bonemetastases Bone metastasesBone metastases
cns CNSCentral nervous system (CNS)
other Other/non-specifiedOther target/non-specified target

Source

{
  "resourceType": "CodeSystem",
  "id": "RadiationTherapyTarget",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/CodeSystem/RadiationTherapyTarget",
  "version": "2.12.0",
  "name": "RadiationTherapyTarget",
  "title": "Target of the radiation therapy",
  "status": "active",
  "date": "2022-06-17T00:00:00+02:00",
  "publisher": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
  "contact": [
    {
      "name": "Sundhedsvæsenets Kvalitetsinstitut with Trifork Digital Health A/S",
      "telecom": [
        {
          "system": "url",
          "value": "https://trifork.com"
        },
        {
          "system": "email",
          "value": "rbk@trifork.com"
        }
      ]
    }
  ],
  "description": "Target of the radiation therapy",
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "primarytumor",
      "display": "Primary tumor",
      "definition": "Primary tumor"
    },
    {
      "code": "bonemetastases",
      "display": "Bone metastases",
      "definition": "Bone metastases"
    },
    {
      "code": "cns",
      "display": "CNS",
      "definition": "Central nervous system (CNS)"
    },
    {
      "code": "other",
      "display": "Other/non-specified",
      "definition": "Other target/non-specified target"
    }
  ]
}