QI-Core Implementation Guide: STU Ballot (v3.3.0 for FHIR 4.0.0)

Quality Improvement Core Framework (v3.3.0: STU 4 Ballot 1). The current version is 3.2.0 based on FHIR R4. See the Directory of published versions

MilitaryService

Formats: Narrative, XML, JSON, Turtle

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="military-service"/>
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://hl7.org/fhir/us/qicore/CodeSystem/military-service"/>
  <version value="3.3.0"/>
  <name value="MilitaryService"/>
  <title value="QiCore Military Service Code System"/>
  <status value="draft"/>
  <experimental value="false"/>
  <date value="2018-08-22T00:00:00-04:00"/>
  <publisher value="Health Level Seven, Inc. - CQI WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/special/committees/CQI"/>
    </telecom>
  </contact>
  <description value="Military service status codes"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <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>