LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: HIPAA Employee Status Codes - XML Representation

Active as of 2022-11-10

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="hipaa-employee-status"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/hipaa-employee-status</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">AC<a name="hipaa-employee-status-AC"> </a></td><td>Active</td><td>Active employee</td></tr><tr><td style="white-space:nowrap">AO<a name="hipaa-employee-status-AO"> </a></td><td>Active Military Overseas</td><td>Active military overseas</td></tr><tr><td style="white-space:nowrap">AU<a name="hipaa-employee-status-AU"> </a></td><td>Active Military USA</td><td>Active military USA</td></tr><tr><td style="white-space:nowrap">FT<a name="hipaa-employee-status-FT"> </a></td><td>Full Time Active Employee</td><td>Full Time active employee</td></tr><tr><td style="white-space:nowrap">L1<a name="hipaa-employee-status-L1"> </a></td><td>Leave of Absence</td><td>Leave of absence</td></tr><tr><td style="white-space:nowrap">PT<a name="hipaa-employee-status-PT"> </a></td><td>Part Time Active Employee</td><td>Part-time active employee</td></tr><tr><td style="white-space:nowrap">RT<a name="hipaa-employee-status-RT"> </a></td><td>Retired</td><td>Retired</td></tr><tr><td style="white-space:nowrap">TE<a name="hipaa-employee-status-TE"> </a></td><td>Terminated</td><td>Terminated</td></tr></table></div>
  </text>
  <url
       value="http://linuxforhealth.org/fhir/cdm/CodeSystem/hipaa-employee-status"/>
  <version value="8.0.0"/>
  <name value="HipaaEmployeeStatusCodeSystem"/>
  <title value="HIPAA Employee Status Codes"/>
  <status value="active"/>
  <date value="2022-11-10T16:00:46+00:00"/>
  <publisher value="LinuxForHealth Team"/>
  <description value="HIPAA standard codes for the employee status"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="8"/>
  <concept>
    <code value="AC"/>
    <display value="Active"/>
    <definition value="Active employee"/>
  </concept>
  <concept>
    <code value="AO"/>
    <display value="Active Military Overseas"/>
    <definition value="Active military overseas"/>
  </concept>
  <concept>
    <code value="AU"/>
    <display value="Active Military USA"/>
    <definition value="Active military USA"/>
  </concept>
  <concept>
    <code value="FT"/>
    <display value="Full Time Active Employee"/>
    <definition value="Full Time active employee"/>
  </concept>
  <concept>
    <code value="L1"/>
    <display value="Leave of Absence"/>
    <definition value="Leave of absence"/>
  </concept>
  <concept>
    <code value="PT"/>
    <display value="Part Time Active Employee"/>
    <definition value="Part-time active employee"/>
  </concept>
  <concept>
    <code value="RT"/>
    <display value="Retired"/>
    <definition value="Retired"/>
  </concept>
  <concept>
    <code value="TE"/>
    <display value="Terminated"/>
    <definition value="Terminated"/>
  </concept>
</CodeSystem>