| Package | cce.fhir.minimal | 
| Resource Type | CodeSystem | 
| Id | CodeSystem-cce-core-CodeSystem-GeneticVariantCS | 
| FHIR Version | R4 | 
| Source | https://simplifier.net/resolve?scope=cce.fhir.minimal@0.4.0&canonical=https://www.cancercoreeurope.eu/fhir/core/CodeSystem/GeneticVariantCS | 
| URL | https://www.cancercoreeurope.eu/fhir/core/CodeSystem/GeneticVariantCS | 
| Version | 0.0.1 | 
| Status | draft | 
| Name | GeneticVariantCS | 
| Title | Genetic Variant CS | 
| Description | VitalStatus | 
| Content | complete | 
| ValueSet | |
| GeneticVariantVS | Genetic Variant VS | 
No resources found
Note: links and images are rebased to the (stated) source
Genetic Variant CodeSystem
Genetic Variant
{
  "resourceType": "CodeSystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.cancercoreeurope.eu/fhir/core/CodeSystem/GeneticVariantCS",
  "version": "0.0.1",
  "name": "GeneticVariantCS",
  "title": "Genetic Variant CS",
  "status": "draft",
  "publisher": "CCE",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://www.cancercoreeurope.eu"
        }
      ]
    }
  ],
  "description": "VitalStatus",
  "caseSensitive": true,
  "compositional": false,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "M",
      "display": "Mutation/positive"
    },
    {
      "code": "W",
      "display": "Wild type/non-mutated/negative"
    },
    {
      "code": "P",
      "display": "Polymorphism"
    },
    {
      "code": "S",
      "display": "Miscellaneous"
    },
    {
      "code": "N",
      "display": "not determinable"
    },
    {
      "code": "U",
      "display": "unknown"
    }
  ]
}