FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagecce.fhir.full
Resource TypeValueSet
IdValueSet-cce-core-ValueSet-SYSTIntentionVS.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

SYST-Intention ValueSet

Intention


Source1

{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTIntentionVS",
  "version": "0.0.1",
  "name": "SYSTIntentionVS",
  "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"
          }
        ]
      }
    ]
  }
}