Veteran-Centered Outcomes (VCO) Implementation Guide
0.1.0 - ci-build United States of America flag

Veteran-Centered Outcomes (VCO) Implementation Guide, published by U.S. Department of Veterans Affairs. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mtnlotus/vco-ig/ and changes regularly. See the Directory of published versions

: Employment Codes - JSON Representation

Draft as of 2025-09-02

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "employment-codes",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem employment-codes</b></p><a name=\"employment-codes\"> </a><a name=\"hcemployment-codes\"> </a><p>This case-sensitive code system <code>http://va.gov/fhir/vco/CodeSystem/employment-codes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">employment<a name=\"employment-codes-employment\"> </a></td><td>Employment</td></tr><tr><td style=\"white-space:nowrap\">employment-status<a name=\"employment-codes-employment-status\"> </a></td><td>Employment Status</td></tr><tr><td style=\"white-space:nowrap\">working-for-pay<a name=\"employment-codes-working-for-pay\"> </a></td><td>Working for pay</td></tr><tr><td style=\"white-space:nowrap\">not-working-for-pay-looking<a name=\"employment-codes-not-working-for-pay-looking\"> </a></td><td>Not working for pay but actively looking for paid work</td></tr><tr><td style=\"white-space:nowrap\">not-working-for-pay-not-looking<a name=\"employment-codes-not-working-for-pay-not-looking\"> </a></td><td>Not working for pay or looking for paid work</td></tr><tr><td style=\"white-space:nowrap\">work-performance<a name=\"employment-codes-work-performance\"> </a></td><td>Work performance</td></tr><tr><td style=\"white-space:nowrap\">work-satisfaction<a name=\"employment-codes-work-satisfaction\"> </a></td><td>Work satisfaction</td></tr></table></div>"
  },
  "url" : "http://va.gov/fhir/vco/CodeSystem/employment-codes",
  "version" : "0.1.0",
  "name" : "EmploymentCodes",
  "title" : "Employment Codes",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-09-02T17:48:52+00:00",
  "publisher" : "U.S. Department of Veterans Affairs",
  "contact" : [
    {
      "name" : "U.S. Department of Veterans Affairs",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://va.gov"
        }
      ]
    }
  ],
  "description" : "Employment related codes, mapping to standard terminologies is TBD.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "employment",
      "display" : "Employment"
    },
    {
      "code" : "employment-status",
      "display" : "Employment Status"
    },
    {
      "code" : "working-for-pay",
      "display" : "Working for pay"
    },
    {
      "code" : "not-working-for-pay-looking",
      "display" : "Not working for pay but actively looking for paid work"
    },
    {
      "code" : "not-working-for-pay-not-looking",
      "display" : "Not working for pay or looking for paid work"
    },
    {
      "code" : "work-performance",
      "display" : "Work performance"
    },
    {
      "code" : "work-satisfaction",
      "display" : "Work satisfaction"
    }
  ]
}