HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.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

- JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "NamingSystem",
  "id" : "soc",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: soc</p><p><b>name</b>: Soc</p><p><b>status</b>: active</p><p><b>kind</b>: codesystem</p><p><b>date</b>: Mar 20, 2019, 12:00:00 AM</p><p><b>publisher</b>: BLS</p><p><b>contact</b>: U.S. Bureau of Labor Statistics: </p><p><b>responsible</b>: BLS</p><p><b>description</b>: The Standard Occupational Classification (SOC) system is used by Federal statistical agencies to classify workers into occupational categories for the purpose of collecting, calculating, or disseminating data. All workers are classified into one of over 820 occupations according to their occupational definition. To facilitate classification, occupations are combined to form 23 major groups, 96 minor groups, and 449 broad occupations. Each broad occupation includes detailed occupation(s) requiring similar job duties, skills, education, or experience. This code system replaced the older FIPSPUB92, which was withdrawn in February 2005.</p><blockquote><p><b>uniqueId</b></p><p><b>type</b>: oid</p><p><b>value</b>: 2.16.840.1.113883.6.243</p><p><b>preferred</b>: true</p></blockquote><blockquote><p><b>uniqueId</b></p><p><b>type</b>: uri</p><p><b>value</b>: http://terminology.hl7.org/CodeSystem/soc</p><p><b>preferred</b>: true</p></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-namingsystem-title",
      "valueString" : "Standard Occupation Code"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "http://terminology.hl7.org/NamingSystem/soc"
    },
    {
      "url" : "http://terminology.hl7.org/StructureDefinition/ext-namingsystem-version",
      "valueString" : "2.0.0"
    }
  ],
  "name" : "Soc",
  "status" : "active",
  "kind" : "codesystem",
  "date" : "2019-03-20T00:00:00-04:00",
  "publisher" : "BLS",
  "contact" : [
    {
      "name" : "U.S. Bureau of Labor Statistics"
    }
  ],
  "responsible" : "BLS",
  "description" : "The Standard Occupational Classification (SOC) system is used by Federal statistical agencies to classify workers into occupational categories for the purpose of collecting, calculating, or disseminating data. All workers are classified into one of over 820 occupations according to their occupational definition. To facilitate classification, occupations are combined to form 23 major groups, 96 minor groups, and 449 broad occupations. Each broad occupation includes detailed occupation(s) requiring similar job duties, skills, education, or experience. This code system replaced the older FIPSPUB92, which was withdrawn in February 2005.",
  "uniqueId" : [
    {
      "type" : "oid",
      "value" : "2.16.840.1.113883.6.243",
      "preferred" : true
    },
    {
      "type" : "uri",
      "value" : "http://terminology.hl7.org/CodeSystem/soc",
      "preferred" : true
    }
  ]
}