{
  "resourceType": "ValueSet",
  "id": "allergie-code",
  "meta": {
    "profile": [
      "https://posithera.de/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "url": "https://posithera.de/fhir/ValueSet/insurance-status",
  "version": "4.0.0",
  "name": "NKDUCInsuranceStatus",
  "title": "Insurance Status",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-22",
  "compose": {
    "include": [
      {
        "system": "https://posithera.de/fhir/CodeSystem/NKDUC",
        "concept": [
          {
            "code": "C010301",
            "display": "GKV ohne Zusatzversicherung"
          },
          {
            "code": "C010302",
            "display": "GKV mit staatl. Zusatzversicherung"
          },
          {
            "code": "C010303",
            "display": "PKV"
          },
          {
            "code": "C010304",
            "display": "nicht krankversichert"
          },
          {
            "code": "C010305",
            "display": "anders krankenversichert"
          }
        ]
      }
    ]
  }
}