FHIR IG analytics| Package | cce.fhir.full |
| Resource Type | ValueSet |
| Id | ValueSet-cce-core-ValueSet-SYSTIntentionVS.json |
| FHIR Version | R4 |
No resources found
No resources found
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",
"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"
}
]
}
]
}
}