{
  "resourceType": "ValueSet",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>MyOccupationsValueSet</h2><tt>http://mysample.org/fhir/ValueSet/Occupations</tt></div>"
  },
  "url": "http://mysample.org/fhir/ValueSet/Occupations",
  "name": "MyOccupationsValueSet",
  "title": "MyOccupationsValueSet",
  "status": "draft",
  "contact": [
    {
      "telecom": [
        {
          "system": "email"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://www.alpha-hospital.alp/occupations",
        "concept": [
          {
            "code": "ALP-OCC-01",
            "display": "Healthcare and medicine"
          },
          {
            "code": "ALP-OCC-02",
            "display": "Arts and entertainment"
          },
          {
            "code": "ALP-OCC-03",
            "display": "Business"
          },
          {
            "code": "ALP-OCC-04",
            "display": "Industrial and manufacturing"
          },
          {
            "code": "ALP-OCC-05",
            "display": "Law Enforcement"
          },
          {
            "code": "ALP-OCC-06",
            "display": "Science and technology"
          },
          {
            "code": "ALP-OCC-07",
            "display": "Service and education"
          }
        ]
      }
    ]
  }
}