This page is part of the Quality Improvement Core Framework (v3.1.0: STU 3) 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

MilitaryService

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "CodeSystem",
  "id" : "military-service",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>QiCore Military Service Code System</h2><div><p>Military service status codes</p>
</div><p>This code system http://hl7.org/fhir/us/qicore/CodeSystem/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="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="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="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="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="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="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/military-service",
  "version" : "3.1.0",
  "name" : "MilitaryService",
  "title" : "QiCore Military Service Code System",
  "status" : "draft",
  "experimental" : false,
  "date" : "2018-08-22T00:00:00+10:00",
  "publisher" : "Health Level Seven, Inc. - CQI WG",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/special/committees/CQI"
        }
      ]
    }
  ],
  "description" : "Military service status codes",
  "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"
    }
  ]
}