Qi-Core Implementation Guide (Release 2.1 Trial-Use Ballot)

This page is part of the Quality Improvement Core Framework (v2.1.0: STU 3 Ballot 1) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Military Service Codes


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="qicore-military-service"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Military Service Codes</h2><div><p>Value Set for Military Service (Example)</p>
</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/qicore-military-service 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">not-indicated<a name="qicore-military-service-not-indicated"> </a></td><td>Not Indicated</td><td>The military status is not indicated</td></tr><tr><td style="white-space:nowrap">no-military-service<a name="qicore-military-service-no-military-service"> </a></td><td>No Military Service</td><td>The subject has no history of military service</td></tr><tr><td style="white-space:nowrap">veteran<a name="qicore-military-service-veteran"> </a></td><td>Veteran</td><td>The subject is has served in the military but is no longer active</td></tr><tr><td style="white-space:nowrap">active-duty<a name="qicore-military-service-active-duty"> </a></td><td>Active Duty</td><td>The subject is not a reserve member and is currently engaged in full-time military activity</td></tr><tr><td style="white-space:nowrap">active-reserve<a name="qicore-military-service-active-reserve"> </a></td><td>Active Reserve</td><td>The subject is a reserve member and is currently engaged in full-time military activity</td></tr><tr><td style="white-space:nowrap">inactive-reserve<a name="qicore-military-service-inactive-reserve"> </a></td><td>Inactive Reserve</td><td>The subject is a reserve member and is not currently engaged in full-time military activity</td></tr></table></div>
  </text>
  <url value="http://hl7.org/fhir/us/qicore/CodeSystem/qicore-military-service"/>
  <name value="Military Service Codes"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2017-12-20T12:42:21+11:00"/>
  <description value="Value Set for Military Service (Example)"/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <concept>
    <code value="not-indicated"/>
    <display value="Not Indicated"/>
    <definition value="The military status is not indicated"/>
  </concept>
  <concept>
    <code value="no-military-service"/>
    <display value="No Military Service"/>
    <definition value="The subject has no history of military service"/>
  </concept>
  <concept>
    <code value="veteran"/>
    <display value="Veteran"/>
    <definition
                value="The subject is has served in the military but is no longer active"/>
  </concept>
  <concept>
    <code value="active-duty"/>
    <display value="Active Duty"/>
    <definition
                value="The subject is not a reserve member and is currently engaged in full-time military activity"/>
  </concept>
  <concept>
    <code value="active-reserve"/>
    <display value="Active Reserve"/>
    <definition
                value="The subject is a reserve member and is currently engaged in full-time military activity"/>
  </concept>
  <concept>
    <code value="inactive-reserve"/>
    <display value="Inactive Reserve"/>
    <definition
                value="The subject is a reserve member and is not currently engaged in full-time military activity"/>
  </concept>
</CodeSystem>