{
  "resourceType": "ValueSet",
  "id": "occupationType",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h3>Value Set Contents</h3>\n      <p>This value set contains 7 concepts</p>\n    </div>"
  },
  "url": "http://alphahospital.com/fhir/ValueSet/occupation-type",
  "name": "Occupation Type",
  "status": "draft",
  "description": "For Capturing the occupation type",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/alpha-codes",
        "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"
          }
        ]
      }
    ]
  }
}