{
  "resourceType": "ValueSet",
  "id": "prevention-type",
  "url": "https://cdss.eviprev.ch/fhir/ValueSet/prevention-type",
  "version": "1.1",
  "name": "preventionType",
  "title": "Prevention Type",
  "status": "draft",
  "date": "2018-04-26",
  "publisher": "Arpage AG",
  "contact": [
    {
      "name": "Patrick Husi",
      "telecom": [
        {
          "system": "email",
          "value": "patrick.husi@arpage.ch"
        }
      ]
    }
  ],
  "description": "Valueset containing the prevention type",
  "compose": {
    "include": [
      {
        "system": "https://cdss.eviprev.ch/fhir/CodeSystem/cdss-rule-definition",
        "concept": [
          {
            "code": "type-health-promotion",
            "display": "Health promotion type",
            "designation": [
              {
                "language": "en",
                "value": "Health Promotion"
              },
              {
                "language": "de",
                "value": "Gesundheitsförderung"
              }
            ]
          },
          {
            "code": "type-disease-prevention",
            "display": "Disease prevention type",
            "designation": [
              {
                "language": "en",
                "value": "Disease Prevention"
              },
              {
                "language": "de",
                "value": "Krankheitsprävention"
              }
            ]
          }
        ]
      }
    ]
  }
}