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

FHIR IG Statistics: ValueSet/TreatmentTypeOncology

Packagedk.kip.rkkp.fhir.ig.core
Resource TypeValueSet
IdTreatmentTypeOncology
FHIR VersionR4
Sourcehttps://kip.rkkp.dk/fhir/https://build.fhir.org/ig/KIP-infrastructure/implementation-guide/ValueSet-TreatmentTypeOncology.html
URLhttps://kip.rkkp.dk/fhir/ValueSet/TreatmentTypeOncology
Version2.12.0
Statusactive
Date2022-05-16T00:00:00+02:00
NameTreatmentTypeOncology
TitleBehandlingstyper
DescriptionHvilken behandlingstype blev der valgt

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
OncologyTreatmentCurativeOncology Treatment (curative)

Narrative

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

Generated Narrative: ValueSet TreatmentTypeOncology


Source

{
  "resourceType": "ValueSet",
  "id": "TreatmentTypeOncology",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://kip.rkkp.dk/fhir/ValueSet/TreatmentTypeOncology",
  "version": "2.12.0",
  "name": "TreatmentTypeOncology",
  "title": "Behandlingstyper",
  "status": "active",
  "experimental": true,
  "date": "2022-05-16T00: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": "Hvilken behandlingstype blev der valgt",
  "compose": {
    "include": [
      {
        "system": "https://kip.rkkp.dk/fhir/CodeSystem/OncologyTreatmentCurative",
        "concept": [
          {
            "code": "neoadjuvant",
            "display": "Neo-adjuverende behandling"
          },
          {
            "code": "perioperative",
            "display": "Perioperativ behandling"
          },
          {
            "code": "adjuvant",
            "display": "Adjuverende behandling"
          }
        ]
      }
    ]
  }
}