HL7 Terminology
2.0.0 - Publication

This page is part of the HL7 Terminology (v2.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

: Work Classification (Occupational Data for Health) - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "v3-WorkClassificationODH",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Properties</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>URL</b></td><td><b>Description</b></td><td><b>Type</b></td></tr><tr><td>Specializes</td><td/><td>The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric.</td><td>Coding</td></tr><tr><td>Generalizes</td><td/><td>Inverse of Specializes.  Only included as a derived relationship.</td><td>Coding</td></tr><tr><td>internalId</td><td>http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id</td><td>The internal identifier for the concept in the HL7 Access database repository.</td><td>code</td></tr><tr><td>status</td><td>http://hl7.org/fhir/concept-properties#status</td><td>Designation of a concept's state. Normally is not populated unless the state is retired.</td><td>code</td></tr></table><p>This code system http://terminology.hl7.org/CodeSystem/v3-WorkClassificationODH defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>internalId</b></td><td><b>status</b></td></tr><tr><td style=\"white-space:nowrap\">PWAF<a name=\"v3-WorkClassificationODH-PWAF\"> </a></td><td>Paid work, Armed Forces</td><td>A situation in which an individual serves in a government-sponsored military force.</td><td>23905</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">PWFG<a name=\"v3-WorkClassificationODH-PWFG\"> </a></td><td>Paid work, national government, not armed forces</td><td>A situation in which an individual works for a national government organization, not including armed forces, and receives a paid salary or wage.</td><td>23904</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">PWLG<a name=\"v3-WorkClassificationODH-PWLG\"> </a></td><td>Paid work, local government, not armed forces</td><td>A situation in which an individual works for a government organization with jurisdiction below the level of state/provincial/territorial/tribal government (e.g., city, town, township), not armed forces, and receives a paid salary or wage.</td><td>23902</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">PWNSE<a name=\"v3-WorkClassificationODH-PWNSE\"> </a></td><td>Paid non-governmental work, not self-employed</td><td>A situation in which an individual works for a business (not government) that they do not own and receives a paid salary or wage.</td><td>23899</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">PWSE<a name=\"v3-WorkClassificationODH-PWSE\"> </a></td><td>Paid work, self-employed</td><td>A situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.</td><td>23898</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">PWSG<a name=\"v3-WorkClassificationODH-PWSG\"> </a></td><td>Paid work, state government, not armed forces</td><td>A situation in which an individual works for a government organization with jurisdiction immediately below the level of national government (between national government and local government), not armed forces and receives a paid salary or wage. Often called a state, provincial, territorial, or tribal government.</td><td>23903</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">UWNSE<a name=\"v3-WorkClassificationODH-UWNSE\"> </a></td><td>Unpaid non-governmental work, not self-employed</td><td>A situation in which an individual works for a business (not government) that they do not own without receiving a paid salary or wage.</td><td>23900</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">UWSE<a name=\"v3-WorkClassificationODH-UWSE\"> </a></td><td>Unpaid work, self-employed</td><td>A situation in which an individual works for himself or herself without receiving a paid salary or wage.</td><td>23901</td><td>active</td></tr><tr><td style=\"white-space:nowrap\">VW<a name=\"v3-WorkClassificationODH-VW\"> </a></td><td>Voluntary work</td><td>A situation in which an individual chooses to do something, especially for other people or for an organization, willingly and without being forced or compensated to do it. This can include formal activity undertaken through public, private and voluntary organizations as well as informal community participation.</td><td>23906</td><td>active</td></tr></table></div>"
  },
  "url" : "http://terminology.hl7.org/CodeSystem/v3-WorkClassificationODH",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.5.1139"
    }
  ],
  "version" : "2.0.0",
  "name" : "WorkClassificationODH",
  "title" : "Work Classification (Occupational Data for Health)",
  "status" : "active",
  "date" : "2019-03-20",
  "description" : "Code system of concepts representing a person's job type as defined by compensation and sector (e.g. paid vs. unpaid, self-employed vs. not self-employed, government vs. private, etc.).",
  "hierarchyMeaning" : "is-a",
  "content" : "complete",
  "property" : [
    {
      "extension" : [
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry",
          "valueCode" : "antisymmetric"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity",
          "valueCode" : "transitive"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity",
          "valueCode" : "irreflexive"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable",
          "valueBoolean" : true
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind",
          "valueCode" : "Specializes"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName",
          "valueString" : "Generalizes"
        }
      ],
      "code" : "Specializes",
      "description" : "The child code is a more narrow version of the concept represented by the parent code.  I.e. Every child concept is also a valid parent concept.  Used to allow determination of subsumption.  Must be transitive, irreflexive, antisymmetric.",
      "type" : "Coding"
    },
    {
      "extension" : [
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-symmetry",
          "valueCode" : "antisymmetric"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-transitivity",
          "valueCode" : "transitive"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-reflexivity",
          "valueCode" : "irreflexive"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-isNavigable",
          "valueBoolean" : true
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-relationshipKind",
          "valueCode" : "Generalizes"
        },
        {
          "url" : "http://terminology.hl7.org/StructureDefinition/ext-mif-relationship-inverseName",
          "valueString" : "Specializes"
        }
      ],
      "code" : "Generalizes",
      "description" : "Inverse of Specializes.  Only included as a derived relationship.",
      "type" : "Coding"
    },
    {
      "code" : "internalId",
      "uri" : "http://terminology.hl7.org/CodeSystem/utg-concept-properties#v3-internal-id",
      "description" : "The internal identifier for the concept in the HL7 Access database repository.",
      "type" : "code"
    },
    {
      "code" : "status",
      "uri" : "http://hl7.org/fhir/concept-properties#status",
      "description" : "Designation of a concept's state. Normally is not populated unless the state is retired.",
      "type" : "code"
    }
  ],
  "concept" : [
    {
      "code" : "PWAF",
      "display" : "Paid work, Armed Forces",
      "definition" : "A situation in which an individual serves in a government-sponsored military force.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23905"
        }
      ]
    },
    {
      "code" : "PWFG",
      "display" : "Paid work, national government, not armed forces",
      "definition" : "A situation in which an individual works for a national government organization, not including armed forces, and receives a paid salary or wage.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23904"
        }
      ]
    },
    {
      "code" : "PWLG",
      "display" : "Paid work, local government, not armed forces",
      "definition" : "A situation in which an individual works for a government organization with jurisdiction below the level of state/provincial/territorial/tribal government (e.g., city, town, township), not armed forces, and receives a paid salary or wage.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23902"
        }
      ]
    },
    {
      "code" : "PWNSE",
      "display" : "Paid non-governmental work, not self-employed",
      "definition" : "A situation in which an individual works for a business (not government) that they do not own and receives a paid salary or wage.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23899"
        }
      ]
    },
    {
      "code" : "PWSE",
      "display" : "Paid work, self-employed",
      "definition" : "A situation in which an individual earns a salary or wage working for himself or herself instead of working for an employer.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23898"
        }
      ]
    },
    {
      "code" : "PWSG",
      "display" : "Paid work, state government, not armed forces",
      "definition" : "A situation in which an individual works for a government organization with jurisdiction immediately below the level of national government (between national government and local government), not armed forces and receives a paid salary or wage. Often called a state, provincial, territorial, or tribal government.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23903"
        }
      ]
    },
    {
      "code" : "UWNSE",
      "display" : "Unpaid non-governmental work, not self-employed",
      "definition" : "A situation in which an individual works for a business (not government) that they do not own without receiving a paid salary or wage.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23900"
        }
      ]
    },
    {
      "code" : "UWSE",
      "display" : "Unpaid work, self-employed",
      "definition" : "A situation in which an individual works for himself or herself without receiving a paid salary or wage.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23901"
        }
      ]
    },
    {
      "code" : "VW",
      "display" : "Voluntary work",
      "definition" : "A situation in which an individual chooses to do something, especially for other people or for an organization, willingly and without being forced or compensated to do it. This can include formal activity undertaken through public, private and voluntary organizations as well as informal community participation.",
      "property" : [
        {
          "code" : "status",
          "valueCode" : "active"
        },
        {
          "code" : "internalId",
          "valueCode" : "23906"
        }
      ]
    }
  ]
}