Retention Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
: Employment status Codesystem - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "EmploymentStatus",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.retention-project.eu/ig/CodeSystem/EmploymentStatus</code> 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></tr><tr><td style=\"white-space:nowrap\">0<a name=\"EmploymentStatus-0\"> </a></td><td>working (full or part time)</td><td>Input at item 0</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"EmploymentStatus-1\"> </a></td><td>not currently working</td><td>Input at item 1</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"EmploymentStatus-2\"> </a></td><td>full-time homemaker</td><td>Input at item 2</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"EmploymentStatus-3\"> </a></td><td>retired</td><td>Input at item 3</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"EmploymentStatus-4\"> </a></td><td>student</td><td>Input at item 4</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"EmploymentStatus-5\"> </a></td><td>other</td><td>Input at item 5</td></tr></table></div>"
},
"url" : "https://www.retention-project.eu/ig/CodeSystem/EmploymentStatus",
"version" : "1.0.0",
"name" : "Employment_status",
"title" : "Employment status Codesystem",
"status" : "active",
"experimental" : true,
"date" : "2022-11-28T14:27:31+02:00",
"description" : "Code system with input values for Employment status",
"caseSensitive" : false,
"content" : "complete",
"count" : 6,
"concept" : [
{
"code" : "0",
"display" : "working (full or part time)",
"definition" : "Input at item 0"
},
{
"code" : "1",
"display" : "not currently working",
"definition" : "Input at item 1"
},
{
"code" : "2",
"display" : "full-time homemaker",
"definition" : "Input at item 2"
},
{
"code" : "3",
"display" : "retired",
"definition" : "Input at item 3"
},
{
"code" : "4",
"display" : "student",
"definition" : "Input at item 4"
},
{
"code" : "5",
"display" : "other",
"definition" : "Input at item 5"
}
]
}