{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "MyValueSet",
  "id": "MyValueSet",
  "title": "Alpha Hospital ValueSet",
  "description": "Example of a ValueSet",
  "version": "1.0.0",
  "url": "http://example.org/ValueSet/MyValueSet",
  "compose": {
    "include": [
      {
        "system": "http://www.alpha-hospital.alp/occupations"
      }
    ]
  }
}