FHIR IG analytics| Package | cce.fhir.full |
| Resource Type | ValueSet |
| Id | ValueSet-cce-core-ValueSet-OPIntentionVS.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
OP-Intention ValueSet
OP Intention
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/OPIntentionVS",
"version": "0.0.1",
"name": "OPIntentionVS",
"status": "draft",
"publisher": "CCE",
"contact": [
{
"telecom": [
{
"system": "other",
"value": "https://www.cancercoreeurope.eu"
}
]
}
],
"description": "OP Intention",
"compose": {
"include": [
{
"system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/OPIntentionCS",
"concept": [
{
"code": "C",
"display": "curative"
},
{
"code": "P",
"display": "palliative"
},
{
"code": "D",
"display": "diagnostic"
},
{
"code": "R",
"display": "Revision/Complication"
},
{
"code": "S",
"display": "miscellaneous"
},
{
"code": "X",
"display": "Missing Information"
}
]
}
]
}
}