{
  "resourceType": "ValueSet",
  "id": "occupation",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h3>Value Set Contents</h3>\n      <p>This value set contains 3 occupations</p>\n    </div>"
  },
  "url": "http://example.org/fhir/ValueSet/occupation",
  "name": "occupations",
  "status": "draft",
  "description": "For Capturing occupations",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/CodeSystem/example",
        "concept": [
          {
            "code": "ALP-OCC-01",
            "display": "Healthcare and medicine"
          },
          {
            "code": "ALP-OCC-02",
            "display": "Arts and entertainment"
          },
          {
            "code": "ALP-OCC-03",
            "display": "Business"
          }
        ]
      }
    ]
  }
}