| Package | cce.fhir.minimal | 
| Resource Type | ValueSet | 
| Id | ValueSet-cce-core-ValueSet-YNUVS | 
| FHIR Version | R4 | 
| Source | https://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/ValueSet/YNUVS | 
| URL | https://www.cancercoreeurope.eu/fhir/core/ValueSet/YNUVS | 
| Version | 0.0.1 | 
| Status | draft | 
| Name | YNUVS | 
| Title | YNU VS | 
| Description | Yes / No / Unknown | 
| StructureDefinition | |
| cce-core-Observation-DeathCause | Death Cause | 
| CodeSystem | |
| YNUCS | YNU CS | 
Note: links and images are rebased to the (stated) source
YNU ValueSet
Yes / No / Unknown
{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.cancercoreeurope.eu/fhir/core/ValueSet/YNUVS",
  "version": "0.0.1",
  "name": "YNUVS",
  "title": "YNU VS",
  "status": "draft",
  "publisher": "CCE",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://www.cancercoreeurope.eu"
        }
      ]
    }
  ],
  "description": "Yes / No / Unknown",
  "compose": {
    "include": [
      {
        "system": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/YNUCS",
        "concept": [
          {
            "code": "J",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          },
          {
            "code": "U",
            "display": "unknown"
          }
        ]
      }
    ]
  }
}