{
  "resourceType": "CodeSystem",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>JNU CodeSystem</b></p><p>Ja / Nein / Unbekannt</p></div>"
  },
  "url": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/JNUCS",
  "version": "0.9.0",
  "name": "JNUCS",
  "status": "active",
  "publisher": "DKTK",
  "contact": [
    {
      "telecom": [
        {
          "system": "other",
          "value": "https://dktk.dkfz.de"
        }
      ]
    }
  ],
  "description": "Ja / Nein / Unbekannt",
  "caseSensitive": true,
  "compositional": false,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "J",
      "display": "Ja"
    },
    {
      "code": "N",
      "display": "Nein"
    },
    {
      "code": "U",
      "display": "unbekannt"
    }
  ]
}