| Package | cce.fhir.minimal |
| Resource Type | ValueSet |
| Id | ValueSet-cce-core-ValueSet-SYSTIntentionVS |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTIntentionVS |
| URL | https://www.cancercoreeurope.eu/fhir/core/ValueSet/SYSTIntentionVS |
| Version | 0.0.1 |
| Status | draft |
| Name | SYSTIntentionVS |
| Title | SYST Intention VS |
| Description | Intention |
| StructureDefinition | |
| cce-core-Extension-SYSTIntention | SYSTIntention |
| CodeSystem | |
| SYSTIntentionCS | SYST Intention CS |
Note: links and images are rebased to the (stated) source
SYST-Intention ValueSet
Intention
{
"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"
}
]
}
]
}
}