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

FHIR IG Statistics: ValueSet/ValueSet-onco-core-ValueSet-OPIntentionVS

Packagede.dktk.oncology
TypeValueSet
IdValueSet-onco-core-ValueSet-OPIntentionVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.dktk.oncology@1.8.0&canonical=http://dktk.dkfz.de/fhir/onco/core/ValueSet/OPIntentionVS
URLhttp://dktk.dkfz.de/fhir/onco/core/ValueSet/OPIntentionVS
Version0.9.0
Statusactive
NameOPIntentionVS
DescriptionOP Intention

Resources that use this resource

StructureDefinition
onco-core-Extension-OPIntentionOPIntention

Resources that this resource uses

CodeSystem
OPIntentionCSOPIntentionCS

Narrative

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

OP-Intention ValueSet

OP Intention


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://dktk.dkfz.de/fhir/onco/core/ValueSet/OPIntentionVS",
  "version": "0.9.0",
  "name": "OPIntentionVS",
  "status": "active",
  "publisher": "DKTK",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://dktk.dkfz.de"
        }
      ]
    }
  ],
  "description": "OP Intention",
  "compose": {
    "include": [
      {
        "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/OPIntentionCS",
        "concept": [
          {
            "code": "K",
            "display": "kurativ"
          },
          {
            "code": "P",
            "display": "palliativ"
          },
          {
            "code": "D",
            "display": "diagnostisch"
          },
          {
            "code": "R",
            "display": "Revision/Komplikation"
          },
          {
            "code": "S",
            "display": "sonstiges"
          },
          {
            "code": "X",
            "display": "Fehlende Angabe"
          }
        ]
      }
    ]
  }
}