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

{
  "resourceType" : "CodeSystem",
  "id" : "qicore-military-service",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://hl7.org/fhir/us/qicore/CodeSystem/qicore-military-service",
  "name" : "Military Service Codes",
  "status" : "draft",
  "experimental" : false,
  "date" : "2017-12-20T12:42:21+11:00",
  "description" : "Value Set for Military Service (Example)",
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "not-indicated",
      "display" : "Not Indicated",
      "definition" : "The military status is not indicated"
    },
    {
      "code" : "no-military-service",
      "display" : "No Military Service",
      "definition" : "The subject has no history of military service"
    },
    {
      "code" : "veteran",
      "display" : "Veteran",
      "definition" : "The subject is has served in the military but is no longer active"
    },
    {
      "code" : "active-duty",
      "display" : "Active Duty",
      "definition" : "The subject is not a reserve member and is currently engaged in full-time military activity"
    },
    {
      "code" : "active-reserve",
      "display" : "Active Reserve",
      "definition" : "The subject is a reserve member and is currently engaged in full-time military activity"
    },
    {
      "code" : "inactive-reserve",
      "display" : "Inactive Reserve",
      "definition" : "The subject is a reserve member and is not currently engaged in full-time military activity"
    }
  ]
}