{
  "resourceType": "ValueSet",
  "id": "practitioner-role",
  "url": "https://www.myvaccines.ch/fhir/ValueSet/practitioner-role",
  "version": "1",
  "name": "practitionerRole",
  "title": "Practitioner Role",
  "status": "draft",
  "date": "2018-11-16",
  "publisher": "Arpage AG",
  "contact": [
    {
      "name": "Matthieu Chavaillaz",
      "telecom": [
        {
          "system": "email",
          "value": "matthieu.chavaillaz@arpage.ch"
        }
      ]
    }
  ],
  "description": "Valueset defining a set of codes that can be used to indicate the role of a Practitioner.",
  "compose": {
    "include": [
      {
        "system": "https://www.myvaccines.ch/fhir/CodeSystem/roles",
        "concept": [
          {
            "code": "responsible",
            "display": "Responsible"
          }
        ]
      }
    ]
  }
}