{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "InsulinTypeVS",
  "id": "InsulinTypeVS",
  "version": "0.0.1",
  "url": "http://portal.esysta.com/fhir/ValueSet/InsulinTypeVS",
  "experimental": true,
  "publisher": "Emperra GmbH E-Health Technologies",
  "contact": [
    {
      "name": "Emperra GmbH E-Health Technologies",
      "telecom": [
        {
          "system": "url",
          "value": "https://emperra.com"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "255358001",
            "display": "Rapid"
          },
          {
            "code": "255361000",
            "display": "Slow"
          },
          {
            "code": "26242008",
            "display": "Mixed"
          }
        ]
      }
    ]
  }
}