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

FHIR IG Statistics: ValueSet/ValueSet-cce-core-ValueSet-SYSTIntentionVS

Packagecce.fhir.minimal
TypeValueSet
IdValueSet-cce-core-ValueSet-SYSTIntentionVS
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTIntentionVS
URLhttps://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTIntentionVS
Version0.0.1
Statusdraft
NameSYSTIntentionVS
TitleSYST Intention VS
DescriptionIntention

Resources that use this resource

StructureDefinition
cce-core-Extension-SYSTIntentionSYSTIntention

Resources that this resource uses

CodeSystem
SYSTIntentionCSSYST Intention CS

Narrative

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

SYST-Intention ValueSet

Intention


Source

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTIntentionVS",
  "version": "0.0.1",
  "name": "SYSTIntentionVS",
  "title": "SYST Intention VS",
  "status": "draft",
  "publisher": "CCE",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://www.cancercoreeurope.eu"
        }
      ]
    }
  ],
  "description": "Intention",
  "compose": {
    "include": [
      {
        "system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/SYSTIntentionCS",
        "concept": [
          {
            "code": "K",
            "display": "curative"
          },
          {
            "code": "P",
            "display": "palliative"
          },
          {
            "code": "S",
            "display": "miscellaneous"
          },
          {
            "code": "X",
            "display": "not specified"
          }
        ]
      }
    ]
  }
}