{
  "resourceType": "CodeSystem",
  "id": "roles",
  "url": "https://www.myvaccines.ch/fhir/CodeSystem/roles",
  "version": "1",
  "name": "roles",
  "title": "My Vaccines Roles",
  "status": "draft",
  "date": "2018-11-16",
  "publisher": "Arpage AG",
  "contact": [
    {
      "name": "Matthieu Chavaillaz",
      "telecom": [
        {
          "system": "email",
          "value": "matthieu.chavaillaz@arpage.ch"
        }
      ]
    }
  ],
  "description": "Set of codes that can be used to indicate the role of a Practitioner, Patient, Person or Organization.",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "responsible",
      "display": "Responsible",
      "definition": "A practitioner that is responsible for an organization"
    }
  ]
}